Re: Axis2 Client get Premature end of file. from server

2008-12-11 Thread Tsvetelin Saykov
Hi all, I find that the error Premature end of file. which I received from Lotus Domino over MS Windows server is something happening in HTTP level. To solve this problem I configure the Axis2 HTTP Transport Sender not to use Transfer-Encoding : Chunked

Axis2 Client get Premature end of file. from server

2008-12-10 Thread Tsvetelin Saykov
Hi, I am new in Axis2 web services application development and I am experience a problem with Axis2 I am writing a Client application and I get Premature end of file. from server. The client application is running under Linux/Java6. The web services server is IBM Lotus Domino under MS Windows I