[DUG] Importing XML Into THTTPRIO?

Jeremy Coulter jscoulter at gmail.com
Tue Apr 12 10:45:28 NZST 2016


Hi all.
A while back I created a class based on a SOAP XML. Doc.
Basically what I need to do is by-pass the THTTPRIO call to the SOAP server
and "import" an XML file that has some XML data in it that was retrieved by
the THTTPRIO call.
The idea is that I say, "here is a file, import then process it then give
me the value for 'X'".

When I look at the code, I see the following in the code in the function
that does the RIO call:

 Result := (RIO as MyPortType);

MyPortType is:

MyPortType = interface(IInvokable)

so, is there a way I can basically open a file, and assign it to an object
of the above so I can access the data?

I hope I am being clear :-)

Thanks, Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20160412/66f641e0/attachment.html 


More information about the Delphi mailing list