Author |
Message
|
dca_vikas |
Posted: Mon Oct 25, 2004 11:37 pm Post subject: Is there support for SOAP messages with attachments ? |
|
|
Newbie
Joined: 25 Oct 2004 Posts: 5
|
Message Flows seem to be throwing parser exception when a SAAJ message is received at an HTTPInputNode.
Is there a way to work around this problem?
Please advise.
Vikas |
|
Back to top |
|
 |
shanson |
Posted: Thu Nov 04, 2004 2:11 am Post subject: |
|
|
 Partisan
Joined: 17 Oct 2003 Posts: 344 Location: IBM Hursley
|
SwA is not really supported in v5. A SwA message appears 'on the wire' as a multipart MIME message, so you need a parser that can parse/write multipart MIME.
If you are not interested in the attachment, just the SOAP XML content, your best bet is to take the SwA message in as a BLOB and extract the XML manually.
We are aware of this requirement and are working to address it  |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Nov 04, 2004 4:38 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
shanson wrote: |
We are aware of this requirement and are working to address it  |
Does that mean you will be enhancing the MRM to support dynamically determined delimiters...?
Or switching to a parser model from some other IBM product that already supports dynamically determined delimiters?
 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
shanson |
Posted: Thu Nov 04, 2004 5:00 am Post subject: |
|
|
 Partisan
Joined: 17 Oct 2003 Posts: 344 Location: IBM Hursley
|
Neither. The most likely support will be for a new MIME domain that understands how to parse & write MIME messages. |
|
Back to top |
|
 |
sailuv9 |
Posted: Thu Nov 04, 2004 9:08 am Post subject: |
|
|
Newbie
Joined: 29 Oct 2004 Posts: 2
|
How soon we can expect this support for new MIME domain? |
|
Back to top |
|
 |
shanson |
Posted: Thu Nov 04, 2004 9:13 am Post subject: |
|
|
 Partisan
Joined: 17 Oct 2003 Posts: 344 Location: IBM Hursley
|
Now come on, you know I can't answer questions like that. |
|
Back to top |
|
 |
sailuv9 |
Posted: Thu Nov 04, 2004 9:25 am Post subject: |
|
|
Newbie
Joined: 29 Oct 2004 Posts: 2
|
|
Back to top |
|
 |
bosu_r |
Posted: Tue Feb 01, 2005 6:41 am Post subject: Support for SOAP attachments |
|
|
Newbie
Joined: 26 Jan 2005 Posts: 3
|
I am new to WBIMB.
My requirement is something like developing a message flow which can take a soap message which contains an attachent and store it in local dir of system and put that file into i/p queue.
As you guys are discussing that SOAP attachments are not supporting by the WBIMB.
So i have a idea in my mind i want to share that and want to implement and need feedback from u guys.
Approach:
I will build a webservice which will accept soap attachment and store it somewhere in the server.i will build that webservice using WebSphere application server using AXIS framework.
And i will develop a message flow which takes that soap message contains attachment and simply forward that to webservice running on the WebSphere. In webpshere my webservice takes that request and get that MIME attachment store it somewhere and sends back the response to the client. THis is my idea..
I want you guys to let me know how far this we can do?
and is this feasible solution? Or this is the right approach or not?
pls let me know ur suggestions...
thanks in advance.
-bb |
|
Back to top |
|
 |
JLRowe |
Posted: Tue Feb 01, 2005 2:46 pm Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Why not do the whole lot within WAS? |
|
Back to top |
|
 |
bosu_r |
Posted: Wed Feb 02, 2005 2:31 am Post subject: Support for SOAP attachments |
|
|
Newbie
Joined: 26 Jan 2005 Posts: 3
|
What you said is right.
But from client system the communication chennel will be SOAP/mq. I need to put SOAP message using MQ on message queues of WBIMB. |
|
Back to top |
|
 |
|