Authentication

  • Thread starter Thread starter MA
  • Start date Start date
M

MA

Hi all!

As a novice I have a problem with authentication and consuming a webservice.

The webservice is located on a server with Tomcat and is programmed with
Java.

I have no idea how I should send my authentication information to this
webservice. Is there a general way or do I have to contact the developer for
this?

/Marre
 
If they use regular Http Authentication methods then you can simply set
the appropriate headers in your HttpWebRequest. If the JSP servlet uses
some custom authentication then you would have to contact the
developer/ service maintainers regarding it
 
Back
Top