Hi,

How do I customise the namespace of the *Response element in an soap message?

For example the ns1 shown below.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<soapenv:Body>
<ns1:checkResponse soapenv:encodingStyle="http:// schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://127.0.0.1/cgi- bin/WebObjects/BDERS-Dev.woa/1/ws/BDERS">
   <return href="#id0"/>
  </ns1:checkResponse>
...

I am using WO 5.2.4 and have implemented a custom component-based operation by extending WOOperation. I have set the WSDLTargetNamespace property in my d2wmodel but to effect the wsdl but no effect in the actual soap response.

Please Help.

Corin.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to