Author |
Message |
Topic: faultcode and the SOAP-ENV: data value |
Broady
Replies: 10 Views: 11003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 12:54 am Subject: faultcode and the SOAP-ENV: data value |
Thanks for that.
I elected to strip out the namespace prefix from the faultcode value before we reply to the .net client. I found that different services used different namespace prefixes so it was ... |
Topic: faultcode and the SOAP-ENV: data value |
Broady
Replies: 10 Views: 11003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 5:29 am Subject: faultcode and the SOAP-ENV: data value |
this is the layout as it stands now...reply to client
<NS1:Envelope xmlns:NS1="http://schemas.xmlsoap.org/soap/envelope/">
<NS1:Header/>
<NS1:Body>
<NS1:Fault&g ... |
Topic: faultcode and the SOAP-ENV: data value |
Broady
Replies: 10 Views: 11003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 5:26 am Subject: faultcode and the SOAP-ENV: data value |
Thanks for replying..
To set it to SOAP-ENV (without a MRM) would mean to code the namespace declarations as global for the project; i.e. code them in between the modules. But this then impacts sub ... |
Topic: faultcode and the SOAP-ENV: data value |
Broady
Replies: 10 Views: 11003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 5:13 am Subject: faultcode and the SOAP-ENV: data value |
We are using Broker v6.0.
We are receiving a web service response with a faultcode value of 'SOAP-ENV:Server'.
Or response to the .net client passes this data and lets the broker default the namespa ... |
Topic: MQGET node in Message Broker v6, 2 attempts and timeout |
Broady
Replies: 4 Views: 6759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 06, 2008 12:39 am Subject: MQGET node in Message Broker v6, 2 attempts and timeout |
Thanks for the reply.
We are leaving the investigation to the team that are providing the Corellation id; they are performing compares in/out etc.
I just wanted to cover off any known bug that m ... |
Topic: MQGET node in Message Broker v6, 2 attempts and timeout |
Broady
Replies: 4 Views: 6759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 05, 2008 8:04 am Subject: MQGET node in Message Broker v6, 2 attempts and timeout |
Thanks for the reply.
That is food for thought.
We now think the issue is a corrputed Corellation id. It appears the last byte has been modified from a "20" i.e. space to a "00&qu ... |
Topic: MQGET node in Message Broker v6, 2 attempts and timeout |
Broady
Replies: 4 Views: 6759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 05, 2008 4:45 am Subject: MQGET node in Message Broker v6, 2 attempts and timeout |
We are running version 6.0.2 WBIMB Message Broker and version 6.0 of MQ - with a flow that uses the MQGET node to read a queue using the corellation id.
Properties of the MQGET node are:-
Transactio ... |
Topic: WBIMB v5 Config Manager issues |
Broady
Replies: 8 Views: 4364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 9:39 am Subject: WBIMB v5 Config Manager issues |
I will pass this on, thanks.
I am off now, until Friday, so my colleagues might try to pick up the thread.
Thanks for your help. |
Topic: WBIMB v5 Config Manager issues |
Broady
Replies: 8 Views: 4364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 9:30 am Subject: WBIMB v5 Config Manager issues |
mqsilist showed all the right results.
The Proxy API Excerciser is showing a lot of missing execution groups and when present some of the flows are missing, and there are multiple entries for 'mess ... |
Topic: WBIMB v5 Config Manager issues |
Broady
Replies: 8 Views: 4364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 8:05 am Subject: WBIMB v5 Config Manager issues |
Sorry,
We did also do it against the broker name and then against the execution groups and all was fine. |
Topic: WBIMB v5 Config Manager issues |
Broady
Replies: 8 Views: 4364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 8:02 am Subject: V5 Config Manager issue |
The result of mqsilist in Unix is a list of all our brokers. And we are testing okay against these brokers and against the execution groups that the config manager via eclipse is showing as the defaul ... |
Topic: WBIMB v5 Config Manager issues |
Broady
Replies: 8 Views: 4364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 7:39 am Subject: WBIMB v5 Config Manager issues |
We are using windows 2000 servers for the config managers and Unix AIX for the brokers. We are using both MQ v6 and MB v5 & v6 on the same windows box. The developers toolkit is on XP boxes. It is ... |
Topic: Outputting as a namespace using an MRM Message Set |
Broady
Replies: 6 Views: 5244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 17, 2006 6:17 am Subject: Outputting as a namespace using an MRM Message Set |
I understand your comments but I am looking for a tactical solution that does what I require in this instance, hoping someone could give me a simple skeleton schema that has a namespace attribute with ... |
Topic: Outputting as a namespace using an MRM Message Set |
Broady
Replies: 6 Views: 5244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 17, 2006 3:49 am Subject: Namespace and MRM output |
As I said I need some help in an example usage for this.
Am I to leave all my other properties as I have described (e.g. dt as an attribute under DOCUMENT in the Message Set) and then code as suggest ... |
Topic: Outputting as a namespace using an MRM Message Set |
Broady
Replies: 6 Views: 5244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 17, 2006 2:15 am Subject: Outputting as a namespace using an MRM Message Set |
I am using WBIMB v5.
I have a requirement to produce an XML message that houses an HTML document in Base64 along with some namespace attribute.
I have managed to generate the HTML document using an ... |