> ||| 2. Generate a stub for the deployed service with the WSDL2Java tool and modify
> ||| one of generated files - the "...ServiceLocator.java" (in fact I modified one
> ||| of Axis's classes and put the modified class before axis.jar in my classpath,
> ||| which causes the file in question to be generated automatically in the proper
> ||| form). The "...ServiceLocator.java" file, generated by the unmodified WSDL2ava,
> ||| would contain:
> |||
> ||| The first call to a method in the MyService service creates an HTTP session and
> ||| a new service object, attached to it. The session's ID is passed back and forth
> ||| between the client and the server in a cookie (whithout any additional
> ||| intervention).
>
> But this supposes a Java client. We need to let VB in an ASP call our
> services.

I do not know immediately, how to do it in VB in ASP, but (apart from point 1 of my
original message) you simply have to receive and return cookies in the HTTP
communication between your service's client and server. The session's identifier is
transmitted in a cookie.

Jarek

Reply via email to