Can you post your exception? And also which version of Axis2 are you using? You don't normally have to do anything to handle xml. One more question - what is the content-type of the HTTP POST?
Paul On Wed, Jul 9, 2008 at 2:07 PM, David <[EMAIL PROTECTED]> wrote: > To be more precise, I must develop a Web service with Axis2 which must be > able to receive a message like this : > > <?xml version="1.0" encoding="utf-8"?> > > <nr1:recupererDonneesPCEOperation > xmlns:nr1="urn:recpce:wsathena.omega.france.com" > xmlns:nr2="urn:types:mapping.demande.omega.com"> > > <nr1:pRequete> > > <nr2:Utilisateur> > > <nr2:Login>aumont_a</nr2:Login> > > </nr2:Utilisateur> > > <nr2:NumeroVersion>1.0</nr2:NumeroVersion> > > <DonneesPceRecuperer> > > <nr2:NumeroPCE>01506512227601</nr2:NumeroPCE> > > </DonneesPceRecuperer> > > </nr1:pRequete> > > </nr1:recupererDonneesPCEOperation> > > But i have a SOAPProcessingException... > > Any idea, how to configure Axis2 to accept this message which doesn't > respect the SOAP protocol??? > > Thanks a lot, > > David > > > > ----- Message d'origine ---- > De : David <[EMAIL PROTECTED]> > À : [email protected] > Envoyé le : Mercredi, 9 Juillet 2008, 13h27mn 37s > Objet : Re : [Axis2] Soap Protocol > > is there a parameter to indicate in axis2.xml to handle the body XML without > the SOAP Enveloping? > which is handling has to make? > > thanks > > David > > ----- Message d'origine ---- > De : Paul Fremantle <[EMAIL PROTECTED]> > À : [email protected] > Envoyé le : Mercredi, 9 Juillet 2008, 12h29mn 44s > Objet : Re: [Axis2] Soap Protocol > > David > > No. Axis2 will also handle the body XML without the SOAP Enveloping. > > Paul > > 2008/7/9 David <[EMAIL PROTECTED]>: >> >> Hello, >> >> With Axis2, one is obliged to respect this formalism ? >> >> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" > >> <env:Body> >> ... >> </env:Body> >> </env:Envelope> >> >> Thank you for your help, >> >> David >> >> >> >> >> >> >> >> ________________________________ >> Envoyé avec Yahoo! Mail. >> Une boite mail plus intelligente. >> ________________________________ >> Envoyé avec Yahoo! Mail. >> Une boite mail plus intelligente. > > > > -- > Paul Fremantle > Co-Founder and CTO, WSO2 > Apache Synapse PMC Chair > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ________________________________ > Envoyé avec Yahoo! Mail. > Une boite mail plus intelligente. > ________________________________ > Envoyé avec Yahoo! Mail. > Une boite mail plus intelligente. -- Paul Fremantle Co-Founder and CTO, WSO2 Apache Synapse PMC Chair OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
