The input message does not conform to the schema defined by the service. We need to see the WSDL to diagnose it further. But-- the input message uses SOAP Encoding, and Axis2 does not support SOAP Encoding.
Anne On Mon, Mar 31, 2008 at 8:32 PM, Tony Liu <[EMAIL PROTECTED]> wrote: > Hello, > I deployed POJOs using Axis2. All the get operations which take no > parameters work fine, but the ones take parameters, such as strings, don't > work. It says "namespace mismatch require... found none.". > > The following is the outgoing soap data and response: > *** Outgoing SOAP ****************************************************** > <?xml version="1.0" encoding="UTF-8"?> > <SOAP-ENV:Envelope > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encod > ing/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:SOAP-ENV= > "http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/1999/XM > LSchema"> > <SOAP-ENV:Body> > <getObject SOAP-ENC:root="1"> > <v1 ns1:type="xsd:string" > xmlns:ns1="http://maximus:8080/axis2/services/PhoenixS > > ervice"><![CDATA[/system/namespaces/system/schemaStore/attributes/__STATUS]]></v > 1> > </getObject> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > ************************************************************************ > > *** SOAP Response****************************************************** > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope > xmlns:soapenv="http://sc > hemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapen > v:Server</faultcode><faultstring>namespace mismatch require > http://maximus:8080/ > axis2/services/PhoenixService found none</faultstring><detail > /></soapenv:Fault> > </soapenv:Body></soapenv:Envelope> > ************************************************************************ > > Could not connect: <Fault soapenv:Server: namespace mismatch require > http://maxi > mus:8080/axis2/services/PhoenixService found none> > > Can anyone help? Thanks. > > Tony Liu > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
