Results 1 to 2 of 2

Thread: Determine url from XsdBasedSoap11Wsdl4jDefinitionBuilder

  1. #1
    Join Date
    Mar 2008
    Posts
    4

    Default Determine url from XsdBasedSoap11Wsdl4jDefinitionBuilder

    How can i find the calling url within a child from the XsdBasedSoap11Wsdl4jDefinitionBuilder class??

    I want to build different XSD/WSDL's depending on the url calling the webservice.
    i.e.
    http://localhost:8080/services/xsd1/xsdBuilder.wsdl
    http://localhost:8080/services/xsd2/xsdBuilder.wsdl

    (In both examples, the same xsdBuilder class will be called (because the message dispatcher only checks the .wsdl at the end)

    Depending on the url part (xsd1 or xsd2) i want to create a different XSD/WSDL.

    How can i get the url at this point at runtime?

    For the endpoint it is solved (see thread:http://forum.springframework.org/showthread.php?t=50806)


    greetings,
    Herbert te Lintelo

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

    Default

    See my response in the other thread for a possible workaround.
    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
  •