Help for this page

Select Code to Download


  1. or download this
    ...
    <element name="updatePLZInformationen">
    ...
       type="xsd:string" />
     </sequence>
    </complexType>
    
  2. or download this
    #!/usr/bin/perl -w
    use SOAP::Lite +trace => 'debug';
    ...
                  SOAP::Data->name("status")->type("xsd:string")->value("0
    +815"),
                  SOAP::Data->name("typ")->type("xsd:string")->value("2"),
                  SOAP::Data->name("zusatz")->type("xsd:string")->value("h
    +inten rechts"))->value);
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope 
    ...
    </impl:updatePLZInformationen>
    </soap:Body>
    </soap:Envelope>