‎2011 Jun 29 3:27 PM
Hi All,
We are exposing function module to webservices.We are sending the WSDL file to java server.Java code is able to read only one export parameter of function module from wsdl file but not multiple export parameter.
Could you please let me know how java code can read multiple parameter.
Regards,
Mohit
‎2011 Jun 29 3:32 PM
Hello Mohit khandelwal ,
WSDL has all the Import / Export /Changing / Tables data definitions details. when the Java developers generate the proxy for the Webservice from the WSDL , JAVA IDE will generate all the parameters related classes from them to use in their webservice consume code.
Hope this answers your question.
Thanks,
Greetson