Service1
Click here for a complete list of operations.
SaveImage_NL
Test
The test form is only available for methods with primitive types as parameters.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 /Service1.asmx HTTP/1.1
Host: newsapi.sapp.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://sample.com/SaveImage_NL"
<?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:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SaveImage_NL xmlns="http://sample.com/">
<docbinaryarray>base64Binary</docbinaryarray>
<docname>string</docname>
<deskcode>string</deskcode>
<sourcecode>string</sourcecode>
<send_by>string</send_by>
<publication_code>string</publication_code>
<caption>string</caption>
<ToScanner>string</ToScanner>
<EditionCode>string</EditionCode>
<PageNo>string</PageNo>
<Empcode>string</Empcode>
<PicCol>string</PicCol>
<AscciCaption>string</AscciCaption>
<appserverpath>string</appserverpath>
<c_code>string</c_code>
</SaveImage_NL>
</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:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SaveImage_NLResponse xmlns="http://sample.com/">
<SaveImage_NLResult>boolean</SaveImage_NLResult>
</SaveImage_NLResponse>
</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 /Service1.asmx HTTP/1.1
Host: newsapi.sapp.in
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:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SaveImage_NL xmlns="http://sample.com/">
<docbinaryarray>base64Binary</docbinaryarray>
<docname>string</docname>
<deskcode>string</deskcode>
<sourcecode>string</sourcecode>
<send_by>string</send_by>
<publication_code>string</publication_code>
<caption>string</caption>
<ToScanner>string</ToScanner>
<EditionCode>string</EditionCode>
<PageNo>string</PageNo>
<Empcode>string</Empcode>
<PicCol>string</PicCol>
<AscciCaption>string</AscciCaption>
<appserverpath>string</appserverpath>
<c_code>string</c_code>
</SaveImage_NL>
</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:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SaveImage_NLResponse xmlns="http://sample.com/">
<SaveImage_NLResult>boolean</SaveImage_NLResult>
</SaveImage_NLResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Service1.asmx/SaveImage_NL?docbinaryarray=string&docbinaryarray=string&docname=string&deskcode=string&sourcecode=string&send_by=string&publication_code=string&caption=string&ToScanner=string&EditionCode=string&PageNo=string&Empcode=string&PicCol=string&AscciCaption=string&appserverpath=string&c_code=string HTTP/1.1 Host: newsapi.sapp.in
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <boolean xmlns="http://sample.com/">boolean</boolean>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Service1.asmx/SaveImage_NL HTTP/1.1 Host: newsapi.sapp.in Content-Type: application/x-www-form-urlencoded Content-Length: length docbinaryarray=string&docbinaryarray=string&docname=string&deskcode=string&sourcecode=string&send_by=string&publication_code=string&caption=string&ToScanner=string&EditionCode=string&PageNo=string&Empcode=string&PicCol=string&AscciCaption=string&appserverpath=string&c_code=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <boolean xmlns="http://sample.com/">boolean</boolean>