DIME Attachments & WSDL

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Manoj G (ManojG_MVP_at_community.nospam)
Date: 03/01/05


Date: Tue, 1 Mar 2005 02:38:00 -0800

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



Relevant Pages

  • Re: No response from WSE Messaging (soap.tcp) application
    ... I enabled WSE tracing, sent one request from the client and got the SOAP ... System.Web.Services.Protocols.SoapHeaderException: Server ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: [PHP] nuSoap client SOAP Call problem
    ... Then serialize the envelope so it looks like a SOAP request. ... The action variable is that the URL of the WSDL? ... I guess you didn't provide a namespace in the serializeEnvelope method. ...
    (php.general)
  • Re: [PHP] nuSoap client SOAP Call problem
    ... First create your request XML. ... Then serialize the envelope so it looks like a SOAP request. ... The action variable is that the URL of the WSDL? ... But in the meantime i've been trying some other things with NuSOAP. ...
    (php.general)
  • Re: [PHP] php 5 soap question
    ... i recommend playing around w/ soap ui then; its helped me understand how to ... structure many requests using SoapClient and there is no doubt it has saved ... portion of the wsdl but not sure that it would be something that is wanted ... structure and I am at a loss as how to send vars to the request using ...
    (php.general)
  • Re: SOAP Question
    ... reconstructed from that base URL (with the WSDL) and then a request is sent ... and send it to the vendor exposing the web service (if you think ... >I am working on a new program that uses a SOAP interface. ...
    (microsoft.public.dotnet.languages.csharp)