WebService failure

Hi Guys

I am trying to invoke a document style webservice but it fails with following exception -

--

AxisFault

faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server

faultSubcode:

faultString: Server was unable to process request. --> Object reference not set to an instance of an object.

faultActor:

faultNode:

faultDetail:

{http://xml.apache.org/axis/}stackTrace: AxisFault

faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server

faultSubcode:

faultString: Server was unable to process request. --> Object reference not set to an instance of an object.

faultActor:

faultNode:

faultDetail:

Server was unable to process request. --> Object reference not set to an instance of an object.

at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:251)

at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:168)

at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1001)

at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at javax.xml.parsers.SAXParser.parse(Unknown Source)

--

[1863 byte] By [tarun_jaina] at [2007-11-27 5:51:57]
# 1
You always need to construct a instance of an object.Post your code plz
java_2006a at 2007-7-12 15:41:53 > top of Java-index,Java Essentials,Java Programming...