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 ClientProxyFactoryBean class of
CXF 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 in camel. If I remove it and send the message using SOAPUI client,
everything works fine.

How can I solve this problem in Camel CXF component ?

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/Camel-CXF-component-does-not-understand-the-SOAP-message-containing-a-tag-for-the-wsdl%3Aoperation-%21%21%21-tp19881309s22882p19881309.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to