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
DevishreeDevishree 

Calling locally created webservice inside of Apex

Hi all,

 

          I want to call locally created webservice inside of apex. Locally i created JAX-WS webservice for circle functionallity. This is available at localhost:8080/mywebserviceurl. While parsing this wsdl file i am getting error. Is it possible to access the locally created webservice inside of apex?

AasifAasif

Externally hosted webservices can be called from Apex.