Hello,
I have got a Natural subprogram exposed as a web service running inside tomcat server. The service returns proper response when tested from XML tester in Workbench. My requirement is to invoke this service from a .Net client using WSDL. So, I generated the WSDL from the XMM file and used Webservice studio to invoke the service.
The service invocation was successful, however the response is not what I expected. There are some input parameters to the service and these are getting lost in transit to the service and thus the response I got is the one that will be sent if no input parameters are passed.
I checked the entirex trace logs and it shows that the request elements are not parsed.
From IBM WSAD, I tested the service using WSDL by passing the inputs and its working fine.
Any help will be appreciated.
Thanks,
Gijish
#Mainframe-Integration#EntireX#webMethods