Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RemotableException Problem

5 views
Skip to first unread message

Garry

unread,
Nov 3, 2002, 8:41:15 PM11/3/02
to
Hi All,

I'm trying to raise a 'Client' Fault Code but the client recives a Fault
Code of 'Server'.

var
E: ERemotableException;
begin

E := ERemotableException.Create('invalid something');
E.FaultCode := 'SOAP-ENV:Client';
raise E;

end;

Could someone possibly show me a code snippet of how to do this in Delphi 6?

--
Regards,

Garry Gebhardt

0 new messages