Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > SOAPException and Browser

Reply
Thread Tools

SOAPException and Browser

 
 
Jerry Q
Guest
Posts: n/a
 
      01-16-2006
Is it really so, that If you e.g. test you Web Service with Browser and
your Web Service throws SOAPException, it does not appear into Browser?

I tried those Web.Config settings etc. but nothing helped.
Is it really so difficult to Broser to show Exception in XML?

Cheers,


 
Reply With Quote
 
 
 
 
Josh Twist
Guest
Posts: n/a
 
      01-16-2006
Are you using the asmx documentation help page
(http://15seconds.com/graphics/issue/040610_01.jpg)?

If so, the browser is using plain HTTP POST and not using SOAP at all
.... that's why you don't see the SOAP exception.

You need to write a client that uses the SOAP protocol.

Josh
http://www.thejoyofcode.com/

 
Reply With Quote
 
 
 
 
Josh Twist
Guest
Posts: n/a
 
      01-16-2006
Sorry - I mean the help page shown at the top of this article:
http://15seconds.com/issue/040609.htm

 
Reply With Quote
 
Jerry Q
Guest
Posts: n/a
 
      01-17-2006
No, I don't see page like it is in URL
(http://15seconds.com/graphics/issue/040610_01.jpg)
so, maybe my service is usinh SOAP.

Is it so, that IE and FireFox does not support anykind of SOAP
messages?

Are there any tools that could do same like Browsers but
understand SOAP too?

Chrees.

"Josh Twist" <> wrote in message
news: oups.com...
> Are you using the asmx documentation help page
> (http://15seconds.com/graphics/issue/040610_01.jpg)?
>
> If so, the browser is using plain HTTP POST and not using SOAP at all
> ... that's why you don't see the SOAP exception.
>
> You need to write a client that uses the SOAP protocol.
>
> Josh
> http://www.thejoyofcode.com/
>



 
Reply With Quote
 
Josh Twist
Guest
Posts: n/a
 
      01-17-2006
Can you explain how you are using internet explorer to talk to your web
service?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SOAPException and Browser Jerry Q ASP .Net 0 01-16-2006 04:10 PM
Inconsistent SoapException.Message djmc ASP .Net 1 11-11-2005 04:10 AM
SOAPException messages converted contain wrong characters in SP1 =?Utf-8?B?RGFueQ==?= ASP .Net 3 12-03-2004 02:25 PM
SoapException - unusual behavior Marty McDonald ASP .Net 1 05-19-2004 03:21 PM
Inherit from soapException Flare ASP .Net 9 10-24-2003 08:23 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57