cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices complex parameters

Former Member
0 Kudos

Hi again,

I try to use a complex object as a parameter in a webservice. This object is serializable and contains only some Strings and lists. I created a deployable proxy with this parameter Object successfully and the lookup to the proxy via jndi name is also possible.

But how can I map my version of the parameter object with the generated stub object?

Thanks for help!!!!!!!!!!!!!

Alex

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alex

along with with the proxy thier would be some otheir classes genrated which corresponds to your parmeter to the web service, you can use set methods of those class. and set the parameter.

Former Member
0 Kudos

Hi Jain,

I found the method, but this method expects the generated stub class. When I look into the stub class, der is no possibility to set some attributes.

Do you know some examples or documentation for this problem?

Thanks!!!!!

Alex

Former Member
0 Kudos

please give me your email id i will forward you example created by me.