Author |
Message |
Topic: XMLNSC xsi:type |
Roothless
Replies: 6 Views: 6450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 03, 2010 1:47 am Subject: XMLNSC xsi:type |
Hi Kimbert,
Yes we fixed the problem in simpler way , first extracted all the namespaces in the request messages with prefix , stored in Environment, and in the response we replaced all the prefix ... |
Topic: XMLNSC xsi:type |
Roothless
Replies: 6 Views: 6450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 02, 2010 2:23 am Subject: XMLNSC xsi:type |
Because xsi:type is treated as string there is no namespace declaration added to response message, its just a dummy value, because parser doen't parse xsi:TYPE . in this case how to parse xsi:type so ... |
Topic: XMLNSC xsi:type |
Roothless
Replies: 6 Views: 6450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 02, 2010 2:17 am Subject: XMLNSC xsi:type |
Hi,
Yes i meant works for Element B also
Consumer request has header and Body , as the backend uses FIXED LENGTH data, we need to tranform xml to non-xml and vice versa.
but , we need to send ... |
Topic: XMLNSC xsi:type |
Roothless
Replies: 6 Views: 6450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 02, 2010 1:17 am Subject: XMLNSC xsi:type |
I have below scenario
Consumer soap request -> Transformation -> backend call request
Consumer soap respone <- Transformation <- bankend response
consumer expects some xsi:typ ... |
Topic: CodedCharSet issue in Broker 6.1.0.3 |
Roothless
Replies: 8 Views: 7940
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 21, 2009 1:07 am Subject: CodedCharSet issue in Broker 6.1.0.3 |
Issue resolved. Thanks for all.
The problem was with Driver i used. Here goes the fullstory. My OS is windows 2008 64 bits. But WMB doesn't have MQ Datadirect ODBC driver for 64 bits for windows, ... |
Topic: MQSeries DataDirect driver not installed |
Roothless
Replies: 9 Views: 9750
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 21, 2009 12:18 am Subject: MQSeries DataDirect driver not installed |
Run C:\WINDOWS\SysWOW64\odbcad32.exe
you will get access to drivers.
it will be a 32-bits driver from Datadirect , i guess you installed 32-bits WMB.
i faced the same issue.
Bye |
Topic: CodedCharSet issue in Broker 6.1.0.3 |
Roothless
Replies: 8 Views: 7940
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 19, 2009 9:00 am Subject: CodedCharSet issue in Broker 6.1.0.3 |
Hi,
using PROPAGATE statement , i will get list of messages and send it queue.
Then i read from the queue each message and set
SET OutputLocalEnvironment.Destination.RouterList.DestinationDa ... |
Topic: CodedCharSet issue in Broker 6.1.0.3 |
Roothless
Replies: 8 Views: 7940
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 19, 2009 3:50 am Subject: CodedCharSet issue in Broker 6.1.0.3 |
SET OutputRoot.XMLNS.Data.Events[] = PASSTHRU('SELECT TO_CHAR(EVENT_ID) EVENT_ID, CONNECTOR_ID, OBJECT_KEY, OBJECT_NAME,OBJECT_VERB, EVENT_PRIORITY,EVENT_TIME, EVENT_STATUS
FROM XWORLD ... |
Topic: CodedCharSet issue in Broker 6.1.0.3 |
Roothless
Replies: 8 Views: 7940
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 18, 2009 4:50 am Subject: CodedCharSet issue in Broker 6.1.0.3 |
hi, thanks for the link
i am fetching the data records from Oracle DB.
the problem is , each character is followed by empty space like<Data>A B C D</Data>, but the actual data s ... |
Topic: CodedCharSet issue in Broker 6.1.0.3 |
Roothless
Replies: 8 Views: 7940
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 18, 2009 3:36 am Subject: CodedCharSet issue in Broker 6.1.0.3 |
Hi All,
when we retrieve data from Oracle 9i.2 , we get data plus unicode square character between each character.
E.x c(unicode square)u(unicode square)s(unicode square)t(unicode square ... |
Topic: Oracle adapter for Oracle apps |
Roothless
Replies: 1 Views: 2549
|
Forum: General Discussion Posted: Sun Dec 13, 2009 3:26 am Subject: Oracle adapter for Oracle apps |
Hello all,
we are currently using MQSI Adapter framework 2.6 in our EAI environment. ie MQSI broker 5.0 , mq 5.3
and we use adapters to connect SAP server and Oracle server.
We plan to mig ... |
Topic: Calling Java Class from Compute Node: Class not found except |
Roothless
Replies: 11 Views: 17126
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 25, 2007 7:48 pm Subject: Calling Java Class from Compute Node: Class not found except |
Hi Vandana,
Where is java Build path and How to add my jar file to Java Build path. I really dont know please explain me in detail.
Thanks |
Topic: Calling Java Class from Compute Node: Class not found except |
Roothless
Replies: 11 Views: 17126
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 25, 2007 4:24 am Subject: Calling Java Class from Compute Node: Class not found except |
Hi, I tried both the options i.e adding the JAR file to the Bar file and placing the JAR file in shared class directory. But no use of that. Am i missing anything else here. |
Topic: Calling Java Class from Compute Node: Class not found except |
Roothless
Replies: 11 Views: 17126
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 25, 2007 12:13 am Subject: Calling Java Class from Compute Node: Class not found except |
Hi, i am trying to call Java method from Compute Node.I have done the following steps in this case.
My Java Class as follows:
import java.io.*;
public class TestJavaClass
{
public sta ... |
Topic: LilPath |
Roothless
Replies: 5 Views: 4124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 18, 2007 1:57 am Subject: LilPath |
Thanks for all, its working fine now.
I think the problem was regarding Jar file creation method.
Previously i used the command
Jar cvf JavaSwitchPlugin.jar JavaSwitchPluginNode.class
Now I ... |