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
Andrew B 1Andrew B 1 

SoapUI - ID of contacts, names from IDs

Hello all,

I am trying to do the following but I have no clue where to start, is there an article I can read or a video to watch on this topic?

Write a SOAPUI script to do the following:
1.) Login to your salesforce application
2.) Retrieve the ids of some contacts
3.) Retrieve the names of some ids retrieved earlier

Do not need to worry about parsing the variables from responses.  Can had place them into the next request.

Thanks
deepak_naikdeepak_naik
This link should help
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_partner_examples.htm?search_text=query%28%29
You can follow the remaining links on how to do the query() and queryMore() calls
Andrew B 1Andrew B 1
Hi. Thanks. So I am going through that link you posted and this video as well: http://salesforce.vidyard.com/watch/s8gYmLgVhztuPTgPxRYGcQ but it is showing how to create an account. How would I instead retrieve the IDs of contacts, and names of the ids?

The thing is, query() and queryMore() are methods [looks like part of Apex?] Whereas in the video it is showing editing an XML file only.
Andrew B 1Andrew B 1
Here is a screenshot of what I am talking about from that vid:
User-added image