You need to sign in to do that
Don't have an account?

Apex generation from WSDL failed for Amazon AWS SimpleDB WSDL
Hi,
I'm trying to generate an Apex class from the WSDL file from Amazon AWS's SimpleDB web service:
http://sdb.amazonaws.com/doc/2007-11-07/AmazonSimpleDB.wsdl
The file parses fine, but then when I try to generate the Apex class I get this error message:
Apex generation failed.
Error message:
Error: Unable to find name for element in :ListDomainsResponse_element
Anyone know how to deal with this, or seen this before with other WSDL files?
I'm guessing it's a problem with the Apex generator, not the WSDL, because I don't see anything out of the ordinary in the WSDL.
I think I may be able to get around using SOAP since they offer HTTP REST services also, but it seems like the SOAP interface would be a better way to use the service.
thanks, -paul
Message Edited by ptepper on 06-23-2008 01:19 PMMessage Edited by ptepper on 06-23-2008 01:20 PM
<xs:element ref="tns:ResponseMetadata"/>
thanks.
Did you find any workaround fore element ref?
Message Edited by Sumeet on 10-05-2008 05:27 PM
does SF have any intention of extending WSDL2Apex to support more common web services, like this one, and even more so, IIS powered web services?
Creating your own web service, just to power this feature, or the horrible recommendation of Ajax I saw, are just too easy to throw out there as "solutions". If SF wants to spread their footprint out for web service integration, the barrier to get started needs to be non-existent.