Has anyone got SM7.10 WS's working via something other than Connect-IT? I'm having issues getting the OOB examples working, as well as a basic PHP attempt. The error I get both times is a 307 Redirect Error.
My PHP error is below:
HTTP Error: Unsupported HTTP response status 307 Temporary Redirect (soapclient->response has contents of the response)
I'm using the nusoap library, which I downloaded and then a quick bit of PHP to test.
Anyone able to get this simple scenario working on their SM7.10 environment?Code:<? require_once('lib/nusoap.php'); $client = new nusoap_client('http://<servername>:13080/SM/7/IncidentManagement.wsdl'); $result = $client->call('RetrieveIncidentRequest', array('IncidentId' => 'IM000010394')); $err =$client->getError(); print $err; print_r($result); ?>
Regards


Reply With Quote


Bookmarks