Overview
This web service retrieves one or a list of locations (PwsLocationSummary) based on specified search criteria. detailed information of a skill (PwsSkillElement), based upon a unique skill identifiers (PwsSkillRef).
Request Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | ||
SkillIdentity | Yes | This structure represents the unique key fields associated with identifying a resource skill. |
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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:PwsGetSkill> <!--Optional:--> <pws:serviceRequest> <req:SessionTicket>AQztUvxG5aNFjPJheSuItw==</req:SessionTicket> <req:SkillIdentity> <!--Optional:--> <com:SkillGroupIdentity> <com:SkillGroupName>Technology</com:SkillGroupName> </com:SkillGroupIdentity> <com:SkillName>HTML</com:SkillName> </req:SkillIdentity> </pws:serviceRequest> </pws:PwsGetSkill> </soapenv:Body> </soapenv:Envelope> |
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information | ||
ResponseId | Int32 | Click here for more information. | |
Status | RequestStatus | Click here for more information | |
ServerTimestampUtc | DateTime | Click here for more information. | |
Skill | This structure contains the complete set of information about a skill. | ||
SkillVersionStamp | Int32 | ?????? |
Response Usage Example(s)
...