Help for this page

Select Code to Download


  1. or download this
      <s:Body>
        <NewEvent xmlns="http://tempuri.org/">
          <values xmlns:d4p1="http://schemas.datacontract.org/foo" xmlns:i
    +="http://www.w3.org/2001/XMLSchema-instance">
            <d4p1:ConfigItemName>MyConfigName</d4p1:ConfigItemName>
    
  2. or download this
    <SOAP-ENV:Body>
    <NewEvent xmlns="http://tempuri.org/">
        <values>
            <ConfigItemName xmlns="">foo</ConfigItemName>
    
  3. or download this
     
    use MyInterfaces::EventServiceManager::basicHttp;
    use SOAP::WSDL;
    ...
    
    die $result if not $result;
     print "$result\n";