-
Bug
-
Resolution: Done
-
Major
-
jbossws-native-2.0.3
-
None
Martin Rostan says:
Hi, I'm using JBossWS 2.0.3 to run this simple code:
Code:
JAXBContext ctx = JAXBContext.newInstance(Discover.class, DiscoverResponse.class);
Dispatch<Object> dispatch = service.createDispatch(portQName, ctx, Service.Mode.PAYLOAD);
dispatch.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, url)
but the runtime address is ignored, and JBossWS uses the address specified in the wsdl.
- is incorporated by
-
JBPAPP-1746 JBossWS - Handler Chains missed for Dispatch clients.
- Closed