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
chandraYeruvaRechandraYeruvaRe 

How to call a webservice in force.

Hi Guys,

I was tryng to invoke the simple web service which
I defined in force.com.

I generated the WSDL for hte same .

Even i have generated the enterprise WSDL for hte same.

I used the WSDL2java and supplied hte enterprise wsdl to geenrate the code and i had put in my dev envioronment and it compiled succesfuly.

Now can anyone of you please let me know how to write a SOAP clinet invoke the web service.

 

Thanks

Chandra.

IvarIvar

Hi Chandra.

 

Isn't the problem that you need to use the apex-wsdl instead the enterprise-wsdl when attempting to communicate with a salesforce web service?

 

Rgs,

Ivar