dear friends please ignore my last posting as I have attached a wrong screen shot with it. We tried to consume the external web service in the job and we are getting this error message “argument type 1 is not compatible with the required type” any help will be appreciated!!! thanks, Rohit
X++ compiler is telling you that you have a compilation error there - the parameter you’re passing to SalesOrderInbound() has a wrong type. Please review parameter types of the method of the service client (not the original service method - they don’t have to be the same).