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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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
Verisign DNS changes & SOAP over HTTP   Message List  
Reply | Forward Message #9475 of 10820 |
I've been doing some experiments on what effect the DNS changes have on
Axis and the .NET (WSE2.0) stack; notes are up on :
http://www.iseran.com/Steve/blog/ ; I'll try and pull it into more of a
proper article one evening next week.

Essentially both stacks bail out with unhelpful error messages at the
302 redirect sent back from the spoof http server that appears at every
invalid .com address. This redirect is sent back *after* the post, so
you end up posting everything once before getting to the brick wall.
Everything breaks properly; the only issue is that the response codes
are not obviously 'wrong endpoint'. Do you want to deal with customers
saying they keep getting '302(found)' messages from Axis or
"System.InvalidOperationException: Client found response content type of
'text/html; charset=iso-8859-1', but expected 'text/xml'" from the .NET
stack?


We could fix axis to recognise this specific situation
-error code = 302
-location header = sitefinder.verisign.com
and map it into a java.io.UnknownHostException to throw upstream; apps
may make better sense of this.

What we cannot do easily is recognise trouble at anything other than
port 80; hitting an endpoint http://invalidname.com:8080/ is going to
result in a connection refused error instead.

Thoughts? How do other stacks react to the 302+text/html responses?


-Steve






Fri Sep 26, 2003 7:12 pm

steve_loughran
Offline Offline
Send Email Send Email

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

I've been doing some experiments on what effect the DNS changes have on Axis and the .NET (WSE2.0) stack; notes are up on : http://www.iseran.com/Steve/blog/ ;...
Steve Loughran
steve_loughran
Offline Send Email
Sep 26, 2003
7:12 pm

Yes, I find it hard to believe this is really happening. The WM SOAP client does not follow 302 redirects for SOAP requests anyway, it throws an "unexpected...
Bob Cunnings
cunnings@...
Send Email
Sep 27, 2003
2:47 pm

... yes it will. I am starting to think *all* client-side stacks should include the endpoint URL in the response for any comms error other than pure ...
Steve Loughran
steve_loughran
Offline Send Email
Sep 29, 2003
6:41 pm
Advanced

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