Author |
Message
|
pfaulkner |
Posted: Mon Oct 07, 2002 9:55 am Post subject: SOAP Support |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
Anyone know if and when WMQI will support SOAP. Need to be able to convert SOAP messages to and from C. |
|
Back to top |
|
 |
kirani |
Posted: Mon Oct 07, 2002 9:31 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Paul,
SOAP messages as represented into XML format, pl correct me if I am wrong here...so you should be able to transform your input XML (SOAP message) into MRM-CWF (C Structure) format. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
pfaulkner |
Posted: Tue Oct 08, 2002 9:38 am Post subject: |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
not sure if it would handle the addition SOAP information (header's, attachments, etc.) |
|
Back to top |
|
 |
miron |
Posted: Wed Oct 09, 2002 3:43 am Post subject: |
|
|
Apprentice
Joined: 27 Jun 2002 Posts: 39 Location: New York
|
Paul,
I am using SOAP msgs in my flows and have no problems with them. The only thing is that you need to use "(double quotes) to reference your SOAP xml.
e.g. InputRoot.XML."SOAP-ENV:Envelope"."SOAP-ENV:Body".....
Miron |
|
Back to top |
|
 |
pfaulkner |
Posted: Wed Oct 09, 2002 6:31 am Post subject: |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
Hi, thanks for the information.
Just wondered what you are doing with SOAP and WMQI. Are you transforming the messages at all? If so do you transform back to SOAP for a reply message? |
|
Back to top |
|
 |
miron |
Posted: Wed Oct 09, 2002 6:44 am Post subject: soap |
|
|
Apprentice
Joined: 27 Jun 2002 Posts: 39 Location: New York
|
Hi Paul,
I use SOAP xml msgs for inbound/outbound XML Bridge(RFC/BAPI) interface. I receive regular XML data, convert it to SOAP xml and send it over to XML Bridge. I receive SOAP response to this call that I check for sucessfull RFC execution. That is for inbound.
In case of outbound I receive SOAP xml data from SAP, convert it to regular XML and send it to customer. But first I generate and send SOAP response to close my outbound RFC call.
Working with SOAP is same as working with regular xml.
Miron |
|
Back to top |
|
 |
lillo |
Posted: Wed Oct 09, 2002 7:05 am Post subject: |
|
|
Master
Joined: 11 Sep 2001 Posts: 224
|
Hi,
Miron, can you give more information about the XML Bridge? Now I receive an XML and use a java node to do the SOAP call. I´ll be interested in evaluate your solution if it is possible.
Cheers, _________________ Lillo
IBM Certified Specialist - WebSphere MQ |
|
Back to top |
|
 |
miron |
Posted: Wed Oct 09, 2002 7:52 am Post subject: xmlbridge |
|
|
Apprentice
Joined: 27 Jun 2002 Posts: 39 Location: New York
|
Hi,
XML Bridge was originally developed in Germany and later modified and enhanced in Dublin. It has been built on Access Builder and Connector for SAP which are part of VisualAge for Java, Enterprise Edition. It allows you to make inbound and outbound RFC calls to BAPI/RFC functions. It uses SOAP xml messages as media and MQ queues for data transport. From functional perspective it is similar to R3/Link for SAP that sends inbound and outbound idocs. It runs as a java process on your server machine.
If you want to make an inbound RFC call you build a SOAP msg in your WMQI (or anything else) and place it in XML Bridge inbound queue. In case of outbound RFC you receive a SOAP xml in XMLBridge outbound queue and you have to transform it to format you want in WMQI.
People from Dublin are participants of this board so if you post a question here somebody should respond with more details.
Hope that helps.
Miron |
|
Back to top |
|
 |
|