function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
soasoa 

Unable to generate a Client for the given WSDL

Hi,
 
I could parse the WSDL to generate a client for the following link:
 
 
but could not parse for the following:
 
Please solve my problem.Am I missing something in the Second one?
 
 
Regards,
 
Diti
SuperfellSuperfell
As per the docs, we support doc/litteral/wrapped only, and that's a rpc/encoded service.
soasoa

Dear Simon ,

Many thanks for your response !

We had tried to generate apex class from the AWS WSDL from the Setup -> Develop -> Apex Class -> Generate WSDL option. 

Here's the url of AWS WSDL : http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl

AWS seems to have binding style="document"; However we are not able to generate the apex class for AWS WSDL as well.

Is there any alternative option to generate the apex class for the same.

Or I am missing some thing.
 
THanks & Regards.
Sanghamitra
SuperfellSuperfell
We don't currently support anonymous simple types .