When developing consumers using the JAX-WS APIs you are must provide a hard coded path to the WSDL document that defines your service. While this is OK in a small environment, using hard coded paths does not translate to enterprise deployments.
To address this issue, Fuse Services Framework provides three mechanisms for removing the requirement of using hard coded paths:
![]() | Tip |
---|---|
Injecting the proxy into your implementation code is generally the best option. |