Ask a Question related to ASP.NET Web Services, Design and Development.
-
Guy Barrette #1
How to get the SOAP envelope
Hi
For debugging purposes, I'm looking for a way to see the SOAP envelope I'm
sending.
I'm the client calling a WS.
How can I do that ? What class or object do I need to use ?
Thanks
Guy Barrette Guest
-
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand
¾È³çÇϼ¼¿ä? Hi Everybody MustUnderstand ¿¡·¯·Î ÀÎÇØ Because of an Error with MustUnderstand client-config.wsdd ÆÄÀϰú server-config.wsdd... -
Xml namespace in soap:envelope
I am trying to reduce the amount of data sent over some of web services, as the data is going over GPRS. Of course, reducing the length of the... -
Capture SOAP envelope
I'm calling a web service provided to me by one of my company's vendors. I used visual studio to automatically generate the SOAP request but I am... -
How can i access the Soap envelope from within the WebMethod
I'm attaching a DimeAttachment binary to my MyServerWSE.SoapRequestContext.Attachments on the client side, however, i cannot find a way to access... -
http://www.w3.org/2001/06/soap-envelope
your service is SOAP v1.2 ..NET is SOAP 1.1 The workaround is to get the service to deliver a SOAP 1.1 response. -Dino "RH"... -
Dan Rogers #2
RE: How to get the SOAP envelope
Hi Guy,
Go over to GotDotNet.com and download George Lindsay's trace web service
extension. You use this with the ASP.net Trace.axd feature, and you can
then fully trace the input and output SOAP without having to do any coding.
You will have to set Trace=True in your web.config file for your service.
Regards
Dan Rogers
Microsoft Corporation
--------------------cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFT NGXA01.phx.gbl!cpmsftngxa0>From: "Guy Barrette" <someone@nurun.com>
>Subject: How to get the SOAP envelope
>Date: Fri, 29 Oct 2004 15:25:29 -0400
>Lines: 12
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
>X-RFC2646: Format=Flowed; Original
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>Message-ID: <ecqkRzevEHA.1296@TK2MSFTNGP10.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
>NNTP-Posting-Host: door.ml.nurun.com 216.113.12.98
>Path:
6.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gb lmicrosoft.public.dotnet.framework.aspnet.webservic es:26315>Xref: cpmsftngxa10.phx.gbl>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>Hi
>
>For debugging purposes, I'm looking for a way to see the SOAP envelope I'm
>sending.
>I'm the client calling a WS.
>
>How can I do that ? What class or object do I need to use ?
>
>
>Thanks
>
>
>Dan Rogers Guest



Reply With Quote

