Test Individual Web Services from the Schema Explorer
Display Workday Web Service WSDLs or XSDs in the
Schema Explorer
.You can test individual web services by using the Workday Studio Web Service Tester to create
sample SOAP or XML request messages from the
Schema
Explorer
.- To generate a sample request message for a specific web service, right-click a WSDL or XSD element on theSchema Explorerview. Select eitherOpen request in Web Service TesterorOpen SOAP wrapped request in Web Service Tester.
- Studio opens theWS Testerview. TheTargetsection displays theLocationof the Web service endpoint.
- From theContent-Typedrop-down list, select the message's media type and subtype:
Option Description text/plain; charset=utf-8Specifies plain text, containing no formatting commands or directives.text/xml; charset=utf-8Specifies XML text.application/octet-streamSpecifies an unrecognized type. Example: select this option if you're attaching a binary file to the message. - Modify the XML in theRequestpane as required. To add an attachment, clickAdd Attachment, then clickEditto specify the file location and attachment'sNameandMime type.
- ClickSend Requestto send the request message to the Web service at the URL specified in theLocationfield. Studio displays the response in theResponsepane.