in reply to wsdl 2 soap::lite
results:#!/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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: wsdl 2 soap::lite
by Anonymous Monk on Jun 23, 2015 at 23:20 UTC |