We are trying to implement the AlarmPoint to CM integration. Everything else seems to work, but we are not able to get approvals working. In order to remove anything AlarmPoint out of the equation, we are now trying to use soapUI (3.5.1) to do the approval. No matter what, we get the same error:
A CXmlApiException was raised in native code : error 19 : scxmlapi(19) - Doc Engine call failed with cc -1
We are on SM app 7.02, server 7.11.257. We are using the ChangeManagment wdsl:
http://servername:8000/SM/7/ChangeManageMent.wsdl
In soapUI, under my project, I select ApproveChange. I put in the query for a specific change that my account does have the privs to approve, but I get the error.
Here is the soap reques and error from the log filet:
11965(6622889) 07/20/2010 17:57:39 RTE W Exception occurred for method Approve and XML request <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:com="http://schemas.hp.com/SM/7/Common" xmlns:ns="http://schemas.hp.com/SM/7" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xm="http://www.w3.org/2005/05/xmlmime">
<soapenv:Header/>
<soapenv:Body>
<ns:ApproveChangeRequest attachmentData="?" attachmentInfo="?" ignoreEmptyElements="true">
<ns:model query="?">
<ns:keys query="header,number="CC55068"">
<!--Optional:-->
<ns:ChangeNumber mandatory="?" readonly="?" type="String">?</ns:ChangeNumber>
</ns:keys>
<ns:instance query="?" recordid="?" uniquequery="?">
<ns:header type="Structure">
<!--Optional:-->
<ns:ChangeNumber mandatory="?" readonly="?" type="String">?</ns:ChangeNumber>
<!--Optional:-->
<ns:Category mandatory="?" readonly="?" type="String">?</ns:Category>
</ns:header>
</ns:instance>
<!--Optional:-->
<ns:messages>
<!--Zero or more repetitions:-->
<com:message module="?" severity="?">?</com:message>
</ns:messages>
</ns:model>
</ns:ApproveChangeRequest>
</soapenv:Body>
</soapenv:Envelope>
11965(6622889) 07/20/2010 17:57:39 RTE W scxmlapi(19) - Doc Engine call failed with cc -1
11965(6622889) 07/20/2010 17:57:39 JRTE W Send error response: A CXmlApiException was raised in native code : error 19 : scxmlapi(19) - Doc Engine call failed with cc -1
Any ideas what's going on?


Reply With Quote
ort/sc62server/PWS
Bookmarks