Author |
Message |
Topic: How to release the HTTPS port already used |
wurglsam
Replies: 3 Views: 2906
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 01, 2012 6:41 am Subject: How to release the HTTPS port already used |
Thanks guys, the fact to wait some times when the broker is down worked: the port is now released as expected  |
Topic: How to release the HTTPS port already used |
wurglsam
Replies: 3 Views: 2906
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 31, 2012 6:46 am Subject: How to release the HTTPS port already used |
Hi
I created some execution groups on WMB v7 where I deployed some flows using a SOAP Input node. As expected, the default HTTPS port were allocated with the default range (7843 - 7884).
But af ... |
Topic: How to navigate in SOAP Body with WMB |
wurglsam
Replies: 10 Views: 9004
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 02, 2012 11:34 pm Subject: How to navigate in SOAP Body with WMB |
You're absolutely right: it's working now
Thanks a lot guys for your help! |
Topic: How to navigate in SOAP Body with WMB |
wurglsam
Replies: 10 Views: 9004
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 02, 2012 10:58 pm Subject: How to navigate in SOAP Body with WMB |
I actually tried it but when I create the BAR file and try to deploy it, I receive the following error message during deployment:
BIP2432E: (.SOAAAA02_Compute.CopyEntireMessage, 2.25) : The correla ... |
Topic: How to navigate in SOAP Body with WMB |
wurglsam
Replies: 10 Views: 9004
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 02, 2012 7:38 am Subject: How to navigate in SOAP Body with WMB |
Thanks for your reply.
It's finally working with the following:
SET InputLocalEnvironment.TARGET = InputRoot.SOAP.Body.*:ZoumGetShipTenderInb.IvShipmentAttr.TargetSystem ;
But I can't have this ... |
Topic: How to navigate in SOAP Body with WMB |
wurglsam
Replies: 10 Views: 9004
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 02, 2012 6:09 am Subject: How to navigate in SOAP Body with WMB |
But "Body" is the standard SOAP Body in my understanding. So if I'm not wrong the standard tree to look into it is Root.SOAP.Body.
I tried with soapenv:Body but I have the same error mess ... |
Topic: How to navigate in SOAP Body with WMB |
wurglsam
Replies: 10 Views: 9004
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 02, 2012 5:55 am Subject: How to navigate in SOAP Body with WMB |
Hi
I'm trying to navigate in a SOAP message Body but I'm fighting to find the right code.
My message is the following:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap ... |