Help for this page

Select Code to Download


  1. or download this
      <?xml version="1.0" encoding="UTF-8" ?> 
    - <definitions name="HelloService" targetNamespace="http://www.mysite.
    +com/HelloService.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns
    +:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.m
    +ysite.com/HelloService.wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSch
    +ema">
    ...
      </port>
      </service>
      </definitions>
    
  2. or download this
    use SOAP::Lite;
     
    ...
        -> service('http://www.mysite.com/HelloService.wsdl')
        -> sayHello;