Hi,
The SoapActor attribute specifies a logical name for the endpoint address.
Each service has two addressses, a logical address (it specified by the
attribute wsa:To) and a physical one (the transport address), usually they
are the same. (If you do not specify the attribute SoapActor, the logical
address is the same as the physical address).
In this case, the service is expecting a SOAP message with a header wsa:To =
"http://localhost/PerimeterServiceRouter/Router/ExternalService.asmx"
You can consume the service directly without using the router, but you need
to specify that logical address in the client application. (The client must
have access to the service as well).
This article describes very well how to do that in WSE,
http://www.dynamic-cast.com/mt-archives/000050.html
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> From the WS Security PnP for WSE 3
>
[quoted text clipped - 17 lines]
>
> Ron