Author |
Message |
Topic: Limitations of JDBC adaptor |
miracle
Replies: 2 Views: 3101
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Mar 31, 2006 7:58 am Subject: Limitations of JDBC adaptor |
Hi ,
What are the limitations of JDBC Adapter in WBI.
What are the comments on JDBC Adapter Performence.
Cheers |
Topic: referencing namespace elements |
miracle
Replies: 14 Views: 9575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2005 7:55 am Subject: referencing namespace elements |
CREATE COMPUTE MODULE buildResponse_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
-- CALL CopyEntireMessage();
DECLARE q1 NAMESPACE 'http ... |
Topic: referencing namespace elements |
miracle
Replies: 14 Views: 9575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2005 7:51 am Subject: referencing namespace elements |
Sorry its MRM Not MEM wrongly spelt |
Topic: referencing namespace elements |
miracle
Replies: 14 Views: 9575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2005 7:49 am Subject: referencing namespace elements |
I worked by creating messageset with ur sample it worked for me
i amattaching the code
before that kepur MQInput node properties set to MEM in domain and Messageset and Message format to XML1
... |
Topic: referencing namespace elements |
miracle
Replies: 14 Views: 9575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2005 7:10 am Subject: referencing namespace elements |
Try This way
In ur Input Node put Domain as MRM in the Default properties and ur message set,message format and in the next compute node
SET OutputRoot.XML.Stru.id=InputRoot.MRM.*:Event.id; ... |
Topic: referencing namespace elements |
miracle
Replies: 14 Views: 9575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2005 5:30 am Subject: referencing namespace elements |
See In order to check weather u are getting the message in MRM Domain properly Use flowdebug and put breakpoint in ur flow after Input node and check out the strcture
If the input is InputRoo ... |
Topic: referencing namespace elements |
miracle
Replies: 14 Views: 9575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 11, 2005 2:34 pm Subject: referencing namespace elements |
Onceagain create messageset with out Namespace aware and use it u will get it. |
Topic: WSDL and MRM import |
miracle
Replies: 1 Views: 2042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 11, 2005 2:31 pm Subject: WSDL and MRM import |
From the WSDL create a Soap message using some tool like XML SPY and with that message create xsd and use that xsd to create Message set and use it in ur flow.... |