Hello Everyone..I am newbie..Please help me for this.
Wat I did till now.
1.created a table in a db [ postgresql ]
2.hibernate config file + mapping file
3.created pojo class for mapping and all classes like DAO,a helper class which 
will be invoked by webservice
Everything worked fine till now when i m running this programs..db is updating..

Now while integrating webservice using axis2..
1.created wsdl frm eclipse wsdl editor
2.generated server side and client codes using wsdl2java
3.Implemented server skeleton methods..for this i required all classes which i 
hav mentioned above (hibernate part).   
4.Then made a dir lib which contains all jar files of hibernate and postgres.
5.build .aar by ant and deployed in tomcat..axis2 services.
6.next added projects lib dir to axis2\lib and hibernate config + mapping xml 
files to axis2\classes.
7.Implemented client side code and build as ant jar.client.then Run by eclipse 
client project..


Erroor at Last..PLease help me wat i did wrong..trying for this from 2 days....

Error........

org.apache.axis2.AxisFault: unknown
    at 
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
    at 
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
    at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
    at 
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at ch.elca.des.testwebservice.TestStub.insert(TestStub.java:183)
    at 
ch.elca.des.testwebservice.TicketWSClient.GenerateName(TicketWSClient.java:29)
    at ch.elca.des.testwebservice.TicketWSClient.main(TicketWSClient.java:15)



      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Reply via email to