From: easter <ea...@fr...> - 2004-05-12 14:53:37
|
Hi all, I'm playing with the SoapWriter pipeline and cannot figure out how to retrieve the result of the invocation. Here is an extract of my pipeline : ... xip.nextStage=writer xip.stageType=SoapWriter xip.soapAction=urn:xmethods-delayed-quotes#getQuote xip.soapUrl=http://66.28.98.121:9090/soap xip.resultStage=http://66.28.98.121:9090/soap xip.responseDoc=true xip.username= xip.password= writer.nextStage=null writer.stageType=FileWriter writer.outputFile=${system.getProperty("user.dir")}/out/${document.name} ... But my writer stage always prints the original document I used as input to the SoapWriter call. What do I need to do to get the SoapResponse message from the web service? Thanks for any help. |