SSL and Consume Web Services

Hi All,I am trying to consume web services . Now i am getting a error message 401 Un authorized .

How do I pass user name and password in web services.

any help is appreciated.

Thanks

Sushant

Subject: lsxsd.lss is your reference guide.

In your consumer code after the initialize you can set the credentials like so.

Call Service.SetCredentials(“admin”, “password”)

Subject: Thanks I am able to connect . But i am getting a fault

Hi Simon,Thanks a million for help.

I am now getting the error.

:DEBUG:<< “Can't yet deserialize non-null Objects[\n]”

in SOAPUI.

And in domino i get fault error.

How can i resolve above error.

Thanks

Sushant

Subject: Error is in your SOAP message

Either the request is incorrect or the response (can’t tell).

The error means that a null object was attempted to be sent. Most likely you have to send in an object and you haven’t created it.

Try your agent now.