I am sure there is a way of doing this, but I must be searching for the wrong thing as I keep getting search results about clients for web services that exist within the JBoss server...
I have a client that consumes an external web service. the code was generated using wsconsume and therefore the wsdl location is hardcoded into the code. I use Spring to wire everything up and have got the wsdl location being passed in from a properties file within the src/main/resources level. What I'd like to do is define the wsdl location outside of the actual source, for example, like you can do with a datasource xml file and define it within the JBoss structure, but external to the actual code...
does that make sense?
Can anyone point me in the right direction?