Hi!
We are trying to consume the following WSDL https://salesdemo4.successfactors.com/sfapi/v1/soap12?wsdl via Enterprise Services in SE80.
WORKING:
We do this in the following manor: SE80 -> Create -> New Enterprise Services -> Service Consumer -> External WSDL -> URL -> https://salesdemo4.successfactors.com/sfapi/v1/soap12?wsdl
This returns the following error:
Exception occurred in communication framework:Error in HTTP Framework:500SSL Peer Certificate Untrustedhttps://salesdemo4.successfactors.com/sfapi/v1/soap12?wsdl
So we download the file locally and use file upload to get it to work and it does work after using file upload.
PROBLEM:
Now we still need an Logical Port to be created via SOAMANAGER.
So we go to SOAMANAGER -> Web Service Configuration -> Our consumer proxy "SFAPI12" -> Create WSDL based configuration -> Fill out Logic Port Name ->
Then we try the same approach by pasting the URL https://salesdemo4.successfactors.com/sfapi/v1/soap12?wsdl but this again returns: SRT Framework exception: Error in WSDL access: Exception occurred in communication framework:Error in HTTP Framework:500SSL Peer Certificate Untrustedhttps://salesdemo4.successfactors.com/sfapi/v1/soap12?wsdl
We try file upload WSDL with the same file as we created the Proxy (this file is located in attachments) and this returns error:
SRT Framework exception: Error in WSDL parsing: Exception occurred in library handler
Does anyone have any suggestions why this file works in Enterprise Services but not in SOAMANAGER?