Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exposing the function module to webservices

Former Member
0 Likes
341

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

1 REPLY 1
Read only

Former Member
0 Likes
299

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