Search the web
Sign In
New User? Sign Up
soapbuilders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
IONA round 2 endpoint   Message List  
Reply | Forward Message #7902 of 10820 |
Re: [soapbuilders] IONA round 2 endpoint


Simon,

> Daniel, I'm still seeing this problem, I've attached the following
> 1) a raw ethereal capture of exchange [iona.libpcap]
> 2) a copy of the captured complete request [iona_req.txt]
> 3) a copy of the captured complete response [iona_res.txt]
>
> You should be able to load the raw capture into tcpdump or ethereal to
> look at the exact packet exchanges.

Well, there are two problems, one on your end and a big one on ours:

Your end: the Content-Length header is off. I count 244 characters
(including CR and LF) for the content, not 223. However, that should
result in a parse exception (not all the XML is there), not the error you
are seeing. I snagged the bytes out of the libpcap and pretty much
counted.

Our end: there seems to be a bug in our app server that barfs if the
headers and content are EXACTLY split accross two packets with the
complete headers in one and the content in the other. In your case, if I
take your data and do:
out.write(bt,0,281);
out.flush();
out.write(bt,281,bt.length-281);
out.flush();
it fails with the same error you see. Any value other than 280 or 281
seems to work fine. (281 is the cuttoff at the end of the headers)

Anyway, if you change your client to not flush the stream immediately
after the headers, you should be all set. However, this is a bug on our
side so I wouldn't expect a change from you.

Thanks!

--
J. Daniel Kulp
Principal Engineer
IONA
END 2 ANYWHERE
P: 781-902-8727 C: 617-513-4582 F:781-902-8001
daniel.kulp@...



Thu Jun 6, 2002 7:06 pm

jdkulp
Online Now Online Now
Send Email Send Email

Forward
Message #7902 of 10820 |
Expand Messages Author Sort by Date

Hi, I'm hitting the IONA round 2 server, but all i get back is a 400 bad request error, here's a wire dump POST...
Simon Fell
simonfell99
Offline Send Email
Jun 2, 2002
5:02 am

Simon, ... We upgraded the server on Friday and this may be a result. I just tried hitting it with our clients and everything seems OK. Could you try it ...
Daniel Kulp
jdkulp
Online Now Send Email
Jun 3, 2002
2:24 pm

... Daniel, I'm still seeing this problem, I've attached the following 1) a raw ethereal capture of exchange [iona.libpcap] 2) a copy of the captured complete...
Simon Fell
simonfell99
Offline Send Email
Jun 6, 2002
3:15 am

Hi, I'm using soaplite as service Web, and nusoap as a customer. I encounter two problems with the 'detail' item of the fault object: 1) this item is coded...
Vincent MATHIEU
vincentmathi...
Offline Send Email
Jun 6, 2002
6:16 am

(Please try to not send mail as HTML only, at least configure your mail agent to offer multipart/alternative. It makes it very difficult to effectively quote...
rjray@...
rjray_perl
Offline Send Email
Jun 6, 2002
7:02 am

... rjray> SOAP::Data->name->(a => 12)->type('string') Slight correction. Should read: SOAP::Data->name(a => 12)->type('string') Randy -- ...
rjray@...
rjray_perl
Offline Send Email
Jun 6, 2002
7:27 am

... Thank's. But, how can I do the same think with the fault message, item <detail>? -- Vincent MATHIEU CRI - Universite NANCY 2 | Email :...
Vincent MATHIEU
vincentmathi...
Offline Send Email
Jun 6, 2002
4:35 pm

Simon, ... Well, there are two problems, one on your end and a big one on ours: Your end: the Content-Length header is off. I count 244 characters (including...
Daniel Kulp
jdkulp
Online Now Send Email
Jun 6, 2002
7:08 pm

Thanks Daniel. I can't see the content-length problem though, I doubled checked and still get 223. Were you using ethereal to examine the dump or just looking...
simonfell99
Offline Send Email
Jun 6, 2002
8:32 pm

... Oops. My fault. Editor expanded tabs to spaces. (hate tabs) That would obviously inflate the content length. :) -- J. Daniel Kulp Principal Engineer ...
Daniel Kulp
jdkulp
Online Now Send Email
Jun 6, 2002
8:55 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help