Namespaces in WSDL and SOAP
Namespaces in WSDL and SOAP
- Subject: Namespaces in WSDL and SOAP
- From: Corin Lawson <email@hidden>
- Date: Mon, 5 Jun 2006 15:37:13 +1000
Hi,
How do I (partly) customize the target namespace of the definitions
element in a wsdl doc generated by WO (5.2.4) and the corresponding
ns used in soap messages to and from services described in that wsdl
doc?
I find this in the wsdl doc generated:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://host/cgi-bin/WebObjects/
AppName.woa/1/ws/ServiceName" xmlns:impl="http://host/cgi-bin/
WebObjects/AppName.woa/1/ws/ServiceName" xmlns:intf="http://host/cgi-
bin/WebObjects/AppName.woa/1/ws/ServiceName" ...
Why does is have those redundant ns (impl and intf)?
In soap messages I find:
... <ns1:operationNameResponse ... xmlns:ns1="http://host/cgi-bin/
WebObjects/AppName.woa/1/ws/ServiceName"> ...
I need to customize that also.
In the very least I need to remove the instance number.
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