• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Servlet WSDL and Session-ed Endpoints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Servlet WSDL and Session-ed Endpoints
      • From: Francis Labrie <email@hidden>
  • Prev by Date: Re: newbie question regarding WOPopUp
  • Next by Date: Cannot find service
  • Previous by thread: Re: newbie question regarding WOPopUp
  • Next by thread: Re: Servlet WSDL and Session-ed Endpoints
  • Index(es):
    • Date
    • Thread