Web Service Login

K

KWenstrup

I'm querying and submitting to a webservice (multiple asmx's within that
service), using basic authentication. Infopath automatically prompts me for
a login/password. However, under certain conditions (such as many different
calls to the web service) it begins to prompt the user again and again for
username/password.

Question. Is there a way to set the username/password for all
queries/submits so this doesn't happen. This might also allow me to override
the standard login window, which doesn't have the look/feel of the rest of
the app.
 
J

jb

I'm sorry, I have no idea of the answer to this :(

But you seem to be one of the few people using webservices, about which I
find very little help. I just wondered, do you (or do you know how to)
persist session from IP to WS? I want IP to reuse a WS session, which seems
to involved persisting cookies in web class, but don't know how to get IP to
do this? Just wondering...
 
Top