<div dir="ltr">Hi all.<div>A while back I created a class based on a SOAP XML. Doc.</div><div>Basically what I need to do is by-pass the THTTPRIO call to the SOAP server and &quot;import&quot; an XML file that has some XML data in it that was retrieved by the THTTPRIO call.</div><div>The idea is that I say, &quot;here is a file, import then process it then give me the value for &#39;X&#39;&quot;.</div><div><br>When I look at the code, I see the following in the code in the function that does the RIO call:</div><div><br></div><div> Result := (RIO as MyPortType); </div><div><br></div><div>MyPortType is:<br></div><div><br></div><div>MyPortType = interface(IInvokable)  <br></div><div><br></div><div>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?</div><div><br></div><div>I hope I am being clear :-)</div><div><br></div><div>Thanks, Jeremy</div></div>