Hi,
I am new to using web services in HP SM7,...
I am currently using SoapUI and have loaded the ChangeManagement.wsdl file and have been attempting to make a request using the methods available such as
RetrieveChanegList
RetrieveChange (searching for test change C1)
..Also tried several of the Incident ones, but have not actually been able to get any results back as yet.
I have increased the logging level and I can see it's connecting to the database.
The results I get in the SoapUI are either a message saying something along the lines of;
"RetrieveIncidentResponse massage="No (more) records found" return code="9"
or I get no results with the following error in the log;
5252( 5092) 02/22/2010 19:11:15 RTE D Parsing request document: <?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/enve...P-ENV:Envelope>
5252( 5092) 02/22/2010 19:11:15 RTE D Done parsing request document
5252( 6120) 02/22/2010 19:11:28 JRTE I My client (840B3DB2DDEB4ADB486FBECCDFA8958E) has died, no heartbeat
5252( 1064) 02/22/2010 19:11:28 JRTE I doShutdown -- iTermination Signal: 0
5252( 1064) 02/22/2010 19:11:28 RTE I Thread termination in progress
5252( 1064) 02/22/2010 19:11:28 RTE I User falcon has logged out and freed a Named license (1 out of a maximum 25)
...... I have tried a couple of other ones, which produces errors with the date fields,...if i remove these it then runs and gives on of the above errors?...
Am I missing something?....... I thought just running the simple retrieve request would provide me with a list.
Any help would be much appreciated....
Thanks,


Reply With Quote
I've found it difficult as well to translate the request from soapUI for use in programming languages, like PHP etc. It's just so finicky getting all the parameters exactly the way it wants them.

Bookmarks