APAR status
Closed as program error.
Error description
Within the C&DS 7.0 Score Service Developer's Guide, the SOAP example given for the getScore function is incorrect. The example shows the following: ---------------------------------------------------------------- ------------- <soapenv:Body> <getScore xmlns="http://xml.spss.com/scoring-v2/remote"> <scoreRequest id="config-glm" xmlns="http://xml.spss.com/scoring-v2"> <requestInputTable name="Table1"> <requestInputRow> <input name="happy">1</input> <input name="prestg80">1</input> <input name="tax">1</input> </requestInputRow> </requestInputTable> </scoreRequest> </getScore> </soapenv:Body> ---------------------------------------------------------------- ------------- Note: the element should not have a child text node. The correct syntax should be the following: ---------------------------------------------------------------- ------------- <soapenv:Body> <getScore xmlns=" http://xml.spss.com/scoring-v2/remote"> <scoreRequest id="config-glm" xmlns=" http://xml.spss.com/scoring-v2"> <requestInputTable name="Table1"> <requestInputRow> <input name="happy" value="1"></input> <input name="prestg80" value="1"></input> <input name="tax" value="1"></input> </requestInputRow> </requestInputTable> </scoreRequest> </getScore> </soapenv:Body>
Local fix
This issue will be addressed in a future release.
Problem summary
**************************************************************** * USERS AFFECTED: * * Documentation error in the scoring service web service in * * regards to the getScore function. * **************************************************************** * PROBLEM DESCRIPTION: * * Documentation error in the scoring service web service in * * regards to the getScore function. * **************************************************************** * RECOMMENDATION: * * Upgrade to C&DS 8.0. * ****************************************************************
Problem conclusion
Upgrade to C&DS 8.0.
Temporary fix
Comments
APAR Information
APAR number
PI38582
Reported component name
SPSS CADS
Reported component ID
5725A72CD
Reported release
700
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2015-04-07
Closed date
2016-03-16
Last modified date
2016-03-16
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
SPSS CADS
Fixed component ID
5725A72CD
Applicable component levels
R800 PSY
UP
[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS69YH","label":"IBM SPSS Collaboration and Deployment Services"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"700","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Document Information
Modified date:
16 March 2016