That's because there are by default two different SOAP bindings in a Axis2 WSDL definition. One is a SOAP 1.1 binding, the other SOAP 1.2. So one of the wrappers uses the SOAP1.1 binding, and the other uses SOAP1.2

/philipp

[EMAIL PROTECTED] schrieb:
I am generating a proxy client using adb beans. It creates a wrapper object for the request and response. For example…

GetXRequestàgetXRequest12

GetXResponseàgetXResponse11

So I do the following

getXRequest12 = new getXRequest12()

getXRequest = new getXRequest()

getXRequest.setXXX();

getXRequest.setXXX();

getXRequest12.setGetXRequest(getXRequest)

Then the stub class takes wrapper class called.. getXRequest12

Can anyone clarify why adb generator does this?

**John Ranaudo**


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

Reply via email to