Hi
prepare the use case
- create a free developer account for Salesforce (http://developer.force.com/)
- download the API WSDLs (in my case Enterprise.wsdl)
- Import that WSDL into SOAP-UI … and start a login reequest … OK
(there are still some tricks that the password has to be “yourPW+SecurityToken”) but this is not important for my question.
my problem (target Environment Delphi XE3)
- now I imported the same WSDL into the ServiceBuilder 7.0.65 (Winter 2014 Release)
- go a lot of errors and warnings
- tried to correct some (removed the errors) and applied the “Escape Reserverd Words”
- created the service interface file (9MByte pas)
- tried to compile … and ran into a lot of errors
Most of them are obvious (e.g. “create” is not considered as “reserved word”). Others not at all.
Easiest approach: I could provide the original WSDL for further testing by the ROTeam.
best regards
Günther