Hi, It shouldn't matter whether the prefix is soap or soapenv as far as it is associated with the proper namespace. If the other side is expecting soapenv, don't be afraid to challenge them :D
As Anne, mentioned, can you tell us what exactly the error is? On Wed, Sep 10, 2008 at 5:35 PM, Soyer, Muhammed A. <[EMAIL PROTECTED]>wrote: > Hi again > > I found a solution for the ns namespace prefixes by passing –sp to > wsdl2java.bat during the generation but I still don't know how to use soap > instead of soapenv . > > How can I use soap instead of soapenv? > > > > I know this sounds weird but the other side has a custom parser and they > don't understand my messages otherwise.. > > > > > > Thanks > > > > > > *From:* Soyer, Muhammed A. > *Sent:* Wednesday, September 10, 2008 4:00 PM > *To:* [email protected] > *Subject:* Controlling the serialization > > > > Hi, > > Is it possible to control the serialization of the request messages. > > I am using axis2 1.4.1 to call .Net web services and looks like the other > part is not using the standard de-serialization APIs and I am getting > issues. > > > > Axis is serializing the request as below > > > > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/ > "> > > <soapenv:Body> > > <ns2:FetchProfileRequest xmlns:ns2=" > http://htng.org/PWS/2008A/ZZZ/Name/Types"> > > <ns2:ProfileID>1</ns2:ProfileID> > > </ns2:FetchProfileRequest> > > </soapenv:Body> > > </soapenv:Envelope> > > > > > > But the other part is expecting as below > > > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" > http://www.w3.org/2001/XMLSchema"> > > <soap:Body> > > <FetchProfileRequest xmlns="http://htng.org/PWS/2008A/ZZZ/Name/Types"> > > <ProfileID>1</ProfileID> > > </FetchProfileRequest> > > </soap:Body> > > </soap:Envelope> > > > > Is there an easy way to avoid axis using the namespace alias for each > element and use it as the above message? > > > > Thanks > > > -- With Mettha, Eran Chinthaka -------------------------------------------------------------------- Health is the greatest gift; contentment is the greatest wealth; trusting is the best relationship; nirvana is the highest joy. - Dhammapada
