Subversion Repositories SmartDukaan

Rev

Rev 7925 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7925 Rev 8395
Line 43... Line 43...
43
			TrackPortType port;
43
			TrackPortType port;
44
			
44
			
45
			service = new TrackServiceLocator();
45
			service = new TrackServiceLocator();
46
			updateEndPoint(service,endpointAddress);
46
			updateEndPoint(service,endpointAddress);
47
			port = service.getTrackServicePort();
47
			port = service.getTrackServicePort();
48
		    
48
		    System.out.println("In Tracking Method of Fedex");
49
			reply = port.track(request); // This is the call to the web service passing in a request object and returning a reply object
49
			reply = port.track(request); // This is the call to the web service passing in a request object and returning a reply object
50
			
50
			
51
			printNotifications(reply.getNotifications());
51
			printNotifications(reply.getNotifications());
52
			
52
			
53
			if (isResponseOk(reply.getHighestSeverity())) // check if the call was successful
53
			if (isResponseOk(reply.getHighestSeverity())) // check if the call was successful