Salesforce WSDL does create strange Service Interface

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

HI,

please send WSDL to support@remobjects.com

I uploaded the WSDL 2 days ago. Any news on that issue?

Hi,

I answered you by email, yesterday.

OK - I found your answer. To summarize: You suggest that I have to solve it manually be correcting the WSDL and the produced >200’000 line interface file.