Hello,
I am working on a windows client that accesses some web services, on vs2005
TeamSystem, i installed wse 3 and made the basic configurations under
enabling wse through the wizard and created server and client policy through
the wizard for both sides. I am using the usernameWithx509 scenario based
upon the quickstart version. However when i come to the line where i try to
call SetClientCredential or SetPolicy intellisense does not pick up the
methods, neither can i declare the policy through a partial class, because i
get an error saying the proxy is not of type ...soaphttpprotocol or something
like that, which i know is why i can't see those methods either. But i am
still stuck, can anyone give me some ideas please, thank you.
Best Regards,
John
John - 08 Dec 2005 15:04 GMT
Hello All, Well i solved it, i didn't realise that the wse tool actually
created another class with "Wse" at the end, so the service class became
ServiceWse, and this class included the SoapProtocol methods
setClientCredential and setPolicy. Cool!!
Over and out,
John
> Hello,
>
[quoted text clipped - 10 lines]
> Best Regards,
> John