Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SOAP Error

Status
Not open for further replies.

SOAPBRAT

Programmer
Joined
Nov 13, 2002
Messages
2
Location
US
I am getting the following error after the command

Reader.Load Connector.OutputStream

Connector is MSSOAP.HttpConnector30 ojcet
Reader is a MSSOAP.SoapReader30 object

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

Any ideas or direction

Thanks

 
Gneerally that means you declared your objects correctly but did not instantiate a new copy of the object before attempting to use it, can you show the code leading up to the error (prefereably starting with the variable declarations)

-Tarwn --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
For my next trick I will pull a hat out of a rabbit (if you think thats bad you should see how the pigeon feels...) :P
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top