Hi I tried to generate the service code from a wsdl (useing wsas wsdl2code UI) and then build it soon after using maven, I am getting
/home/nuwan/wso2/FHLB/dev/test/helloworld/src/org/wso2/www/types/Greet.java:[17,16] org.wso2.www.types.Greet is not abstract and does not override abstract method serialize(javax.xml.namespace.QName,org.apache.axiom.om.OMFactory,org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter,boolean) in org.apache.axis2.databinding.ADBBean /home/nuwan/wso2/FHLB/dev/test/helloworld/src/org/wso2/www/types/Greet.java:[79,23] org.apache.axis2.databinding.ADBDataSource is abstract; cannot be instantiated /home/nuwan/wso2/FHLB/dev/test/helloworld/src/org/wso2/www/types/GreetResponse.java:[17,16] org.wso2.www.types.GreetResponse is not abstract and does not override abstract method serialize(javax.xml.namespace.QName,org.apache.axiom.om.OMFactory,org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter,boolean) in org.apache.axis2.databinding.ADBBean /home/nuwan/wso2/FHLB/dev/test/helloworld/src/org/wso2/www/types/GreetResponse.java:[79,23] org.apache.axis2.databinding.ADBDataSource is abstract; cannot be instantiated The wsdl I used is the sample helloservice that comes with wsas. Have i missed something ? Thanks & regards -- Nuwan Bandara Software Engineer WSO2 Inc. | http://wso2.com lean . enterprise . middleware http://www.nuwanbando.com
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
