Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by amdisuk

  1. amdisuk

    Perl Client - Calling a SOAP Web Service

    Hi Steve, That works fantastically. Thanks very much for your help. Allan
  2. amdisuk

    Perl Client - Calling a SOAP Web Service

    Sorry if this is a daft question but I have the following: my $soap = SOAP::Lite -> uri("PMSWebService") -> proxy('http://192.168.129.190/Service/WebService.asmx') -> on_action(sub{sprintf '%s/%s', @_ }) ; my $res = $soap->RequestKeycardEncoding(); This all works...

Part and Inventory Search

Back
Top