What product/components do you use and which version/fix level?
SAG webMethods Integration Server 10.3
What are trying to achieve? Please describe in detail.
I have created a flow service which defines a pub.xml.xmlNodeToDocument step. My ‘Pipeline In’ links node to node in ‘Service In’. My ‘Service Out’ document links to my Document Type in the ‘Pipeline Out’. When I run in debug I pass in a standard XML format I set up in the debug configuration input tab, but in my MAP step when I link a document type string in the ‘Pipeline In’ to a newly created string variable in ‘Pipeline Out’ called AcctType it does not show up after stepping over the MAP.
I did not create the Document Types from an XML file, just created it in designer. When I took my sample XML file and created a new Flow service and selected XML for ‘Receive an XML document’ it created a docType_{flowservice name} file. In the Flow Service it created the expected step of pub.xml.xmlNodeToDocument. This service works correctly.
What am I missing. Do I have to create an XML file to basically be imported and the designer create docType* files which I already did manually? I am new to webMethods so any guidance is appreciated and needed.
XML:
<TestAcctInq>
<ValidateExistingInfo>
<AcctId>5656565656</AcctId>
<AcctType>PERSONAL</AcctType>
<FullName>FRED J FLINTSTONE</FullName>
<Phone>5552551212</Phone>
</ValidateExistingInfo>
</TestAcctInq>
Do you get any error messages? Please provide a full error message screenshot and log file.
No error messages and no variables from the pipeline out coming from MAP other then the document with my document type under it and the document type I linked from document in service out.
#webMethods#soa#Integration-Server-and-ESB#API-Management#Service-Designer