Custom namespace in soap response
Custom namespace in soap response
- Subject: Custom namespace in soap response
- From: Corin Lawson <email@hidden>
- Date: Wed, 14 Jun 2006 16:58:41 +1000
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden