| Author |
Axis2 - error on client
|
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
|
|
I created a simple echo web-service, deployed it. There was big smile on my face for it was listed under "Available Service." in axis admin console. I then ran wsdl2java and found the structure being created.... When I run ant on this build.xml i get following 2 errors. org.apache.ws.axis2.<myservicestub>.Echo 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 org.apache.ws.axis2.<myservicestub>.EchoResponse 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  [ September 11, 2008: Message edited by: Akhilesh Trivedi ]
|
Keep Smiling Always — My life is smoother when running silent. -paul
[FAQs] [Certification Guides] [The Linux Documentation Project]
|
 |
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
|
|
[javac] Note: <myservicestub>.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details.
|
 |
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
|
|
Will look into this, as of now. this seems to be working. Thanks if anybody looked into it.
|
 |
 |
|
|
subject: Axis2 - error on client
|
|
|