Hello,
I´m from Germany, so please excuse my bad english :-) .
Is it possible to configure Axis2 so that response objects aren´t wrapped ?
For example:
When I create a stub class with wsdl2java, I have to use the service the following way:
VersionStub v = new VersionStub();
String version = v.getVersion().get_return();
But I want the String result directly:
String version = v.getVersion();
I need this because of interoperability with other clients and I don´t understand the benifits from wrapping anyway. Maby it´s better for the XML Parser ? I know that wsdl2java (should) support this with the -uw option on the client side, but this won´t help me. Is there any setting to stop Axis2 from doing it (maybe my Question is simply stupid)
So, I hope you´re not to confused because of my language skills :-)

Thanks a lot


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to