- or download this
<types>
<xsd:schema targetNamespace="urn:SiebelPhysician">
...
</xsd:complexType>
</xsd:schema>
</types>
- or download this
use SOAP::Lite;
...
)
)
);
- or download this
POST http://saomc11024412/cgi-bin/siebel-soap.pl HTTP/1.1
Accept: text/xml
...
</xsdl:FindByRCN>
</soap:Body>
</soap:Envelope>
- or download this
<?xml version="1.0"?>
<definitions name="SiebelPhysicians"
...
</port>
</service>
</definitions>
- 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>
- 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>