Help for this page

Select Code to Download


  1. or download this
    $soap = SOAP::Lite                                  
        -> uri('http://.../')
        -> proxy('http://localhost:8088/mockPortTypeEndpointBinding');
    
  2. or download this
    $soap = SOAP::Lite                                  
        -> uri('http://.../')
        -> proxy('http://real.host.name:18082/Processes/ServiceRequest');