06-30-2017 06:52 AM
Any help much appreciated in this regard in terms of sample envelopes you can share or validated WSDL, currently using v28.1 which doesn’t validate in XMLSpy although it seems to work with SOAPUI
Yours,
Adrian
07-02-2017 01:55 PM
I’m trying to call Maintain_Contact_Information in the following WSDL:
https://wd3-impl-services1.workday.com/ccx/service/arriva3/Human_Resources/v28.1
as a way of proving connectivity to the tenant.
Getting the following error:
An exception occurred while executing the SOAP request
Resolution
Verify that the template is correct, the substituted values are valid and the provided envelope matches the namespaces that are required by the targeted service
Reason
unknown protocol: null
07-02-2017 05:26 PM
hi Adrian
It worked for me. What is the reason for using SOAP Execute vs Workday
Write snap? Do you have Workday Snaps?
For SOAP, Make sure you use WSSE account and the correct host name for the
integrations and obviously the right tenant.
It should work in a regular browser as well if you use the correct URL. If
you cannot make it work on a regular browser, then something is definitely
wrong.
Using Workday Write snap, all of it is done for you.
Thanks & Regards,
Naveen
07-02-2017 05:58 PM
The main thing is you are missing ?wsdl
https://wd3-impl-services1.workday.com/ccx/service/
arriva3/Human_Resources/v28.1?wsdl
It works on the browser.
Thanks & Regards,
Naveen
07-03-2017 01:00 AM
Where do you find out this stuff?
Plus I now get the following error:
Failure: Cannot Parse WSDL, Reason: Server returned HTTP response code: 500 for URL: https://wd3-impl-services1.workday.com/ccx/service/%20arriva3/Human_Resources/v28.1?wsdl, Resolution: Please file a defect against the snap
What does your envelope look like, when you say it worked for you?
Thanks for the help btw much appreciated.
Yours,
Adrian
07-03-2017 01:44 AM
Never mind just spotted the extra space in the url, now I’m getting this:
Failure: Cannot Parse WSDL, Reason: Content is not allowed in prolog., Resolution: Please file a defect against the snap
So a couple of questions for you:
Which tenant are you using?
What security credentials are you using?
Yours,
Adrian