Author |
Message |
Topic: XML with Soap |
gagan.maverick
Replies: 8 Views: 6229
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 29, 2016 10:37 am Subject: XML with Soap |
Hi,
DECLARE tns NAMESPACE 'http://schemas.xmlsoap.org/soap/envelope/';
DECLARE REFIN_MSGHEADER REFERENCE TO InputRoot.XMLNSC.tns:Envelope.tns:Body.(XMLNSC.Element)*.MessageHeader[1];
This w ... |
Topic: XML with Soap |
gagan.maverick
Replies: 8 Views: 6229
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 29, 2016 9:44 am Subject: XML with Soap |
Hi ,
I tried this
DECLARE ns NAMESPACE 'http://sap.com/xi/APPL/Global2';
DECLARE REFIN_MSG REFERENCE TO InputRoot.XMLNSC.ns:Envelope.ns:Body;
still doesn't seem to work. |
Topic: XML with Soap |
gagan.maverick
Replies: 8 Views: 6229
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 29, 2016 9:04 am Subject: XML with Soap |
Hi
Thanks for the reply , but can you tell me , how to declare soapenv i guess that would be the ideal approach.
I guess
Declare ns namespace something of that sort |
Topic: XML with Soap |
gagan.maverick
Replies: 8 Views: 6229
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 29, 2016 3:22 am Subject: XML with Soap |
Hi Guys i have a message whose structure is
<?xml version="1.0" encoding="UTF-8"?>
-<soapenv:Envelope xmlns:glob="http://sap.com/xi/APPL/Global2" xmlns:urn=&q ... |
Topic: Handling ä character |
gagan.maverick
Replies: 7 Views: 4857
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 14, 2015 5:35 am Subject: Handling ä character |
I just used one local queue and saved the message and opened the contents in excel file , i am getting the same error , in debugger its not showing but while creating the csv file its there |
Topic: Handling ä character |
gagan.maverick
Replies: 7 Views: 4857
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 14, 2015 5:26 am Subject: Handling ä character |
Hi the OutputRoot.MQMD.CodedCharSetId = 1208; and i am sending my message to queue not file and the receiver system is picking up the files from there |
Topic: Handling ä character |
gagan.maverick
Replies: 7 Views: 4857
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 14, 2015 5:12 am Subject: Handling ä character |
Hi , we have a req in which we are sending xml file with ccsid 1208 to broker and then in esql i am transforming it to a csv file. When the message leaves the system the ccsid is 1208 and encoding is ... |
Topic: Handling ₁ special characters |
gagan.maverick
Replies: 5 Views: 3714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 26, 2015 2:30 am Subject: Handling ₁ special characters |
IF CONTAINS(MR1_BLOB, X'e28281')THEN
SET MR1_BLOB = REPLACE(MR1_BLOB, X'e28281', X'2d');
SET REFOUT_2."MARKETING_TEXT1" = CAST (MR1_BLOB AS CHARACTER CCSID InputRoot. ... |
Topic: Handling ₁ special characters |
gagan.maverick
Replies: 5 Views: 3714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 26, 2015 1:33 am Subject: Handling ₁ special characters |
Hi i tried but that character is not supported in esql |
Topic: Handling ₁ special characters |
gagan.maverick
Replies: 5 Views: 3714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 26, 2015 1:16 am Subject: Handling ₁ special characters |
Hi in my input xml message i am getting something like this '₁' , so how can i convert it to '-' . As outbound sap is not able to handle it. |
Topic: Unzip using JCN |
gagan.maverick
Replies: 23 Views: 17495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2015 1:31 am Subject: Unzip using JCN |
And yes if it's a huge xml invoice message then some the tags in the xml gets missing for ex <Article_name>hdhdhd</Article_name> should be there but in output i am seeing /Article_name> ... |
Topic: Unzip using JCN |
gagan.maverick
Replies: 23 Views: 17495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2015 1:27 am Subject: Unzip using JCN |
Hi,
After unzipping of the files , the fresh problem which have started arriving is that in xml messages ....<?xml version="1.0" encoding="ISO-8859-1"?> when it comes out of ... |
Topic: JAVA OUTPUT TO File Output |
gagan.maverick
Replies: 19 Views: 12977
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 04, 2015 9:47 pm Subject: JAVA OUTPUT TO File Output |
Yes i meant environment by ENV.. |
Topic: JAVA OUTPUT TO File Output |
gagan.maverick
Replies: 19 Views: 12977
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 04, 2015 5:15 am Subject: JAVA OUTPUT TO File Output |
I can pass but how to store them in ENV in JCN .. |
Topic: JAVA OUTPUT TO File Output |
gagan.maverick
Replies: 19 Views: 12977
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 04, 2015 1:46 am Subject: JAVA OUTPUT TO File Output |
Hi, is it possible to pass the entire zipped messages i mean pdf , .xls and other files to env , inside JCN. Then i might have all the messages of the zip file in env. and can use them downstream |