[Fedora-suds-list] changing SOAP envelope

Sudipta Banerjee sudipta.banerjee at moneysights.com
Mon Nov 29 12:47:30 UTC 2010


my suds soap program generates a soap header like the following

<SOAP-ENV:Envelope xmlns:ns3="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns0="http://userregistration.usermanagement.core.soap.yodlee.com"
xmlns:ns1="http://common.soap.yodlee.com" xmlns:ns2="
http://login.ext.soap.yodlee.com" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>

now, i want to add http://www.w3.org/2001/XMLSchema in it , as i am getting
a

<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>org.apache.axis2.databinding.ADBException:
Any type element type has not been given</faultstring><detail
/></soapenv:Fault></soapenv:Body></soapenv:Envelope>

error from my soap server for anyType data

Please let me know how to do the same.


Thanks in advance

sudipta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/suds/attachments/20101129/494ffca4/attachment.html 


More information about the suds mailing list