Help for this page

Select Code to Download


  1. or download this
      <types>
        <xsd:schema targetNamespace="urn:SiebelPhysician">
    ...
          </xsd:complexType>
        </xsd:schema>
      </types>
    
  2. or download this
    use SOAP::Lite;
    
    ...
            )
        )
      );
    
  3. or download this
    POST http://saomc11024412/cgi-bin/siebel-soap.pl HTTP/1.1
    Accept: text/xml
    ...
            </xsdl:FindByRCN>
        </soap:Body>
    </soap:Envelope>
    
  4. or download this
    <?xml version="1.0"?>
    <definitions name="SiebelPhysicians"
    ...
        </port>
      </service>
    </definitions>
    
  5. or download this
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
    +ope/" xmlns:urn="urn:SiebelPhysician">
       <soapenv:Header/>
    ...
          <urn:FindByRCNRequest/>
       </soapenv:Body>
    </soapenv:Envelope>
    
  6. 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>
    ...
          </soap:Fault>
       </soap:Body>
    </soap:Envelope>