[SOAPException: faultCode=SOAP-ENV:Client; msg=Error parsing HTTP status li
Ive a java webservice client which is working fine in 9ias server and is communicating with .NET webservices
The webservice is working fine in some 9ias server but not in production where we have SSL implemented.
I get the following error
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error parsing HTTP status line "": java.util.NoSuchElementException; targetException=java.lang.IllegalArgumentException: Error parsing HTTP status line "": java.util.NoSuchElementException]
at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at com.kumaran.ocas.soap.emailtemplate.service.EmailServiceThread.callToWebService(EmailServiceThread.java:194)
at com.kumaran.ocas.soap.emailtemplate.service.EmailServiceThread.run(EmailServiceThread.java:100)
Can anyone trace why this bug is raised
regards
Jay