in reply to wsdl 2 soap::lite

#!/usr/local/bin/perl use SOAP::Lite; <c> print SOAP::Lite ->uri("http://xmlschema.tmi.telus.com/xsd/Enterprise/BaseTypes/typ +es/ping_v1/") ->proxy("http://schemas.xmlsoap.org/soap/envelope/") ->ping ->result;
results:
405 Method Not Allowed at C:\JumpPoint\informEMT.pl line 7.

Replies are listed 'Best First'.
Re^2: wsdl 2 soap::lite
by Anonymous Monk on Jun 23, 2015 at 23:20 UTC
    schemas.xmlsoap.org provides no ping service, an xml namespace is not a proxy, is not an endpoint, you don't try to connect to it