Thanks Castprob,
The method that u suggested did work, thanks!
However, since i am in a project, the service flow should not be changed since it is done so in first phase of the project. Therefore, my focus is more to pumping in the data to suit the flow.
I wouldn’t hit the “xmldata, $filename, $fielddata is missing” error if i use TEST->RUN IN BROWSER.
At RUN IN BROWSER, i copied the whole xml document code into the text box and run.
My service flow is as follow:
Pipeline IN :xmlString
StringToDocument
Service In : xmldata
Service Out : node
Pipeline OUT : node
Pipeline IN :xmlString (record)
DocumentToRecord
Service In :node
Service Out :boundNode(record)
Pipeline OUT : DPInbound(record)
Pipeline IN : DPInbound(self defined record)
ZZUpload_DOWNPAYMENT
Service In : DPRec (self defined record that correspond to DPInbound rec)
Service Out : rfcstatus(self defined field)
Pipeline OUT : rfcstatus(self defined field)
My ZZUpload_Downpayment service works well by itself. But if i start testing the flow from the very beginning, then it cannot work. Seems like no data is being pumped in.
Thanks again
#webmethods-Protocol-and-Transport#Integration-Server-and-ESB#webMethods