Re: Custom Channel "Request Service Not Found" -
09-08-2006
, 01:58 PM
I figured this out. For anyone that comes across this thread, the
issue is that the
"__RequestUri" Header MUST be set on the request to the remoting
server. Populating this header with the remote object URI resolved my
issue.
It is also beneficial to set the "__CustomErrorsEnabled" to false so
that any exceptions generated on the remote server are propagated back
to the client. Otherwise a generic Remoting exception is returned.
Thanks
jc |