Author |
Message |
Topic: Using Name value pairs in the Body of HTTP Request Message |
kwelch
Replies: 10 Views: 10112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 20, 2005 9:21 am Subject: Using Name value pairs in the Body of HTTP Request Message |
Hi mgk,
I will ask about the HTTP standard. Since you and Jeff are both in agreement that it applies to the HTTP Headers, my money is on you.
As for the BLOB message not working with the HTTP ... |
Topic: Using Name value pairs in the Body of HTTP Request Message |
kwelch
Replies: 10 Views: 10112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 19, 2005 10:19 am Subject: Using Name value pairs in the Body of HTTP Request Message |
Jeff,
I thought that that was for the Reply from the Web Service. I will give that a whirl. Thanks.
Karen |
Topic: Using Name value pairs in the Body of HTTP Request Message |
kwelch
Replies: 10 Views: 10112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 19, 2005 10:06 am Subject: Using Name value pairs in the Body of HTTP Request Message |
Hi Jeff,
Basic:
We are setting the URL dynamically
Request Timeout = 120
Advanced:
Use whole Input Message as Request - checked
Replace Input Message with Web Service response - checked
G ... |
Topic: Using Name value pairs in the Body of HTTP Request Message |
kwelch
Replies: 10 Views: 10112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 19, 2005 9:40 am Subject: Using Name value pairs in the Body of HTTP Request Message |
Hi Jeff,
No, they definitely don't want it in the HTTP Header. The examples they show me show the header with the blank line then the body. But instead of just the XML message they want it to be ... |
Topic: Using Name value pairs in the Body of HTTP Request Message |
kwelch
Replies: 10 Views: 10112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 19, 2005 8:56 am Subject: Using Name value pairs in the Body of HTTP Request Message |
Hi,
I have a request from a customer to create a post messasge that looks something like this:
ReqMsg=<Command><ServiceId>InsuranceScore</ServiceId><ServiceName>service.ins ... |
Topic: RFH2 headers in WBIMB |
kwelch
Replies: 1 Views: 3458
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 22, 2005 8:06 am Subject: RFH2 headers in WBIMB |
Hi,
I have a WBIMB flow where I receive a request with a RFH2 header that I have to remove because the next app can't handle it. I remove it and store it to a queue so that I can put it back on fo ... |
Topic: namespace help |
kwelch
Replies: 6 Views: 6933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 01, 2005 1:56 pm Subject: namespace help |
Thanks for your help! Other than a few minor issues with the Soap Header I am now able to get the message wrapped in a soap Envelope.
Karen |
Topic: namespace help |
kwelch
Replies: 6 Views: 6933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 01, 2005 10:55 am Subject: namespace help |
Hi,
I coded that from an example in the esql manual on how to get the namespace to appear on the output message. However, I have followed your advice and coded everything with soap1:Envelope and I ... |
Topic: namespace help |
kwelch
Replies: 6 Views: 6933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 28, 2005 1:17 pm Subject: namespace help |
Thanks for the suggestion but that did not work. |
Topic: namespace help |
kwelch
Replies: 6 Views: 6933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 28, 2005 12:26 pm Subject: namespace help |
Hi again!
I am having problems creating a message with namespaces in the output. I can get them to work except for on the outermost tag. When I try to create a namespace on the outermost tag it ... |
Topic: how to access namespace data on the input message |
kwelch
Replies: 3 Views: 5050
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 11, 2005 1:09 pm Subject: how to access namespace data on the input message |
This worked!
SET OutputRoot.XML.ACORD.SignonRq.SignonPswd.CustId.CustLoginId = InputBody.soap:Envelope.soap:Body.acord:ACORD.acord:SignonRq.acord:SignonPswd.acord:CustId.acord:CustLoginId; |
Topic: how to access namespace data on the input message |
kwelch
Replies: 3 Views: 5050
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 11, 2005 10:08 am Subject: how to access namespace data on the input message |
wolstek,
I am not using MRM domain. I don't understand your answer below. Do you mean code:
SET OutputRoot.XML.ACORD.SignonRq.SignonPswd.CustId.CustLoginId = InputBody.soap:Envelope.soap:Body. ... |
Topic: how to access namespace data on the input message |
kwelch
Replies: 3 Views: 5050
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 11, 2005 9:07 am Subject: how to access namespace data on the input message |
HI,
I am receiving a message with namespaces and I can't seem to get the data from the input to the output. The output is not using namespaces. Here is a sample of the data I am receiving.
- & ... |
Topic: not getting expected output |
kwelch
Replies: 8 Views: 7615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 13, 2005 8:43 am Subject: not getting expected output |
Here is the explanation given by IBM:
After analysing this scenario we have come to the conclusion that
the behaviour you are seeing is to be expected. When dealing
with fields in a message tre ... |
Topic: not getting expected output |
kwelch
Replies: 8 Views: 7615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 13, 2005 6:35 am Subject: not getting expected output |
Thank you! I also learned that the following works too.
SET OutputRoot.XML.ecm_cmd_doc.doc_in.doc_object.doc_attr[1].(XML.attr)attr_value = FIELDVALUE("InputBody"."transmission_data"."ECM"."doc ... |