I am attempting to use soap to get some info via https.
My server require user name for authentication. I've the following codes set up (via cut and paste from various examples). I would really appreciate any help on where should I enter my user name and password and if I am missing anything from my codes below?
I place my auth in the headers that are sent once, and
then a session ID is sent from there on. You need a
backend manager to write. If you need help drop NaHi
or I an email. I have some experience with soap4r now
due to I had to use it for job taking forever.
--dross
Hi.
I am attempting to use soap to get some info via
https.
My server require user name for authentication. I've
the following codes
set up (via cut and paste from various examples). I
would really
appreciate any help on where should I enter my user
name and password
and if I am missing anything from my codes below?
On Sat, 18 Sep 2004 19:48:40 +0900, nkb <nkb@pacific.net.sg> wrote:
I am attempting to use soap to get some info via https.
My server require user name for authentication. I've the following codes
set up (via cut and paste from various examples). I would really
appreciate any help on where should I enter my user name and password
and if I am missing anything from my codes below?
basic authentication.
Is there any example on using soap4r with basic auth and do a POST via https?
Thank you so much.
···
NAKAMURA, Hiroshi wrote on 2004/09/18 22:44: > Hi, > > On Sat, 18 Sep 2004 19:48:40 +0900, nkb <nkb@pacific.net.sg> wrote:
I am attempting to use soap to get some info via https.
My server require user name for authentication. I've the following codes
set up (via cut and paste from various examples). I would really
appreciate any help on where should I enter my user name and password
and if I am missing anything from my codes below?