You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dale Herrig <Da...@Copart.Com> on 2006/07/20 16:34:29 UTC

Object reference not set to an instance of an object

Hi,
 
I have a consumer that is accessing another producers web service, the producer gets my request fine and then sends a response, however I am getting the following. Does anybody know what might be causing this.
 
org.apache.axis2.AxisFault: Server was unable to process request. ---> Object reference not set to an instance of an object.
        at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287)
        at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:457)
        at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:399)
 
 
Thanks for any help
 
Dale