I'm trying to write a little SOAP WSDL client to get a currency
conversion rate. I have tried what is listed below but I get the error
below. I don't know what I'm doing but I've been trying to follow the
pickaxe book on page 252. Any suggestions to get this working?
I'm trying to write a little SOAP WSDL client to get a currency
conversion rate. I have tried what is listed below but I get the error
below. I don't know what I'm doing but I've been trying to follow the
pickaxe book on page 252. Any suggestions to get this working?
... .NET services often include bindings for as urlEncoded, http GET and
http POST in addition to SOAP.
Apologies for bumping a ridiculously old thread, but it's exactly on the
topic I'm looking for help with. I'm working with an application that
runs a web service using POST bindings. It's been my experience that,
even four years later, when people say "web service" they still
basically mean SOAP.
I'm wondering, though, if there are Ruby now has any support for WSDL
1.1 POST and GET bindings?
A quick Google search seems like it's not there yet, but I wanted to
ask. I'm working with another developer using Ruby, and her job would
probably be a lot easier is she could just use wsdl2ruby or a similar
rather than have to write her own code for POST requests.
On Thu, Nov 4, 2010 at 9:53 AM, Craig T. <craig.talbert@gmail.com> wrote:
Emil Marceta wrote in post #51768:
> ... .NET services often include bindings for as urlEncoded, http GET and
> http POST in addition to SOAP.
Apologies for bumping a ridiculously old thread, but it's exactly on the
topic I'm looking for help with. I'm working with an application that
runs a web service using POST bindings. It's been my experience that,
even four years later, when people say "web service" they still
basically mean SOAP.
I'm wondering, though, if there are Ruby now has any support for WSDL
1.1 POST and GET bindings?
A quick Google search seems like it's not there yet, but I wanted to
ask. I'm working with another developer using Ruby, and her job would
probably be a lot easier is she could just use wsdl2ruby or a similar
rather than have to write her own code for POST requests.