Author |
Message |
Topic: Issue with Parsing Russian Character |
ayanc
Replies: 10 Views: 11934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 15, 2011 1:37 am Subject: Issue with Parsing Russian Character |
Sandy,
I guess you need to see if UTF-16 works for you. Use a SOAP UI and set the encoding. Send the request and check the response (RAW format).
If the response hex values are correct in SOAP U ... |
Topic: Routing Table - Using Database vs MQ Browse |
ayanc
Replies: 4 Views: 4748
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 15, 2010 12:36 am Subject: Routing Table - Using Database vs MQ Browse |
Hi,
We currently have a proprietary solution of routing messages to different queues based on Custom Node that reads data from property file.
We are now planning to move away from proprietary so ... |
Topic: xsi:type generation anomaly - WID 6.1.2 |
ayanc
Replies: 0 Views: 6007
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Sat Jun 27, 2009 3:13 am Subject: xsi:type generation anomaly - WID 6.1.2 |
Hi,
I am using WID 6.1.2 and working on integrating WTX 8.2.04 with it. WTX has limitation of parsing xsi:type values.
I have the following code within a mediation module:
java.util.List &l ... |
Topic: broker webservices transaction coordination |
ayanc
Replies: 0 Views: 1884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 02, 2009 7:58 am Subject: broker webservices transaction coordination |
Hi,
I have the following scenario for MB 6.1.02
1. Message is picked from MQ
2. Processing 1
3. Invoke web service 1 (using SOAPRequest node)
4. Collect the response and Processing 2
5. Invo ... |
Topic: Adapter CharacterEncoding issue |
ayanc
Replies: 4 Views: 4591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 11, 2008 7:15 am Subject: Adapter CharacterEncoding issue |
i am not sure what you imply by this statement
you need to ensure that the message content hits the DB in UTF-8 (ccsid 1208 ) format.
are you asking me to CAST the entire message to 1208 and ... |
Topic: Adapter CharacterEncoding issue |
ayanc
Replies: 4 Views: 4591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 10, 2008 4:15 pm Subject: Adapter CharacterEncoding issue |
some updates:
the target system (Oracle) is already in UTF-8. Source system (PSFT) is in Western European WE8ISO8859P1 format.
I would not like to hardcode any CCSID in the broker, instead pas ... |
Topic: Adapter CharacterEncoding issue |
ayanc
Replies: 4 Views: 4591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 10, 2008 6:27 am Subject: Adapter CharacterEncoding issue |
Hi All,
I am connecting peoplesoft (PSFT 8 ) applications to backend database (Oracle 10G). Native language characters (German / Spanish etc) are being sent by PSFT system and it has to be inserted ... |
Topic: Web Service Design: Providing Acknowledgement |
ayanc
Replies: 13 Views: 10662
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2008 9:05 am Subject: Web Service Design: Providing Acknowledgement |
I completely agree. This is the exact reason why we tried to explain that it is not a good idea.
However ... they want some kind of confirmation that broker has received a request (something like ... |
Topic: Web Service Design: Providing Acknowledgement |
ayanc
Replies: 13 Views: 10662
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2008 8:50 am Subject: Web Service Design: Providing Acknowledgement |
They have an answer to that. They are passing a separate transaction ID which is unique in every request. They wish to correlate using that ID. This ID is being sent back during the response message.
... |
Topic: Web Service Design: Providing Acknowledgement |
ayanc
Replies: 13 Views: 10662
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2008 8:43 am Subject: Web Service Design: Providing Acknowledgement |
So effectively I dont have any other option than using HTTPRequest node as a response sender.
It seems there is no other work around as of now.  |
Topic: Web Service Design: Providing Acknowledgement |
ayanc
Replies: 13 Views: 10662
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2008 5:42 am Subject: Web Service Design: Providing Acknowledgement |
Hi All,
Thanks for your prompt response. It is good to hear that we have the WS-Addressing capabilities in 6.1 However currently upgrading to 6.1 is not an option available with us.
We had t ... |
Topic: Web Service Design: Providing Acknowledgement |
ayanc
Replies: 13 Views: 10662
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2008 4:49 am Subject: Web Service Design: Providing Acknowledgement |
Hi,
I am trying to implement a typical "broker mediates a web service" scenario. My current flow design is as follows:
HTTPInput -> Compute -> HTTPRequest -> Compute -> HTT ... |
Topic: Validating SOAP body using Message Set |
ayanc
Replies: 15 Views: 12038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 02, 2008 12:46 am Subject: Validating SOAP body using Message Set |
Hi Kimbert,
Things are working fine now.
However it is quite embarassing to state that I had incorrectly assigned the namespace for the soap message. Actually I missed out the trailing &qu ... |
Topic: Validating SOAP body using Message Set |
ayanc
Replies: 15 Views: 12038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 01, 2008 7:20 am Subject: Validating SOAP body using Message Set |
Hi Kimbert,
Project referencing was already done and the message set was selected from the drop down.
I will create a fresh new message set project and start everything from scratch. Will let u ... |
Topic: Validating SOAP body using Message Set |
ayanc
Replies: 15 Views: 12038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 31, 2008 1:57 am Subject: Validating SOAP body using Message Set |
Hi,
I provided the extra tag but again could not get it error out. As per your instruction I took out a trace of the flow.
Your guess is right: the message is being considered as self defining.
... |