Thanks for your fast reply - it works fine.

-------- Original-Nachricht --------
> Datum: Fri, 31 Aug 2007 10:05:36 -0400
> Von: "Walker, Jeff" <[EMAIL PROTECTED]>
> An: [email protected]
> Betreff: RE: entry before soap message

> Most likely caused by HTTP 1.1 chunking.
> See here: http://wso2.org/library/952
> -jeff
>  
> 
> -----Original Message-----
> From: Michael Sutter [mailto:[EMAIL PROTECTED] 
> Sent: Friday, August 31, 2007 9:27 AM
> To: [email protected]
> Subject: entry before soap message
> 
> Hello list,
> 
> I have a problem by querying a webservice from a axis2 Java client. I have
> the WSDL of the service and generated the client stubs. After
> implementation of the client and accessing the service I always get a 
> exception. 
> I recorded the whole http request with a monitor program and so I know
> where the error belongs to. The problem is, that I have a number before and
> after the SOAP message which is interpreted from the service as part of the
> SOAP message and the error is returned because the service can't parse the
> SOAP message. The problem is, that I can't change the behavior of the
> service. 
> 
> The http request looks like this:
> 
> http-header
> 
> 168
> 
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope ...
> </soapenv:Envelope>
> 
> 0
> 
> 
> The error belongs to the 168 and 0. When I request the server directly
> over a Java HttpConnection without the numbers everything works fine - but
> this is not the way I want to do it.
> 
> Has anybody a idea how I can get rid of the numbers? Maybe there is a
> special option to set before performing the request?
> 
> Kind regards 
> Michael
> -- 
> Psssst! Schon vom neuen GMX MultiMessenger gehört?
> Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to