Viewing 6 posts - 1 through 6 (of 6 total)
Being that XML is much like JSON can this same technic be used with XML as well?
September 17, 2021 at 5:07 pm
Thanks. That works fine. But the one issue that remains is there is a duplicate value for Bids in the NF is duplicated and there should be only one. I...
August 20, 2019 at 2:14 pm
Thanks,
This one is difficult. I have gone down many dead end methods on my own. If I come up with it I will post solution. But I suspect it's going...
August 9, 2019 at 3:23 pm
Thanks Matt. I'll give that a try. The Transtype is in the same location just inside the envelope. So, I can scan the element pretty easily. Where I got hung...
August 30, 2016 at 8:33 pm
Context What a concept. Apologies should have been more succinct. After scrubbing a lot of data I have this XML wrapper coming to me.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sch="http://somewhere.us.com/is/cs/schema" xmlns:sch1="http://somewhere.us.com/is/common/schema">
<soapenv:Header />
<soapenv:Body>
<sch:ANBRRequest>
<sch:ANBRReq>
<sch1:userId>XXYYZZ</sch1:userId>
<!--Optional: -->
<sch1:clientNumber>0001</sch1:clientNumber>
<!--Optional: -->
<sch:SaveFormsList>
<!--1 or...
September 1, 2015 at 11:18 am
I have a question which may not be easily answered. But my question is; why does the XML parser throw and error when a Tag has a quote " wthin...
October 17, 2012 at 4:58 am
Viewing 6 posts - 1 through 6 (of 6 total)