Wednesday, September 29, 2010

Message Broker (WMB) Integration with WSRR

1) First register the WSRR with broker. Follow the link below to register.

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=/com.ibm.etools.mft.doc/ac56150_.htm

* In case using HTTP only all SSL related steps can be skipped.

2) Choose what node you want to use.

2.1) RegistryLookup node
Use the RegistryLookup node to retrieve any type of entity held in the WebSphere® Service Registry and Repository (WSRR). The entities that match the specified search criteria are stored in the local environment. The input message is not modified.

2.2) EndpointLookup node
Use the EndpointLookup node to retrieve service endpoint information held in the WebSphere® Service Registry and Repository (WSRR). The entities that match the specified search criteria are stored in the local environment. Depending on the node configuration, the Web service URL destination used by the SOAP and HTTP request nodes can also be set. The input message is not modified.

Good Sample and tutorials
1) http://www.ibm.com/developerworks/websphere/library/techarticles/0806_crocker/0806_crocker.html
2) http://www.redbooks.ibm.com/redpapers/pdfs/redp4558.pdf

Open Question: Consider a case when your WSDL is also stored into WSRR and you want to make WS call using WSDL stored in WSRR... how your WMB code would look like..

No comments:

Post a Comment