You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "krn1231@gmail.com" <kr...@gmail.com> on 2012/01/12 03:36:47 UTC

Message part request was not recognized. (Does it exist in service WSDL?

I have developed Web services Application based on Apache CXF. Its working
fine when used with SOAP UI , but when i tried using it with APIGEE it
started giving me this

*<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Message
part request was not recognized.  (Does it exist in service
WSDL?)</faultstring></soap:Fault></soap:Body></soap:Envelope>*

--
View this message in context: http://cxf.547215.n5.nabble.com/Message-part-request-was-not-recognized-Does-it-exist-in-service-WSDL-tp5138792p5138792.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: Message part request was not recognized. (Does it exist in service WSDL?

Posted by Glen Mazza <gm...@talend.com>.
Most likely something is wrong with APIGEE's SOAP request structure.  
You might wish to use Wireshark 
(http://www.jroller.com/gmazza/entry/eclipse_debug_web_services) to 
determine the difference between soapUI-generated and APIGEE-generated 
SOAP requests.

Glen

On 01/11/2012 09:36 PM, krn1231@gmail.com wrote:
> I have developed Web services Application based on Apache CXF. Its working
> fine when used with SOAP UI , but when i tried using it with APIGEE it
> started giving me this
>
> *<soap:Envelope
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Message
> part request was not recognized.  (Does it exist in service
> WSDL?)</faultstring></soap:Fault></soap:Body></soap:Envelope>*
>
> --
> View this message in context: http://cxf.547215.n5.nabble.com/Message-part-request-was-not-recognized-Does-it-exist-in-service-WSDL-tp5138792p5138792.html
> Sent from the cxf-user mailing list archive at Nabble.com.