Author |
Message |
Topic: SOAPAction URI |
veda
Replies: 5 Views: 7730
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 12, 2011 10:31 am Subject: SOAPAction URI |
What additional functionality of the SOAPRequest node do you mean, other than that of "make a SOAP REQUEST over HTTP"?
The SOAP Action is in the WSDL, if you read the WSDL.
If you don' ... |
Topic: SOAPAction URI |
veda
Replies: 5 Views: 7730
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 12, 2011 10:17 am Subject: SOAPAction URI |
Why are you using an HTTPRequest node instead of a SOAPRequest node?
What does your understanding of SOAP inform you on the nature of the SOAPAction HTTP header, and what it should or should not co ... |
Topic: SOAPAction URI |
veda
Replies: 5 Views: 7730
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 12, 2011 9:58 am Subject: SOAPAction URI |
Hi All,
I am trying to send a SOAP message (that is being constructed in a JCN) to HTTPRequest Node(particular webservice). I receive a SOAP fault message saying
<?xml version="1.0" ... |
Topic: request identifier not unique |
veda
Replies: 5 Views: 3951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 08, 2011 3:22 pm Subject: request identifier not unique |
Thank you, I will try to implement. |
Topic: request identifier not unique |
veda
Replies: 5 Views: 3951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 08, 2011 10:33 am Subject: request identifier not unique |
The http request identifier is not guaranteed to be unique forever. If you are storing these in a database for future replay or audit, do not use the http request id as the primary key.
If you nee ... |
Topic: request identifier not unique |
veda
Replies: 5 Views: 3951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 08, 2011 7:50 am Subject: request identifier not unique |
Hi All,
We are using the http request identifier as a unique value for the transactions, it is being repeated some times after a day or two.
Is the request identifier not unique? I have read in ... |
Topic: EG not able to accept Http requests |
veda
Replies: 8 Views: 5467
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 09, 2011 8:48 am Subject: EG not able to accept Http requests |
The EG can accept both http: and https: urls.
But not on the same port#.
And if you have deployed an HTTPInput node without the "Use SSL" box checked, the path on the HTTPInput node wi ... |
Topic: EG not able to accept Http requests |
veda
Replies: 8 Views: 5467
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 09, 2011 8:25 am Subject: EG not able to accept Http requests |
If you have told the HTTPInput node to use SSL, why would it expose the URL to the non-SSL listener?
Hi Jeff,
Thank you for the reply!
You mean to say I can't use - http://<hostname>:10 ... |
Topic: EG not able to accept Http requests |
veda
Replies: 8 Views: 5467
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 09, 2011 7:57 am Subject: EG not able to accept Http requests |
mgk has some helpful advice here:
http://www.mqseries.net/phpBB/viewtopic.php?t=55057&view=next&sid=4cc0bd9026a9e1699f24b7fff75b38e5
Thanks for the reply.
I have been using the same u ... |
Topic: EG not able to accept Http requests |
veda
Replies: 8 Views: 5467
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 09, 2011 7:38 am Subject: EG not able to accept Http requests |
Hi All,
I have turned on the SSL Support and enabled Client Authentication by using the following commands
mqsichangeproperties broker name -b httplistener -o HTTPListener -n enableSSLConnect ... |
Topic: Request Identifier - HTTP Reply |
veda
Replies: 13 Views: 14485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 06, 2011 6:58 am Subject: Request Identifier - HTTP Reply |
Hi, this problem has just come up as an APAR. Please raise a PMR asking for APAR: IC73430.
For fastest results, please either specifically ask for a build for this APAR, or put the URL to this thre ... |
Topic: Request Identifier - HTTP Reply |
veda
Replies: 13 Views: 14485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 05, 2011 10:40 am Subject: Request Identifier - HTTP Reply |
Are your flows in the same Execution Group?
Yes my flows are in same execution group, I am using execution group listener. If I don't use execution group listener I am able to get the response.
... |
Topic: Request Identifier - HTTP Reply |
veda
Replies: 13 Views: 14485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 05, 2011 8:13 am Subject: Request Identifier - HTTP Reply |
Hi mqjeff,
thanks for the reply!
I have done the processing in java compute node, but still I get the exception saying "need return context info"
Here is the Trace
2011-01-05 11: ... |
Topic: Request Identifier - HTTP Reply |
veda
Replies: 13 Views: 14485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 05, 2011 6:12 am Subject: Request Identifier - HTTP Reply |
For an example, take a look at the Sample code "Building the Web Services using HTTP nodes sample" in Info Center....
SET OutputLocalEnvironment.Destination.HTTP.RequestIdentifier =
CAST ... |
Topic: Request Identifier - HTTP Reply |
veda
Replies: 13 Views: 14485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 04, 2011 2:21 pm Subject: Request Identifier - HTTP Reply |
I am getting an error saying Invalid Context Info size when I try to convert the request identifier(extracting from xml msg) to bytes. Could someone please help me how to convert a string to Blob in J ... |