It isn't funny but I have to tell you, it feels much better knowing I am
not alone in this quagmire.  I'll copy my programmer in case he can
help.  Thanks to everyone on the list who has tried and/or is trying to
help us.

:-)

Candace

 

________________________________

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Halstead
Sent: Tuesday, May 01, 2007 1:55 PM
To: arslist@ARSLIST.ORG
Subject: Re: Need Help Getting a WSDL Consumed with .NET C#

 

** We are also trying to consume a remedy webservice with little results
and huge headaches.  We are trying to get a incident ticket back from
remedy but we keep getting the error:

Uncaught SoapFault exception: [soapenv: Server.userException]
java.lang.NullPointerException

We are trying to connect via PHP, here is our code:

<?php

      $client = new SoapClient( 

            "http://remedyweb/WSDL/public/remedy/BZ_Incident "

      ); 

      $parms = array (

                'Incident_ID' => "INC000000038137" );

    $result = $client ->__soapCall( "OpGetList", $parms );

      

print "Success!" ;

?>

Could anyone comment on this please?  Are we doing this correctly?  I
remember reading something about sending XML to get a response back... 


-- 
"A fool acts, regardless; knowing well that he is wrong. The ignoramus
acts on only what he knows, but all that he knows.
The ignoramus may be saved, but the fool knows that he is doomed." 

Bob Halstead
__20060125_______________________This posting was submitted with HTML in
it___ 


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to