Help for this page

Select Code to Download


  1. or download this
    Element '<ConnectContactId>' can't be allowed in valid XML message. Died. at C:/perl/site/5.12.2/lib/SOAP/Lite.pm line 1412.
  2. or download this
    $ perl soap.lite.904155.pl
    POST http://localhost/blah/DummyService HTTP/1.1
    ...
        </ContactInsertOrUpdate>
      </soap:Body>
    </soap:Envelope>
    
  3. or download this
    #!/usr/bin/perl --
    
    use SOAP::Lite;
    ...
    }
    
    __END__