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
RamaKrishnaRamaKrishna 

how to call dotnet web service from salesforce.com

how to call dotnet web service from salesforce.com? like i have created an parex object and created two test fileds under that like firstname and lastname. Also how do i create my own button say "Submit Me" and attach this custom button to below the textboxes of my own page layout say "xyz". So when the user click on the "Submit Me" button, I have create a soap format mesage with firstname and last name xml nodes and pass the values; this request should be made to the .net web service and capture the response from the web service and display it again in my layout with labels..How do i proceed to do this? I have created two test boxes already and a tab to my page layout. I dont know how to create a button and write code when i click on the button and click event should call .net web service and capture the response ack? please help me out?