|
::M1::Printer is correct, not ::Printer. Does your server use the same Slice definitions as the client, i.e., does it implement ::M1::Printer or simply ::Printer? If the latter, then this is the reason for the failure. Both the client and the server mus use the same Slice code.
|