Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Overview
- PwsSaveSkill
- serviceRequest: PwsSaveSkillRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|
RequestId | Int32 | No |
| Click here for more information. |
|
SessionTicket | String | Yes |
| Click here for more information. |
|
FullDetailFlag | Boolean |
|
|
|
|
Skill | PwsSkillDetail |
|
|
|
|
SkillVersionStamp | Int32 |
|
|
|
|
Request Usage Example(s)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
<soapenv:Header/>
<soapenv:Body>
<pws:PwsSaveSkill>
<!--Optional:-->
<pws:serviceRequest>
<req:SessionTicket>AQztUvxG5aNFjPJheSuItw==</req:SessionTicket>
<req:Skill>
<!--Optional:-->
<com:SkillGroupIdentity>
<com:SkillGroupName>Technology</com:SkillGroupName>
</com:SkillGroupIdentity>
<com:SkillName>HTML</com:SkillName>
<com:InactiveFlag>0</com:InactiveFlag>
<!--Optional:-->
<com:NewSkillName>HTML2</com:NewSkillName>
<!--Optional:-->
<com:SortOrder>3</com:SortOrder>
</req:Skill>
</pws:serviceRequest>
</pws:PwsSaveSkill>
</soapenv:Body>
</soapenv:Envelope>
- PwsSaveSkillResponse
- PwsSaveSkillResult: PwsSaveSkillRs
Response Elements
Response Usage Example(s)
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<PwsSaveSkillResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
<PwsSaveSkillResult xmlns:a="http://projectorpsa.com/DataContracts/Responses/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:PwsMessage>
<b:AdditionalErrorText>Message 136: This request was executed against the Staging [appst.projectorpsa.com] environment.</b:AdditionalErrorText>
<b:ErrorCode>NonProductionEnvironment</b:ErrorCode>
<b:ErrorNumber>136</b:ErrorNumber>
<b:ErrorText>This web service request was executed against a non-production instance of Projector.</b:ErrorText>
<b:Type>Information</b:Type>
<b:ReferenceId1 i:nil="true"/>
<b:ReferenceId2 i:nil="true"/>
</b:PwsMessage>
</Messages>
<ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId>
<Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
<ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2023-01-10T16:52:20.8069798Z</ServerTimestampUtc>
<a:Skill i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
<a:SkillIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:SkillGroupIdentity>
<b:SkillGroupId i:nil="true"/>
<b:SkillGroupName>Technology</b:SkillGroupName>
<b:SkillGroupUid>1152921504606850400</b:SkillGroupUid>
</b:SkillGroupIdentity>
<b:SkillId i:nil="true"/>
<b:SkillName>HTML2</b:SkillName>
<b:SkillUid>1152921504606868628</b:SkillUid>
</a:SkillIdentity>
<a:SkillVersionStamp>12</a:SkillVersionStamp>
</PwsSaveSkillResult>
</PwsSaveSkillResponse>
</s:Body>
</s:Envelope>
Common Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|
58037 | SkillNameAlreadyInUse | Specified skill name "HTML2" already in use. |