Dear all,
I am currently trying to re-implement an existing connection-oriented
locking mechanism that was originally written in C. The company that
supplied us the original system has recently implemented a SOAP package
that we can use to expose some of the internal functions. However, how
does one re-implement connection-oriented resource locking with a
connection-less protocol which I presume SOAP is. The external system
that is trying to lock the resouce is written in Java.
Thanks in advance,
Anthony
N Mulangi - 20 Jan 2006 21:24 GMT
> Dear all,
>
[quoted text clipped - 8 lines]
> Thanks in advance,
> Anthony
Have you investigated SOAP sessions which allow for situations like
these? SOAP sessions using HTTP Cookies as well as SOAP headers are well
supported by gSoap (for C/C++) as well as Apache/AXIS (Java-based).

Signature
N Mulangi [Remove "lovesspam" from email address to reply]
Javascript/DOM Help, Tutorials, Reference:
http://www.HyperFaqs.org/