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
kumar hari 6kumar hari 6 

calling web services in apex through SOAP UI.

Hi , 
please let know the Possibility & limitation to call web services in apex through SOAP UI  in Salesforce
SwethaSwetha (Salesforce Developers) 
HI Kumar,
Please see below links on how you can use SOAP UI to make callout to an external system
https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_soap

https://www.jitendrazaa.com/blog/salesforce/using-soapui-with-salesforce-to-test-standard-and-custom-web-services-response/

Note: SOAPUI is not impacted by the IP restrictions setup in your Salesforce Org. 

The namespaces being allowed in soapUi tool may not work in salesforce. Salesforce has restrictions whereas SoapUi is a tool built to handle any kind of wsdl.
 
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful.
 
Thank you