Hi,

I have discovered a small problem between a client created using the Client
ProxyFactoryBean and my webservice running with Apache Camel - CXF
component.

When the client calls the web service, the Proxy generates the following
SOAP message :

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Body>
<ns1:PostParcel xmlns:ns1="http://tracker.service.xpectis.com/";>
<ns2:inputTrackParcel xmlns:ns2="http://tracker.service.xpectis.com";>
<name>chm</name>
<destination>Brussels</destination>
<origin>Florennes</origin>
</ns2:inputTrackParcel>
</ns1:PostParcel>
</soap:Body>
</soap:Envelope>

Unfortunately, the tag <ns1:PostParcel> is not supported by the web service
called. If I remove it, everything works fine. How can I said to
ClientProxyFactoryBean that I don't want such tag in the SOAP message ?

Charles Moulliard

-----
Enterprise Architect

Xpectis
12, route d'Esch
L-1470 Luxembourg

Phone +352 25 10 70 470
Mobile +352 621 45 36 22

e-mail : [EMAIL PROTECTED]
web site :  www.xpectis.com www.xpectis.com 
My Blog :  http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/  
-- 
View this message in context: 
http://www.nabble.com/How-to-avoid-that-ClientProxyFactoryBean-add-the-tag-corresponding-to-the-wsdl-operation-in-the-body-of-the-SOAP-message---tp19880458p19880458.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to