Ask a Question related to ASP.NET Web Services, Design and Development.
-
DaberElay #1
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 the envelope in the server
side, in order to save the attachment to the file system.
how do i do that ?
moreover, i would like to attach a binary file, without specifying its
content type. what kind of type string TypeFormat enum value do i need
to pass to the DimeAttachment constructor ? ( documentation was poor
on that aspect ).
TIA,
DaberElay
DaberElay 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 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... -
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"...



Reply With Quote

