2
Answers

Create SOAP Service with Authentication

Raja A

Raja A

8y
259
1
Hi,
              I need to create SOAP service with authentication for entire wsdl file.. Can anyone give me c# sample source code....
Answers (2)
0
Raja A

Raja A

NA 142 11.7k 8y

Nitin Sontakke    ....

  I need for entire wsdl file...  For example:- Jira Webservice
0
Nitin Sontakke

Nitin Sontakke

NA 11.7k 2.2k 8y
What do you mean by "entire application" or "entire wsdl file" is not quite clear to me / us.
 
To the best of my knowledge, there is no such thing. Because web service calls are natively stateless (you really have to understand the meaning of this word!), you need to keep on authenticating each and every call.
 
I don't personally know of any way to going around it.