문제

I am new to salesforce. I need to know how to design a WSDL for salesforce REST API inorder to connect salesforce service?

I have a doubt, is it possible to do a GET request(sales force has REST access) on sales force resources and create xsd based on the response xml received for each request?

But I cant able to find particular schema available for salesforce. or

Is there any other way to design a WSDL for REST API?

Thank you for your answer in advance

도움이 되었습니까?

해결책

For the REST API, you don't need to use the WSDL. You can explore the API by going to

https://{instance}.salesforce.com/services/data/v24.0

For an interactive explorer, check out apigee's salesforce console:

https://apigee.com/console/salesforce

다른 팁

You can also use Workbench to make REST calls to Salesforce:

http://wiki.developerforce.com/page/Workbench

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top