Author |
Message |
Topic: SOAPRequest node - setting maximum concurrent threads |
sguruprasanna
Replies: 9 Views: 7350
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 07, 2011 8:12 am Subject: SOAPRequest node - setting maximum concurrent threads |
And don't both SOAPRequest and SOAPInput node use the same HTTPConnector underneath?
oops. I should not have said that.. I kind of assumed that "HTTPConnector" is used by all SOAPnodes that ... |
Topic: SOAPRequest node - setting maximum concurrent threads |
sguruprasanna
Replies: 9 Views: 7350
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 07, 2011 7:17 am Subject: SOAPRequest node - setting maximum concurrent threads |
Ok, have you seen one for SOAPRequest node? I could not find it..
And don't both SOAPRequest and SOAPInput node use the same HTTPConnector underneath? |
Topic: SOAPRequest node - setting maximum concurrent threads |
sguruprasanna
Replies: 9 Views: 7350
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 07, 2011 6:00 am Subject: SOAPRequest node - setting maximum concurrent threads |
mqjeff, now that I read that technote few times, I understand that the additional instances determine the number of concurrent requests regardless of the setting on the MaxThreads.
Have you talked ... |
Topic: SOAPRequest node - setting maximum concurrent threads |
sguruprasanna
Replies: 9 Views: 7350
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2011 2:51 pm Subject: SOAPRequest node - setting maximum concurrent threads |
Hi,
I have a couple of webservices consumer flows running on broker 7.0.0.3 on Solaris, that access webservices hosted on mainframe (using service flow feature) using SOAPRequest node.
I need ... |
Topic: Access WS-Security header fields from within a compute node |
sguruprasanna
Replies: 7 Views: 4893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2011 7:29 am Subject: Access WS-Security header fields from within a compute node |
Thanks mqjeff,
I used the "Default Propagation" security profile at the SOAPInput node as explained here:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/topic/com.ibm.etools. ... |
Topic: Access WS-Security header fields from within a compute node |
sguruprasanna
Replies: 7 Views: 4893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2011 6:44 am Subject: Access WS-Security header fields from within a compute node |
Thanks bielesibub & mqjeff... Here is what I have tried so far:
I did not have a security profile configured, so created one and added it at the flow level in the bar file. In the security pro ... |
Topic: Access WS-Security header fields from within a compute node |
sguruprasanna
Replies: 7 Views: 4893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2011 4:07 am Subject: Access WS-Security header fields from within a compute node |
Can anyone answer me please...? Is it possible to access ws-security fields in a message flow? |
Topic: Access WS-Security header fields from within a compute node |
sguruprasanna
Replies: 7 Views: 4893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 22, 2011 12:44 pm Subject: Access WS-Security header fields from within a compute node |
Hi,
I have broker 7.0.0.3 acting as a webservice provider, and the consumers sign the message using X509 certificate. Since broker does not support authorization using X509cert against LDAP, I am t ... |
Topic: WS-Security - signing a message using X509 cert. |
sguruprasanna
Replies: 18 Views: 11257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 22, 2011 6:04 am Subject: WS-Security - signing a message using X509 cert. |
bielesibub, Good luck and thanks for the info! |
Topic: WS-Security - signing a message using X509 cert. |
sguruprasanna
Replies: 18 Views: 11257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 22, 2011 4:08 am Subject: WS-Security - signing a message using X509 cert. |
Mgk, can you help? |
Topic: WS-Security - signing a message using X509 cert. |
sguruprasanna
Replies: 18 Views: 11257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2011 7:14 am Subject: WS-Security - signing a message using X509 cert. |
According to this documentation,
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/topic/com.ibm.etools.mft.doc/ac56430_.htm#ac56430_
the signing should work just with a truststore and no L ... |
Topic: WS-Security - signing a message using X509 cert. |
sguruprasanna
Replies: 18 Views: 11257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2011 7:04 am Subject: WS-Security - signing a message using X509 cert. |
Correct me if I am wrong, I think I don't need LDAP here, but just the Keystore..
I am just trying to get the Key (or token) looked up against the truststore configured... |
Topic: WS-Security - signing a message using X509 cert. |
sguruprasanna
Replies: 18 Views: 11257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2011 6:40 am Subject: WS-Security - signing a message using X509 cert. |
Hi,
I am still struggling to get this working... From the documentation, it looks like I don't need to have a security provider, the truststore I configure at the execution group level should be us ... |
Topic: Custom SOAP header and SOAPRequest node |
sguruprasanna
Replies: 2 Views: 4736
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2011 5:54 am Subject: Custom SOAP header and SOAPRequest node |
Thanks, that worked! |
Topic: Custom SOAP header and SOAPRequest node |
sguruprasanna
Replies: 2 Views: 4736
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2011 2:05 pm Subject: Custom SOAP header and SOAPRequest node |
Hi,
I am writing a webservice consumer flow, and I need to insert a custom header inside the SOAP header.
I have a simple flow:
MQInput -> ComputeNode -> SOAPRequest -> MQOutput
I u ... |