Service1
Click here for a complete list of operations.
SaveRequest1
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /ServiceDarman.asmx HTTP/1.1
Host: tamin.jco.ir
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SaveRequest1"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:types="http://tempuri.org/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:SaveRequest1>
<P1 xsi:type="xsd:string">string</P1>
<P2 xsi:type="xsd:string">string</P2>
<sBletSerial xsi:type="xsd:string">string</sBletSerial>
<sPrescDate xsi:type="xsd:string">string</sPrescDate>
<sDOCID xsi:type="xsd:string">string</sDOCID>
<sDOC_SPEC xsi:type="xsd:string">string</sDOC_SPEC>
<sDOC_FNAME xsi:type="xsd:string">string</sDOC_FNAME>
<sDOC_LNAME xsi:type="xsd:string">string</sDOC_LNAME>
<sDOC_TYPE xsi:type="xsd:string">string</sDOC_TYPE>
<sParType xsi:type="xsd:string">string</sParType>
<sCust_Service_type xsi:type="xsd:string">string</sCust_Service_type>
<sBastari xsi:type="xsd:string">string</sBastari>
<sParListS xsi:type="xsd:string">string</sParListS>
<sParListJson xsi:type="xsd:string">string</sParListJson>
<sLabGrpCode xsi:type="xsd:string">string</sLabGrpCode>
<sFirstDiagnoseCode xsi:type="xsd:string">string</sFirstDiagnoseCode>
<sLabDiagnoseCode xsi:type="xsd:string">string</sLabDiagnoseCode>
<sLabDiagnoseComment xsi:type="xsd:string">string</sLabDiagnoseComment>
<sTotalSession xsi:type="xsd:string">string</sTotalSession>
<sOrganNo xsi:type="xsd:string">string</sOrganNo>
<sPhysioDiagnoseCode xsi:type="xsd:string">string</sPhysioDiagnoseCode>
<sPhysioDiagnoseComment xsi:type="xsd:string">string</sPhysioDiagnoseComment>
<sDarmanPhysio xsi:type="xsd:string">string</sDarmanPhysio>
<sDarmanDoc xsi:type="xsd:string">string</sDarmanDoc>
<s2K xsi:type="xsd:string">string</s2K>
<sDocFani_ID xsi:type="xsd:string">string</sDocFani_ID>
<sMobile xsi:type="xsd:string">string</sMobile>
<ErrorMessage xsi:type="xsd:string">string</ErrorMessage>
<RequestId xsi:type="xsd:long">long</RequestId>
</tns:SaveRequest1>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:types="http://tempuri.org/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:SaveRequest1Response>
<SaveRequest1Result xsi:type="xsd:int">int</SaveRequest1Result>
<ErrorMessage xsi:type="xsd:string">string</ErrorMessage>
<RequestId xsi:type="xsd:long">long</RequestId>
</tns:SaveRequest1Response>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /ServiceDarman.asmx HTTP/1.1
Host: tamin.jco.ir
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://tempuri.org/" xmlns:types="http://tempuri.org/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
<tns:SaveRequest1>
<P1 xsi:type="xsd:string">string</P1>
<P2 xsi:type="xsd:string">string</P2>
<sBletSerial xsi:type="xsd:string">string</sBletSerial>
<sPrescDate xsi:type="xsd:string">string</sPrescDate>
<sDOCID xsi:type="xsd:string">string</sDOCID>
<sDOC_SPEC xsi:type="xsd:string">string</sDOC_SPEC>
<sDOC_FNAME xsi:type="xsd:string">string</sDOC_FNAME>
<sDOC_LNAME xsi:type="xsd:string">string</sDOC_LNAME>
<sDOC_TYPE xsi:type="xsd:string">string</sDOC_TYPE>
<sParType xsi:type="xsd:string">string</sParType>
<sCust_Service_type xsi:type="xsd:string">string</sCust_Service_type>
<sBastari xsi:type="xsd:string">string</sBastari>
<sParListS xsi:type="xsd:string">string</sParListS>
<sParListJson xsi:type="xsd:string">string</sParListJson>
<sLabGrpCode xsi:type="xsd:string">string</sLabGrpCode>
<sFirstDiagnoseCode xsi:type="xsd:string">string</sFirstDiagnoseCode>
<sLabDiagnoseCode xsi:type="xsd:string">string</sLabDiagnoseCode>
<sLabDiagnoseComment xsi:type="xsd:string">string</sLabDiagnoseComment>
<sTotalSession xsi:type="xsd:string">string</sTotalSession>
<sOrganNo xsi:type="xsd:string">string</sOrganNo>
<sPhysioDiagnoseCode xsi:type="xsd:string">string</sPhysioDiagnoseCode>
<sPhysioDiagnoseComment xsi:type="xsd:string">string</sPhysioDiagnoseComment>
<sDarmanPhysio xsi:type="xsd:string">string</sDarmanPhysio>
<sDarmanDoc xsi:type="xsd:string">string</sDarmanDoc>
<s2K xsi:type="xsd:string">string</s2K>
<sDocFani_ID xsi:type="xsd:string">string</sDocFani_ID>
<sMobile xsi:type="xsd:string">string</sMobile>
<ErrorMessage xsi:type="xsd:string">string</ErrorMessage>
<RequestId xsi:type="xsd:long">long</RequestId>
</tns:SaveRequest1>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://tempuri.org/" xmlns:types="http://tempuri.org/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
<tns:SaveRequest1Response>
<rpc:result xmlns="">SaveRequest1Result</rpc:result>
<SaveRequest1Result xsi:type="xsd:int">int</SaveRequest1Result>
<ErrorMessage xsi:type="xsd:string">string</ErrorMessage>
<RequestId xsi:type="xsd:long">long</RequestId>
</tns:SaveRequest1Response>
</soap12:Body>
</soap12:Envelope>