Author |
Message |
Topic: Removing namespace prefix from XML |
Halloween
Replies: 5 Views: 3135
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2016 6:00 pm Subject: Removing namespace prefix from XML |
<NS1:OrderHeader xmlns:NS1="http://tempuri.org/task"><NS1:Store>Ballard</NS1:Store><NS1:CustEDP>11926287</NS1:CustEDP></NS1:OrderHeader
I am trying to rem ... |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 23, 2015 11:21 am Subject: MQSTR |
And you now what i convinced the guy who wanted to update the namespace prefix that does not really matter. It is the namespace that it relates matters |
Topic: Removing namespace in SOAP response |
Halloween
Replies: 4 Views: 4090
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 23, 2015 11:19 am Subject: Removing namespace in SOAP response |
Hello,
I am getting an output as below
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<NS1:pro ... |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 23, 2015 11:15 am Subject: MQSTR |
@Vitor
You have inspired to try this on my own and i finally ahieved it.
what would have happened without you |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 23, 2015 7:15 am Subject: MQSTR |
I browse through the sample. Is not much of any help to explicitly define out own namespace prefix. Or, mask the existing namespace prefix by our own custom namespace prefix |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 22, 2015 1:24 pm Subject: MQSTR |
Hello,
Instead of the one below
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<NS1:process ... |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 22, 2015 1:08 pm Subject: MQSTR |
Hello,
I meant a namespace prefix of env rather than soapenv? |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 22, 2015 12:56 pm Subject: MQSTR |
Thanks everyone and special thanks to Vitor.
The issue is resolved.
Now, ca someone tell me how to change the name space in SOAP reply.
I am migrating JCAPS interface to IIB and they need the e ... |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 22, 2015 11:10 am Subject: MQSTR |
I had been telling that i would need this xMLstring between <in0>..</in0>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns ... |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 22, 2015 11:07 am Subject: MQSTR |
Hello smdavies,
If it try the SOAPInput-> MQHeader ->MQOutput.
The result i get is XML with MQSTR format
I am trying to fetch the details as text not XML |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 22, 2015 8:15 am Subject: MQSTR |
Yes but i need that XML String as a text format on MQ Output with format defined MQSTR |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 22, 2015 7:36 am Subject: MQSTR |
So i am getting XML message as string from SOAPUI.
I am trying to display this XML message as text format and format defined as MQSTR on output queue. |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 22, 2015 7:00 am Subject: MQSTR |
Thank You fjb and Vitor.
I am first setting to MQSTR using the code you sent then i am doing this to parse the XML string to MRM as below
DECLARE xmlString CHARACTER nputRoot.XMLNSC.ns10:process ... |
Topic: MQSTR |
Halloween
Replies: 27 Views: 16311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 21, 2015 12:32 pm Subject: MQSTR |
I am getting an XML message as a string from SOAP Input.
I am fetching this XML message and putting as a text MRM into the output queue.
This is the simple requirement which i already did it.
N ... |
Topic: how to pass parameter for dynamic sql query in java compute |
Halloween
Replies: 2 Views: 2632
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 11, 2015 12:22 pm Subject: how to pass parameter for dynamic sql query in java compute |
I am trying to execute this query
ResultSet results = stmt.executeQuery("select X.RETAIL_DATE as ORIGINAL_RETAIL_DT, X.RETAIL_TYPE AS ORIGINAL_RETAIL_TYPE, X.GREY_MARKET_IND as ORIGINAL_GREY_M ... |