Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 2 of 2

Thread: Php + Soap

  1. #1
    Junior Member
    Join Date
    Jun 2006
    Location
    Amsterdam
    Posts
    17

    Question Php + Soap

    Hi all,

    I am trying to interface a PHP5 application with ServiceCenter 6.
    I have enabled the SOAP module in PHP and i am sending commands to the server, but i am getting this message back:

    Fatal error: Uncaught SoapFault exception: [Client] Function ("RetrieveIncidentListRequest") is not a valid method for this service in c:\ebook\htdocs\scplus\index.php:44 Stack trace: #0 [internal function]: SoapClient->__call('RetrieveInciden...', Array) #1 c:\ebook\htdocs\scplus\index.php(44): SoapClient->RetrieveIncidentListRequest('IM1001') #2 {main} thrown in c:\apache\htdocs\test\index.php on line 44

    Does anyone have any experience with PHP + SOAP? What commands should i use? I could use SCAuto, but would prefer SOAP. Any help would be highly appreciated. Thanks in advance,

    Ralph

  2. #2
    Junior Member ProxyProdigy's Avatar
    Join Date
    Aug 2007
    Posts
    25

    Default

    It looks like "RetrieveIncidentListRequest" is not in the WebService that you are trying to pass information to. Check your URL and Port number to make sure that you are sending it to the correct service and port. Also, make sure that "RetrieveIncidentListRequest" is in the WSDL that is feeding that WebService.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts