]
Alessio Soldano commented on JBWS-3158:
---------------------------------------
See also
Native ServiceDelegateImpl. getPort(Class<T> seiClass) does not
respect the WebServiceFeatures to create Service
----------------------------------------------------------------------------------------------------------------
Key: JBWS-3158
URL:
https://issues.jboss.org/browse/JBWS-3158
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.4.0.CR1
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: jbossws-native-3.4.0
The WebServiceFeature used to create service does not work for this case :
Service service = Service.create(wsdlURL, serviceQName, features);
Endpoint port = service.getPort(Endpint.class);
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: