Author |
Message |
Topic: Encoding Problem with SOAP Message. |
edasnarik
Replies: 8 Views: 9978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 07, 2010 7:56 pm Subject: Encoding Problem with SOAP Message. |
Changes were made in one end point to make that encoding as UTF-8 instead of windows-1252.
But the other endpoint has encoding UTF-16.. How should I code my body accordingly ?
Pls help.
HTTP ... |
Topic: Computing has children - Debug Error |
edasnarik
Replies: 3 Views: 4971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 30, 2010 10:31 pm Subject: Computing has children - Debug Error |
I am using Message Broker Toolkit Version : 6.1.0.3
When I debug the message using inbuilt debugger, I am getting the error
"An internal error occurred during " "Computing hasChildre ... |
Topic: Encoding Problem with SOAP Message. |
edasnarik
Replies: 8 Views: 9978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 24, 2010 8:05 pm Subject: Encoding Problem with SOAP Message. |
You're doomed?
Yes . We were expecting in UTF-8 but they are sending in some other windows-1252 encoding.
assume that it needs to be UTF-8
That is what we are doing.
the sender is creatin ... |
Topic: Encoding Problem with SOAP Message. |
edasnarik
Replies: 8 Views: 9978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 24, 2010 12:17 pm Subject: Encoding Problem with SOAP Message. |
Environment : Broker6.1
If in the XML Declaration , encoding is given as UTF-8 , it is working perfectly fine.
edited post
But the end system is sending with encoding as windows-1252 in the dec ... |
Topic: Encoding Problem with SOAP Message. |
edasnarik
Replies: 8 Views: 9978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 24, 2010 6:28 am Subject: Encoding Problem with SOAP Message. |
The Error is clear.. But I am not sure on where the changes have to be made .
WSDL ?
Message Set ?
Code ?
Please help me on this. Thanks. |
Topic: Encoding Problem with SOAP Message. |
edasnarik
Replies: 8 Views: 9978
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 24, 2010 5:13 am Subject: Encoding Problem with SOAP Message. |
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns: ... |
Topic: Change in Message set resulted in weird things |
edasnarik
Replies: 10 Views: 4900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 17, 2010 9:59 pm Subject: Change in Message set resulted in weird things |
Am I missing something when I modify this in the XML message ?
Please help. |
Topic: INSERT_UPDATE |
edasnarik
Replies: 4 Views: 2953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 08, 2010 12:31 am Subject: INSERT_UPDATE |
build the SQL
Thts my problem. |
Topic: INSERT_UPDATE |
edasnarik
Replies: 4 Views: 2953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 07, 2010 9:55 pm Subject: INSERT_UPDATE |
PASSTHRU('MERGE INTO ASADE.SIMPLE TA USING ( SELECT ( SNO) FROM ASADE.SIMPLE) AC ON ( TA.SNO = SNO )WHEN MATCHED THEN UPDATE SET TA.SNAME = '||SNAME||' WHEN NOT MATCHED
... |
Topic: How to loop through all the messages in the queue... |
edasnarik
Replies: 11 Views: 13915
|
Forum: General Discussion Posted: Fri Mar 05, 2010 2:14 am Subject: How to loop through all the messages in the queue... |
Yes Exactly ! after one Get. |
Topic: How to loop through all the messages in the queue... |
edasnarik
Replies: 11 Views: 13915
|
Forum: General Discussion Posted: Fri Mar 05, 2010 1:36 am Subject: How to loop through all the messages in the queue... |
Yes Exactly ! after one Get. |
Topic: How to loop through all the messages in the queue... |
edasnarik
Replies: 11 Views: 13915
|
Forum: General Discussion Posted: Thu Mar 04, 2010 11:58 pm Subject: Re: How to loop through all the messages in the queue... |
The below code works fine for me...and the issue is resolved...
while (true) {
MQMessage testRes = new MQMessage();
inQueue.get(testRes);
... |
Topic: INSERT_UPDATE |
edasnarik
Replies: 4 Views: 2953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 03, 2010 1:34 am Subject: INSERT_UPDATE |
INSERT_UPDATE Statement available in ESQL ?
Inserts if the record isn't there and Updates if it is present. |
Topic: Can we have a Datagram message with ReplyToQM specified ? |
edasnarik
Replies: 2 Views: 2183
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 23, 2010 11:47 pm Subject: Can we have a Datagram message with ReplyToQM specified ? |
Pls Help |
Topic: Deleting the Eclipse Instance in WorkSpace Launcher |
edasnarik
Replies: 6 Views: 5061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 22, 2010 9:59 am Subject: Deleting the Eclipse Instance in WorkSpace Launcher |
really really bothering you.
It was bothering me from quite sometime now and just wanted to understand how these are dealt with.
Thanks Jeff for your answers but since...
But it's really a l ... |