VirtlXWS
Click here for a complete list of operations.
UpdateCompetencyDetails
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /VirtlXWebService.asmx HTTP/1.1 Host: virtlx4teams.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://virtlx4teams.co.uk/UpdateCompetencyDetails" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <UpdateCompetencyDetails xmlns="https://virtlx4teams.co.uk/"> <PKCompetencyID>string</PKCompetencyID> <Description>string</Description> <Notes>string</Notes> <Level0>string</Level0> <Level1>string</Level1> <Level2>string</Level2> <Level3>string</Level3> <Level4>string</Level4> <Role1>string</Role1> <Role2>string</Role2> <Role3>string</Role3> <Role4>string</Role4> <Role5>string</Role5> <Role6>string</Role6> <Role7>string</Role7> <Role8>string</Role8> <Role9>string</Role9> <Role10>string</Role10> <Role11>string</Role11> <Role12>string</Role12> <Role13>string</Role13> <Role14>string</Role14> <Role15>string</Role15> <Role16>string</Role16> <Role17>string</Role17> <Role18>string</Role18> <Role19>string</Role19> <Role20>string</Role20> <Active>boolean</Active> <SunsetDate>string</SunsetDate> </UpdateCompetencyDetails> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <UpdateCompetencyDetailsResponse xmlns="https://virtlx4teams.co.uk/"> <UpdateCompetencyDetailsResult>string</UpdateCompetencyDetailsResult> </UpdateCompetencyDetailsResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /VirtlXWebService.asmx HTTP/1.1 Host: virtlx4teams.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <UpdateCompetencyDetails xmlns="https://virtlx4teams.co.uk/"> <PKCompetencyID>string</PKCompetencyID> <Description>string</Description> <Notes>string</Notes> <Level0>string</Level0> <Level1>string</Level1> <Level2>string</Level2> <Level3>string</Level3> <Level4>string</Level4> <Role1>string</Role1> <Role2>string</Role2> <Role3>string</Role3> <Role4>string</Role4> <Role5>string</Role5> <Role6>string</Role6> <Role7>string</Role7> <Role8>string</Role8> <Role9>string</Role9> <Role10>string</Role10> <Role11>string</Role11> <Role12>string</Role12> <Role13>string</Role13> <Role14>string</Role14> <Role15>string</Role15> <Role16>string</Role16> <Role17>string</Role17> <Role18>string</Role18> <Role19>string</Role19> <Role20>string</Role20> <Active>boolean</Active> <SunsetDate>string</SunsetDate> </UpdateCompetencyDetails> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <UpdateCompetencyDetailsResponse xmlns="https://virtlx4teams.co.uk/"> <UpdateCompetencyDetailsResult>string</UpdateCompetencyDetailsResult> </UpdateCompetencyDetailsResponse> </soap12:Body> </soap12:Envelope>