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
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
