Is there a plan to have this feature inbuilt into Soap router?
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]
Sent: Monday, July 07, 2003 8:13 PM
To: [EMAIL PROTECTED]
Subject: Re: turn off cookies and enable URLRewriting
To maintain a session, the server must send the
Just FYI, apparently, you cannot specify the Java SSL encryption providers
dynamically in the code of a web application running under Weblogic.
for example:
Security.insertProviderAt(new com.sun.net.ssl.internal.ssl.Provider(), 2);
The dynamic declaration gets ignored because Weblogic only looks
No. There is no standard way for a web service to convey URL rewrite
information to a client, and thus no means built into all the clients
(.NET, SOAP::Lite, etc.) to receive it. Ultimately, using URL
rewrite to maintain sessions is strictly a roll-your-own proposition.
On 8 Jul 2003 at 9:34,