in reply to wsdl 2 soap::lite

latest attempt, now with Trace!
#!/usr/local/bin/perl<br> print "cooking with soap\n";<br> use SOAP::Lite +trace;<br> #use SOAP::Lite;<br> <br> my $soap = SOAP::Lite<br> ->uri("ping=http://xmlschema.tmi.niceCorp.com/xsd/Enterprise/BaseTypes +/types/ping_v1/")<br> ->proxy("http://schemas.xmlsoap.org/soap/envelope/")<br> ->result;<br> <br> print "Calling Ping...\\n";<br> print $soap->Ping()->result;<br> print "done.\\n";<br>

results:

SOAPAction: "ping=http://xmlschema.tmi.niceCorp.com/xsd/Enterprise/BaseTypes/types/ping_v1/#result"

<?xml version="1.0" encoding="UTF-8"?><soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schem as.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns: xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Body><result xmlns="ping=http://xmlschema.tmi.niceCorp.com/xsd/Enterprise/BaseTypes/types /ping_v1/" xsi:nil="true" /></soap:Body></soap:Envelope>
SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x2c7eeec)
SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 405 Method Not Allowed
Connection: close

...

The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.
SOAP::Deserializer::deserialize: ()