Issue 6: With specification of "endpointInterface" attribute autodocument breaks
Status:  Fixed
Owner:
Closed:  Dec 2010
Project Member Reported by sundaram...@gmail.com, Dec 8, 2008
What steps will reproduce the problem?
1. Add annotation @WebService(name = "Session",
		targetNamespace="http://service.nedstat.com/2008/xml/1.0",
		serviceName="NedstatService",
		portName="SessionJSONPort",wsdlLocation="WEB-INF/wsdl/dispatcher.v1_0.wsdl", 
		endpointInterface="com.nedstat.dispatcher.service.v1_0.Session")

to service
2. then auto document text util breaks

reson: with endpointInterface definition JAX_WS do not generate all pojos
so json serializer failing to generate json doc



Dec 21, 2010
Project Member #1 sundaram...@gmail.com
(No comment was entered for this change.)
Status: Fixed