Help for this page

Select Code to Download


  1. or download this
    my $daemon = SOAP::Transport::HTTP::Daemon
      -> new (LocalPort => 8088, Reuse => 1)
    ...
    print "ServiceError\n";
      return SOAP::Data->name('ResponseType')->value('ACKNOWLEDGE');
    }
    
  2. or download this
    <soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/enc
    +oding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:s
    +oapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://
    +www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soa
    +p/envelope/">
       <soap:Body>
    ...
          </ServiceErrorResponse>
       </soap:Body>
    </soap:Envelope>
    
  3. or download this
    <soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/enc
    +oding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:s
    +o
    +apenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://w
    +ww.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap
    +/
    ...
          <ResponseType>ACKNOWLEDGE</ResponseType>
       </soapenv:Body>
    </soapenv:Envelope>