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


in reply to Re^2: SOAP::Lite Module
in thread SOAP::Lite Module

Is the WSDL you mention the good one ?

If I try to
$ wget http://www.smartertravel.com/services/svcUserAdmin.asmx?WSDL
I get an error, like
Resolving www.smartertravel.com... 207.154.57.193
Connecting to www.smartertravel.com|207.154.57.193|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-03-24 23:50:20 ERROR 404: Not Found.

Krambambuli
---

Replies are listed 'Best First'.
Re^4: SOAP::Lite Module
by jhyland87 (Sexton) on Mar 25, 2010 at 00:10 UTC
    No it wasnt, I didnt want to display the actual servers FQDN. However, it seems that the SOAP::Lite reader isnt compatible with .NET's SOAP. So I guess this isnt possible :(
      However, it seems that the SOAP::Lite reader isnt compatible with .NET's SOAP. So I guess this isnt possible :(

      It isn't a compatibility issue, SOAP::Lite simply doesn't support WSDL fully (as documented, IIRC). Thats fine since doing things manually is fairly simple. Alternatively you could try SOAP::WSDL