Below is the code that I am using to send the meterId to the webservice request:
DECLARE ns namespace 'http://www.multispeak.org/Version_3.0';
SET OutputRoot.XMLNSC.ns:GetLatestReadingByMeterNo.ns:meterNo =
InputRoot.XMLNSC.onDemandReadRequest.METER_ID;
When I debug the flow I am getting the below exception :
Severity:INTEGER:3
Number:INTEGER:5010
Text:CHARACTER:XML Writing Errors have occurred
ParserException
File:CHARACTER:/build/S700_P/src/MTI/MTIforBroker/GenXmlParser4/ImbXMLNSCWriter.cpp
Line:INTEGER:889
Function:CHARACTER:ImbXMLNSCWriter::writeMisc
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:5016
Text:CHARACTER:Unexpected XML type at this point in document.
Insert
Type:INTEGER:5
Text:CHARACTER:GetLatestReadingByMeterNo
Insert
Type:INTEGER:5
Text:CHARACTER:folderType
It working now. I construct the OutputRoot when I am sending the request to webservice. Now request parameter is going to webservice. Seems to the problem was resolved.
Now webservice is down. I need to test my flow when it is up..Thanks.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum