I am Planning to write a Web Service where authentication should be done from WSDL file.Can Authentication and Authorization can be done from WSDL??

Thanks in Advance....

You can create a login function that will return a kind of session-id, which is stored on the server in the database. Use this id as a parameter for other functions. If the user logs off or a certain time period has expired, you can reset the id, thus forcing a new login.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.