I need to visit a secure web service, each request in the header should carry a token.
I know the endpoint of the web service, I also know how to create a token.
but I do not see the WSDL for the web service.
is there any way in C # to create a client client without a WSDL file.
c # web-services header ws-security token
jojo
source share