http://www.perlmonks.org?node_id=1038281


in reply to Re: SOAP::Lite Doesn't like services with slashes?
in thread SOAP::Lite Doesn't like services with slashes?

Thanks.

I'm now seeing the warning:
"Content-Length header value was wrong, fixed at C:/Perl64/lib/LWP/Protocol/http.pm line 207."
which I get for both the working mock service and the real web service.

Still scratching my head...
  • Comment on Re^2: SOAP::Lite Doesn't like services with slashes?

Replies are listed 'Best First'.
Re^3: SOAP::Lite Doesn't like services with slashes?
by Anonymous Monk on Jun 12, 2013 at 03:07 UTC

    I'm now seeing the warning...

    That one is common

    Still scratching my head...

    Well, someone is going to have to examine/compare two requests, those that work against those that don't , and figure out what's different

    OTOH, I hear XML::Compile::SOAP/http://perl.overmeer.net/xml-compile/#doc has better SOAP support

      That was a bit of an effort to switch to XML::Compile. I had a buggar of a time getting the perl module built on Windoze and then it took a while for my brain to wrap around the methods.

      Thankfully, I can send a request and get a response now. :)

      I have one small issue left which I will post in another thread.