You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Yong Miao <yo...@aspentech.com> on 2002/08/27 20:41:55 UTC

How to describe user auth info in WSDL

Hi,

I have a web service that requires client to pass user info for
authentication.
For example, if you use soap rpc client you can set this by

  SOAPHTTPConnection.setUserName()
  SOAPHTTPConnection.setPassword()

My questions are:
 1) Do I have to describe this requirement in WSDL file?
 2) if yes, HOW?


Thanks,
Yong Miao