Skip to content

ivol84/workday-soap-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workday-soap-client

Build Status

This library allows authenticating requests passed to WWS. It allows 2 types of authentication:

  • X509 Authentication
  • UserNameToken authentication

Usage

<?php

use ivol\Workday\Soap\SoapClient;

$wsdl = 'add your link to WWS wsdl here';
$options = [
    'token' => new UsernamePasswordToken("root","root", "root_tenant") // for list of available tokens - check ivol\Workday\Soap\Token
];

$client = new SoapClient($wsdl, $options);
$client->Get_Postings([]);

License

Workday-soap-client is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages