Hi
 
I am working with Axis2 plugin for eclipse to generate the code for an existing wsdl file. After generating the code, when i try to call a method, it is giving me the following error:
 
Can anyone help me on this?
 
org.apache.axiom.om.OMException: java.lang.NullPointerException
at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:206)
at org.apache.axiom.om.impl.llom.OMElementImpl.buildNext(OMElementImpl.java:552)
at org.apache.axiom.om.impl.llom.OMNodeImpl.getNextOMSibling(OMNodeImpl.java:136)
at org.apache.axiom.om.impl.llom.OMElementImpl.getNextOMSibling(OMElementImpl.java:268)
at org.apache.axiom.om.impl.traverse.OMChildrenIterator.next(OMChildrenIterator.java:111)
at org.apache.axiom.soap.impl.llom.SOAPFaultImpl.getChildWithName(SOAPFaultImpl.java:187)
at org.apache.axiom.soap.impl.llom.SOAPFaultImpl.getReason(SOAPFaultImpl.java:110)
at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287)
 
 
Thanks
vgatt

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to