Servlet WSDL and Session-ed Endpoints
Servlet WSDL and Session-ed Endpoints
- Subject: Servlet WSDL and Session-ed Endpoints
- From: email@hidden
- Date: Wed, 31 May 2006 12:55:29 +1200
Hello;
I am using session-ed web services in a servlet deploy. If the
endpoint I want including the session/instance is as follows...
http://foo.co.nz/FOO/WebObjects/FOO.woa/ws/
FooService;jsessionid=abc.i1?wsdl
...then the resultant WSDL returned actually contains the following
endpoint...
[SNIP]
<wsdl:service name="FooService">
<wsdl:port name="FooService" binding="impl:FooService SoapBinding">
<wsdlsoap:address location="http://foo.co.nz/FOO/WebObjects/
FOO.woa/ws/FooService"/>
</wsdl:port>
</wsdl:service>
[SNIP]
Note the lack of a session/instance ("abc.i1") and because of this,
the adaptor has no idea which servlet instance to send it to and the
whole thing fails. Has anybody found a way of getting the
'jsessionid' into the 'location' of the WSDL?
cheers.
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden