Author |
Message
|
wbimb_sf |
Posted: Fri Dec 30, 2005 7:35 am Post subject: WBIMB integration with WBISF |
|
|
Newbie
Joined: 30 Dec 2005 Posts: 6
|
Hi All
I am working on integrating WBIMB with WBISF.....
I am not sure what ends need to be connected......in my 2 scenarios.
1) In the 1st scenario,
I have a BPEL Process which writes messages into a queue. This messages need to be processed by WBIMB ...and does something on its side.
2) In my 2nd scenario, I have a message flow writing XML messages to a queue and these messages need to be picked up WBISF and the BPEL process would process it.
please share your experience and let me know how would i do this .
thanks in adv. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 30, 2005 7:37 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
This is basic MQ networking/configuration.
Assuming that Broker is running on one Qmgr and Server Foundation on another, then you need to create MQ channels between the two and create remote queues to allow for messages to move from one qmgr to another.
I'm sure your MQ Administrator would be able to help you further. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wbimb_sf |
Posted: Fri Dec 30, 2005 8:32 am Post subject: |
|
|
Newbie
Joined: 30 Dec 2005 Posts: 6
|
I know that part of it Jeff .... i am the mq/wbimb admin/developer here .....
I am actually looking for technical implementation details .....
like in scenario 1--> do i need to import WSDL from WBISF into WBIMB and if any other unknown configurations that needs to be done. is there any special esql coding in wbimb to be done....... u know
2) in 2 is there anything that i need to export into wbisf from wbimb
i kinda did BPEL but not to that extent which i can make it work with wbimb
i guess someone with wbisf expertise can throw more light on this...... |
|
Back to top |
|
 |
hemendra123 |
Posted: Fri Dec 30, 2005 11:02 pm Post subject: |
|
|
Novice
Joined: 30 May 2005 Posts: 20
|
There are 2 options of integrating MB with SF.
1. use the webservices way. expose the bpel process as webservice and
invoke from the message flow HTTP Request node or otherway round, expose the message flow as service and use its interface file into the BPEL process.
2. Develop the business process BPEL and have the JMS binding with the BPEL process. Define the JMS QCF and Queues against the base MQ. Use those queues as gateway for messagebroker and process. This option are commonly practised in such scenario's.
To realize the way to implement, I can suggest you to read up some SF manuals from IBM redbooks especially the JMS bindings. That might be of help for you. _________________ Hemendr |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Dec 31, 2005 5:20 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Even if wbimb_sf uses the JMS bindings, wbimb_sf probably still needs to import the WSDL, to generate a data model in WBIMB.
Unless the data is pure XML. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wbimb_sf |
Posted: Tue Jan 03, 2006 8:47 am Post subject: |
|
|
Newbie
Joined: 30 Dec 2005 Posts: 6
|
thanks for the pointers.
With the project standard here, we dont want to use HTTP nodes.
I created a small BPEL process with JMS bindings and generated a message out to an MQ queue. When I see the message text ..... it has all kinda information regarding the wsdl in semi XML format ...... and it does not seem to be a valid xml sytax. And Message Broker is complaining abt the XML format. I think I need to import wsdl from wbisf into wbimb so that both ends know what they are communicating.
Any opinions here ??
Is there any doc out there which deals with configuring WSDL in WBIMB? |
|
Back to top |
|
 |
vennela |
Posted: Tue Jan 03, 2006 10:48 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Your message flow should be intelligent enough to process the message that is PUT by the WBISF's PC. |
|
Back to top |
|
 |
JLRowe |
Posted: Thu Jan 05, 2006 1:08 pm Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Can you post the sample message if possible.
Is it SOAP? |
|
Back to top |
|
 |
|