B
Bill Wood
Guest
(For the Spanish-challenged readers, here is a Google Translate for the Question) We are developing an application that needs to access a webservice developed by a third party. To use the same methods to ship in the soap -header authentication data but must respect if or if the following structure: soapenv:Envelope soapenv:Header user username / user pwd password / pwd / soapenv : Header soapenv:Body ... / soapenv : Body / soapenv : Envelope Progress can customize the soap -header of each request , but if we tell whether a namespace (namespace ) which causes the method to run some prefixes are added to each element of the soap -header , being as follows: soapenv:Envelope soapenv:Header ns0:user xlmns="url" username / ns0 : user ns0
wd xlmns="url" password / ns0 : pwd / soapenv : Header soapenv:Body ... / soapenv : Body / soapenv : Envelope And for this reason the webservice does not recognize them by returning an error saying it does not recognize the elements. Is there any way to generate the soap -header without the need to send the namespace and therefore without prefixes ?
Continue reading...

Continue reading...