OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp-interop message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [wsrp-interop] Question about initCookie()


Title: RE: [wsrp-interop] Question about initCookie()

There is no initCookie object as such, but a producer may send cookies back to the client along with the "empty" initCookieResponse reply. In .NET, one collects these in a CookieContainer. The CookieContainer may need to be shared between SOAP client(s) and http (for wsrp resources GETs) and reset if producers raise InitCookie SOAP Faults. This is a huge pain if the consumer is designed to scale / load balance (which may be the case with Sharepoint & sessions).

Another initCookie issue: On the producer side, for .NET, one needs to make sure that an (empty) InitCookieResponse is returned (and not optimized away by .NET).

regards,
Andre

-----Original Message-----
From: Billy Yuen (MTCSV) [mailto:billyy@microsoft.com]
Sent: 16 March 2004 22:27
To: wsrp-interop@lists.oasis-open.org
Subject: [wsrp-interop] Question about initCookie()


Once I assign a initCookie() object to the Markup interface, I don't see
a way to retrieve the initCookie() object.  In that case, I suppose I
need to keep the Markup Interface in session until I am done with the
session.  Is that correct?

To unsubscribe from this mailing list (and be removed from the roster of the OASIS TC), go to http://www.oasis-open.org/apps/org/workgroup/wsrp-interop/members/leave_workgroup.php.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]