Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.