-
Mar 11th, 2008, 07:42 AM
#1
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
-
Mar 12th, 2008, 07:55 AM
#2
See my response in the other thread for a possible workaround.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules