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
FrescoFresco 

How to write a service?


We have devolped a site using .net in our company
and my pjct having sf instance
in that volunteer object is there
In the .net site we have a page to register volunteer ok
i have to save the details in sf volunteers how can i do this?
Gaurav KheterpalGaurav Kheterpal
Your question is worded very poorly. Please provide A) Clear description of what your web service should do B) Share the structure of your volunteer object structure

You may also want to look at the Force.com Toolkit for .NET (https://github.com/developerforce/Force.com-Toolkit-for-NET) as it's the recommended approach

If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others and improve the overall quality of Discussion Forums.

Gaurav Kheterpal
Certified Force.com Developer| Salesforce Mobile Evangelist| Developer Forums Moderator| Dreamforce Speaker
FrescoFresco
I have one custom object named as Volunteers in salseforce and we have a webpage register form.
My requirement is when I register using that register web form , I need to save the information in the volunteers object.
How can I acheive this?
 
Cyrus TalladenCyrus Talladen
There are tools you can use for a task like this such as SOAP UI and the Rest Workbench which allow you to test API calls to your custom webservice.  You can create a custom Apex class that will handle the Rest calls.  See the docs: 

https://www.salesforce.com/us/developer/docs/api_rest/

For Soap web services you have to generate WSDL files with Soap UI

https://www.salesforce.com/developer/docs/api/

Cyrus T
www.levementum.com