0% found this document useful (0 votes)
3 views

Test Document (3)

The document contains two SOAP requests for a mentoring system. The first request updates a worker's mentoring options, indicating that the worker is not available for mentoring. The second request creates a mentorship between two employees, specifying details such as start and end dates, purpose, and closure reason.

Uploaded by

Vipin Pal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Test Document (3)

The document contains two SOAP requests for a mentoring system. The first request updates a worker's mentoring options, indicating that the worker is not available for mentoring. The second request creates a mentorship between two employees, specifying details such as start and end dates, purpose, and closure reason.

Uploaded by

Vipin Pal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<?xml version="1.0" encoding="UTF-8"?

>
<env:Envelope
xmlns:env="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<env:Body>
<wd:Put_Mentor_Options_Request
xmlns:wd="urn:com.workday/bsvc"
wd:version="v42.0">
<wd:Worker_Reference>
<wd:ID wd:type="Employee_ID">12167</wd:ID>
</wd:Worker_Reference>
<wd:Mentor_Options_Data>
<wd:Worker_Reference>
<wd:ID wd:type="Employee_ID">12167</wd:ID>
</wd:Worker_Reference>
<wd:Available_for_Mentoring>false</wd:Available_for_Mentoring>
<wd:Mentor_Type_Reference>
<wd:ID wd:type="Mentor_Type_ID">MENTOR_TYPE-3-6
</wd:ID>
</wd:Mentor_Type_Reference>
</wd:Mentor_Options_Data>
</wd:Put_Mentor_Options_Request>
</env:Body>
</env:Envelope>

------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>


<env:Envelope
xmlns:env="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<env:Body>
<wd:Put_Mentorship_Request xmlns:wd="urn:com.workday/bsvc" wd:version="v42.0">
<wd:Business_Process_Parameters>
<wd:Auto_Complete>true</wd:Auto_Complete>
<wd:Run_Now>true</wd:Run_Now>
<wd:Discard_On_Exit_Validation_Error>true</wd:Discard_On_Exit_Validation_Error>
</wd:Business_Process_Parameters>
<wd:Mentorship_Data>
<wd:ID>MENTORSHIP-6-270</wd:ID>
<wd:Mentor_Reference>
<wd:ID wd:type="Employee_ID">12167</wd:ID>
</wd:Mentor_Reference>
<wd:Mentee_Reference>
<wd:ID wd:type="Employee_ID">60245</wd:ID>
</wd:Mentee_Reference>
<wd:Mentor_Type_Reference>
<wd:ID wd:type="Mentor_Type_ID">MENTOR_TYPE-3-6</wd:ID>
</wd:Mentor_Type_Reference>
<wd:Mentorship_Start_Date>2024-04-01</wd:Mentorship_Start_Date>
<wd:Mentorship_End_Date>2024-05-01</wd:Mentorship_End_Date>
<wd:Mentorship_Purpose>test</wd:Mentorship_Purpose>
<wd:Close_Mentorship_Reason_Reference>
<wd:ID wd:type="Close_Mentorship_Reason_ID">Other</wd:ID>
</wd:Close_Mentorship_Reason_Reference>
</wd:Mentorship_Data>
</wd:Put_Mentorship_Request>
</env:Body>
</env:Envelope>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy