B
Burak Kahraman
Hi,
I have built a simple java client for an ASP.NET web service, and
maintaining session is also possible if i call the setMaintainSession(true)
on service that is being used by my stub, which has a source generated by
WSDL2JAVA in IBM web services toolkit in Emerging technogies toolkit.
My problem is, i need to share this session info with other stubs, belonging
to other services in same virtual directory in ASP.NET . I've shared the
service instance ( org.apache.axis.client.Service) by passing it to
constructor of all new stubs created, but no change
How can i make the stubs share the same session info ? Any help would be
great, since i've pretty much run out of ideas ..
Best Regards..
Seref Arikan
I have built a simple java client for an ASP.NET web service, and
maintaining session is also possible if i call the setMaintainSession(true)
on service that is being used by my stub, which has a source generated by
WSDL2JAVA in IBM web services toolkit in Emerging technogies toolkit.
My problem is, i need to share this session info with other stubs, belonging
to other services in same virtual directory in ASP.NET . I've shared the
service instance ( org.apache.axis.client.Service) by passing it to
constructor of all new stubs created, but no change
How can i make the stubs share the same session info ? Any help would be
great, since i've pretty much run out of ideas ..
Best Regards..
Seref Arikan