DIME Attachments & WSDL

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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....
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139