Skip to content

Instantly share code, notes, and snippets.

@jeffdeville
Created April 7, 2014 14:46
Show Gist options
  • Save jeffdeville/10021686 to your computer and use it in GitHub Desktop.
Save jeffdeville/10021686 to your computer and use it in GitHub Desktop.
createApplicationUser
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://www.sungard.com/bsil/appuser/v1-0" xmlns:v11="http://www.sungard.com/ws/v1-0" xmlns:v12="http://www.sungard.com/common/v1-0">
<soapenv:Header/>
<soapenv:Body>
<v1:createApplicationUserRequest>
<v11:client>
<v11:userId>?</v11:userId>
<v11:userApplicationDN>?</v11:userApplicationDN>
</v11:client>
<v1:acountNumber>e3358403-d56a-4721-bac0-25bb0ca7529f</v1:acountNumber>
<v1:productLineDesignator>CLOUD</v1:productLineDesignator>
<v1:allowExistingSsoUser>false</v1:allowExistingSsoUser>
<v1:user>
<v12:userId>[email protected]</v12:userId>
</v1:user>
</v1:createApplicationUserRequest>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:v1="http://www.sungard.com/bsil/appuser/v1-0" xmlns:v11="http://www.sungard.com/ws/v1-0" xmlns:v12="http://www.sungard.com/common/v1-0"/>
<soapenv:Body xmlns:v1="http://www.sungard.com/bsil/appuser/v1-0" xmlns:v11="http://www.sungard.com/ws/v1-0" xmlns:v12="http://www.sungard.com/common/v1-0">
<soapenv:Fault>
<faultcode>UnsupportedOperationFault</faultcode>
<faultstring>Unsupported Operation</faultstring>
<detail>
<v11:generalFault>
<v11:message>Error in operation: createApplicationUser</v11:message>
<v11:detail>Unsupported Operation</v11:detail>
<v11:errorCode>UnsupportedOperationFault</v11:errorCode>
<v11:timestamp>2014-04-07T14:45:26.976Z</v11:timestamp>
</v11:generalFault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment