Hi All,

I am learner to axis world. I had to make a client, which interacts with .Net web 
services. 

I had used the WSDL2Java utility for creating the stubs to interact with server. The 
return type is class which contains MessageElement[] as a value. Actually, it contains 
different classes object, passed back by the server.

Now, I need to convert this MessageElement[] to desired object to be used by 
application.

I had used various alternative ways, but nothing is working.

getEnvelope(), getObjectValue(), getValue() -- All returning NULL value.

getRealElement(), getChildren() etc. are showing the desire result in the form of XML.

Could anyone have any Idea or suggestions?

Thanks in Advance.

Thanks and Regards,
Jai


Reply via email to