Skip to Content
0
Former Member
Jul 20, 2007 at 04:01 PM

Error Code 0 in Web Service to File

197 Views

Hi all,

I am trying to do an webservice to file scenario.

When I am trying to send the WSDL file, SOAP - send request to server, I am getting the following error.

" http: could not post file' and return code is '0' and no text is displayed in text area.

This is the WSDL data i am sending:

http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC=" http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema">

<SOAP-ENV:Body>

http://ehro.eds.com/csk/ws2file">

<EmpID>9999</EmpID>

<StartDate>10/10/2004</StartDate>

<EndDate>10/10/2005</EndDate>

<Reason>ABC</Reason>

</m:mt_webservice2file>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Can anybody suggest me, how to solve this problem?

Shylesh