I have inherited XML… I am attempting to understand what needs to be done vs what has been done. The service I have
- Gets the document
- Loops over the /bizdoc/CountentParts
- Branches on the PartName
then a sequence of
- pub.string:bytesToString
- pub.xml:xmlStringToXMLNode
- pub.xml:xmlNodeToDocument
this was being used with PIDX:OrderCreate… but I have a different XML document type… XCBL:Order. My file is flattening out after xmlNodeToDocument.
Others have posted simular post discussing documentToXMLString. I would like to do this the PROPER way and have no idea what is correct. Or where to find a guiding light.
Thanks in Advance
CHill
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods