search for: soapenv

Displaying 2 results from an estimated 2 matches for "soapenv".

Did you mean: soapenc
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
...ccording to the WSDL. Hence, my web service implementation never receives the "Olivier" argument and rather receives "null" as the string parameter. When calling the web service using an other client (eclipse Web services explorer), I see it generates the following body: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:q0="http://web2.web/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <q0:greetMe> <ar...
2013 Jun 26
2
SAVON - Call
** I have this method on a web service I''m consuming, using SAVON 3 on Rails 3 and Ruby 1.9.7 web app <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:gpa="http://schemas.datacontract.org/2004/07/Gpa.Comercio.Servicos.Contracts.DTO"> <soapenv:Header/> <soapenv:Body> <tem:CalcularCarri...