We have a requirement to write a java webservice client to consume native web services of Microsoft dynamics GP 2013.
We are trying to create web service client in eclipse using apache CXF 2.7. Which gives following error while adding the WSDL at many places of WSDL and java classes are not getting generated.
WSDLToJava Error: file:/D:/Connector_Documents/MS_GP/docs/WorkSpace1/nativeClient/WSDL/GPService_SIngle.wsdl [64382,13]: Two declarations cause a collision in the ObjectFactory class.
file:/D:/Connector_Documents/MS_GP/docs/WorkSpace1/nativeClient/WSDL/GPService_SIngle.wsdl
Is there any way to generate WSDL with single operations? Right Now standard service WSDL has 367 operations altogether.
*This post is locked for comments