Yes , absolutely, all you have to do is create a web services project
then add web reference to the external web services, but you'll have to
carefully consider the design because you'll bypass the security and
policy of the external ws. e.g. you'll have to delegate the call to the
external WS by your WS user,
Regards
Erymuzuan Mustapa
> I have an external (Intranet) web service which requires that Soap
> message header be signed and Body should be encrypted. The service works
[quoted text clipped - 5 lines]
>
> Thanks.