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
KpSinghKpSingh 

calling webservices from UDDI registry

Hi,

 

I have services which is deployed on UDDI registry.Have we Apex Api

to call that services? Please, help me!

 

Thanks,

Sunil

David VPDavid VP

You'll need to get to the WSDL file of the webservice you want to call and use that to create an Apex class via the 'Generate from WSDL' button.

Salesforce doesn't talk to UDDI registries.