| melisand |
Jun 23rd, 2006 1:53 PM |
Caught an exception SOAP-ENV:Client,Error parsing HTTP status line "": java
I'm trying to program a web service with soap.
I have a client and a server! My server is implemented in java. It has to interact with other classes. I must deploy the services that server offers.
I test client and server and they ran ok. When I invoke the server's services it gives me this error:
Caught an exception SOAP-ENV:Client,Error parsing HTTP status line "": java.util.NoSuchElementException
I don't know what it is. Does anybody know? :confused:
|