Results 1 to 2 of 2

Thread: How specify multiple endpoint or multiple wsdl

  1. #1

    Default How specify multiple endpoint or multiple wsdl

    H.

    How do you specify multiple endpoint or multiple wsdl for a webapp. Basically I am try to have one endpoint for processing one set of messages. And have another endpoint processing other set of messages. I have 2 wsdl files for these. Am planning to use PayloadRootAnnotationMethodEndpointMapping for these endpoints.

    Any pointers or suggestions highly appreciated.

    Thanks
    Sunil

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Spring-WS doesn't do anything except with the WSDLs except serve them when requested. So as long as the messages defined in the WSDLs are different, you should be fine.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •