Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[SOAPException: faultCode=SOAP-ENV:Client; msg=Error parsing HTTP status li

843833Mar 13 2006
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2006
Added on Mar 13 2006
0 comments
942 views