Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. SOAP With Attachments over MQ/MSMQ

SOAP With Attachments over MQ/MSMQ

Scheduled Pinned Locked Moved C / C++ / MFC
csharpjavawcfxml
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    krisko
    wrote on last edited by
    #1

    Hi, We are planning to send some Fax related data as a SOAP with Attachments messages to a Fax consuming Service over MQ. I would like to know if it is possible (in .NET, PocketSOAP or SOAPToolkit) to create the SOAP Message along with attachments and then serialize it to a byte stream, which can then be used to populate the MQ Message. What I am looking for is the equivivalent of the SAAJ library in Java. Can anybody point me to some info on this or give advise. Thanks, Kris

    N 1 Reply Last reply
    0
    • K krisko

      Hi, We are planning to send some Fax related data as a SOAP with Attachments messages to a Fax consuming Service over MQ. I would like to know if it is possible (in .NET, PocketSOAP or SOAPToolkit) to create the SOAP Message along with attachments and then serialize it to a byte stream, which can then be used to populate the MQ Message. What I am looking for is the equivivalent of the SAAJ library in Java. Can anybody point me to some info on this or give advise. Thanks, Kris

      N Offline
      N Offline
      Navin
      wrote on last edited by
      #2

      One note, AFAIK .NET uses DIME, and cannot read MIME, so you won't get 100% compatibility. I think in the future there is supposed to be a "standard" format that everyone will use. Now, if you are 100% Microsoft on all sides, this won't be a problem. And some non-Microsoft code (e.g., Apache Axis) can understand both. Somebody correct me if I'm wrong, though. "Fish and guests stink in three days." - Benjamin Franlkin

      K P 2 Replies Last reply
      0
      • N Navin

        One note, AFAIK .NET uses DIME, and cannot read MIME, so you won't get 100% compatibility. I think in the future there is supposed to be a "standard" format that everyone will use. Now, if you are 100% Microsoft on all sides, this won't be a problem. And some non-Microsoft code (e.g., Apache Axis) can understand both. Somebody correct me if I'm wrong, though. "Fish and guests stink in three days." - Benjamin Franlkin

        K Offline
        K Offline
        krisko
        wrote on last edited by
        #3

        Thanks for your reply. Unfortunately I dont have a choice about the receiving end. It expects SOAP with MIME Attachments. I couldnt find any examples with MIME attachments and .NET. That's why I had mentioned - PocketSOAP which seems to support it but was wondering if it was tranport dependent (as I am not using HTTP but MQ). Apache also has a C++ Axis implementation. I should probably look at it too. Any other suggestions would be welcome.

        1 Reply Last reply
        0
        • N Navin

          One note, AFAIK .NET uses DIME, and cannot read MIME, so you won't get 100% compatibility. I think in the future there is supposed to be a "standard" format that everyone will use. Now, if you are 100% Microsoft on all sides, this won't be a problem. And some non-Microsoft code (e.g., Apache Axis) can understand both. Somebody correct me if I'm wrong, though. "Fish and guests stink in three days." - Benjamin Franlkin

          P Offline
          P Offline
          palbano
          wrote on last edited by
          #4

          That is what we found as well. Also we got DIME working between ASP.NET (IIS) and Tomcat. It wasn't easy but it works.

          "No matter where you go, there your are." - Buckaroo Banzai

          -pete

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups