- or download this
<soapenv:Envelope
xmlns:bsvc="urn:com.workday/bsvc"
...
</bsvc:Employee_Personal_Info_Update>
</soapenv:Body>
</soapenv:Envelope>
- or download this
use SOAP::Lite +trace => [ transport => sub { print $_[0]->as_string }
+ ];
...
->value(\SOAP::Data->value($Employee_Reference
+));
$soapRequest->call($params,$Employee_Reference,$Employee_Personal_Info
+_Data,$security);
- or download this
HTTP/1.1 500 Internal Server Error
Connection: close
...
X-Workday-Forwarded-For: 91.186.189.227
<?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP-EN
+V="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-EN
+V:Fault xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xm
+lns:wd="urn:com.workday/bsvc"><faultcode>SOAP-ENV:Client.validationEr
+ror</faultcode><faultstring>Invalid request</faultstring></SOAP-ENV:F
+ault></SOAP-ENV:Body></SOAP-ENV:Envelope>