Ask a Question related to ASP.NET Web Services, Design and Development.
-
Manoj G #1
DIME Attachments & WSDL
I was working on WSE 2.0 & DIME. I used the Attachments sample provided by
SDK and saved the SOAP request (with headers) into a file. What I noticed was
that there was no reference/link/href to the DIME attachment from the SOAP
message body. But, the web method could extract the attachment contents
without any problems (through RequestSoapContext object). So, it seems that
WebServiceExtension would be able to extract the attachment without any
information about it present in the SOAP message, perhaps, only by parsing
the request stream. Is my assumption right here?
A related question is about WSDL. I suppose WSDL Extensions for SOAP are not
yet implemented as of WSE SP3 right? So, any wsdl changes to indicate
attachments has to be done manually right?
Finally, I wanted to know about intereoperabilty of DIME (WSE) with other
such implementations like Apache Axis Toolkit. If anyone knows about any
issues, please do let me know.
Thanks in Advance,
Manoj G
Manoj G Guest
-
Doubt in SOAP with DIME attachments!
Hi! I was going through the WSE 2.0 documentation to try SOAP with DIME attachments. The example shows the server sending an image file and the... -
DIME attachments break double-byte characters using WSE 1.0 SP1
Using the .NET framework and WSE 1.0 SP1, I have built a web service which receives data from a web service client and saves it to disk in a text... -
WSE 2.0 SP1 unable to consume WSDL from DIME Specification
Subject: Web Services Enhancements 2.0 Service Pack 1 (WSE) unable to consume WSDL from the WSDL Extension for SOAP in DIME specification The... -
Using DIME Attachments with AXIS 1.1
I try to to post attachments to a server from a client app. The attachments can be very large 200MB or more. The server and a proxy class for the... -
SOAP with Attachments using MIME, no DIME
Hello Craig - Many have asked for this, but MS hasn't widely publicized the fact that MSDN magazine had a sample back in Feb.... -
[MSFT] #2
RE: DIME Attachments & WSDL
The Web Services Enhancements for Microsoft .NET (WSE) supports attaching
files to SOAP messages outside the SOAP envelope. Your assumption is right.
For question about WSDL, I didn't find any public document talking about
it. I think we have to wait for next release of WSE.
Luke
[MSFT] Guest
-
Paulam Chang via DotNetMonster.com #3
RE: DIME Attachments & WSDL
Hello Manoj G,
Where can I find the Attachments sample code that you are referencing about?
I need to log the SOAP request for my application and if you can point me
to some example. I will appreciated it
Thanks
Paulam
--
Message posted via [url]http://www.dotnetmonster.com[/url]
Paulam Chang via DotNetMonster.com Guest



Reply With Quote

