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