• vinod kumar 164
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 3
    Replies
Hi

We are new to the salesforce and we are trying to integrate our data to Salesforces using Enterprise Wsdl (SOAP API).
Here our question is can we map data in standard lead fields to custom Account Field.
If yes please let us know the solution.

Regards
vinod
 
Hi

We are new to the salesforce and we are tyring to intgerate our data to salesforce and vice versa.
Right now we are tyring to authenticate the salesforce with WindowsService using Soap Api.but we are failed to authenticate and its throwing exception

"The underlying connection was closed: An unexpected error occurred on a receive."

And also we are mentioning the code below how we tried to authenicate the salesforce through WindowsService.

              string sfdcToken = ConfigurationManager.AppSettings["Securitytoken"].ToString();
                string sfdcPassword = ConfigurationManager.AppSettings["Password"].ToString();
                string sfdcuserName = ConfigurationManager.AppSettings["Username"].ToString();
                string loginPassword = string.Concat(sfdcPassword,sfdcToken);
                SfdcBinding = new SforceService();
                SfdcBinding.Timeout = 30000;
                CurrentLoginResult = SfdcBinding.login(sfdcuserName, loginPassword);


But when we tried the same above code in web application it is not throwing any exception and it is successfully authenticated with salesforce.
So please let us know the solution whether we can work with windowservice using Soap Api to integrate the data to salesforce and vice versa.

Regards
Vinod
Hi

We are new to the salesforce and we are tyring to intgerate our data to salesforce and vice versa.
Right now we are tyring to authenticate the salesforce with WindowsService using Soap Api.but we are failed to authenticate and its throwing exception

"The underlying connection was closed: An unexpected error occurred on a receive."

And also we are mentioning the code below how we tried to authenicate the salesforce through WindowsService.

              string sfdcToken = ConfigurationManager.AppSettings["Securitytoken"].ToString();
                string sfdcPassword = ConfigurationManager.AppSettings["Password"].ToString();
                string sfdcuserName = ConfigurationManager.AppSettings["Username"].ToString();
                string loginPassword = string.Concat(sfdcPassword,sfdcToken);
                SfdcBinding = new SforceService();
                SfdcBinding.Timeout = 30000;
                CurrentLoginResult = SfdcBinding.login(sfdcuserName, loginPassword);


But when we tried the same above code in web application it is not throwing any exception and it is successfully authenticated with salesforce.
So please let us know the solution whether we can work with windowservice using Soap Api to integrate the data to salesforce and vice versa.

Regards
Vinod
Hi
As we are new to the salesforce and we are implementing to integrate the data to our App using Enterprise Web Services WSDL(SOAP API).
And we have Generated Enterprise Web Services WSDL and converted into proxy class and added to our windows service solution in .net.
But when we try to authenticate the salesforce using windows service we are getting exception that is 

"The underlying connection was closed: An unexpected error occurred on a receive."

And our question is can we work with window service solution using Enterprise Web Services WSDL (SOAP API) to integrate data to our App from salesforce. And if we can work with window service then what is the fault we are doing to authenticate with Salesforce. so please let us know the solution.

Regards
Vinod

 
Hi

We are new to the salesforce and we are trying to integrate our App to salesforce.
Right now we are trying to fetch the particular reports data from salesforce using HttpWebrequest(Rest Api) using c# code.
we are implementing asynchronous report call with post request body to get the data but we are unable to get and it is throwing exception that is
[{"message":"The request body is either invalid or incomplete.","errorCode":"JSON_PARSER_ERROR"}]

So please provide us with sample code for fetching the reports with asynchronous call and also tell us how to send post request body for asynchronous report call  for fetching reports data.

Regards
vinod
Hi

We are new to the salesforce and we are trying to integrate our App to salesforce.
Right now we are trying to fetch the particular reports data from salesforce using HttpWebrequest(Rest Api) using c# code.
we are implementing asynchronous report call with post request body to get the data but we are unable to get and it is throwing exception that is
[{"message":"The request body is either invalid or incomplete.","errorCode":"JSON_PARSER_ERROR"}]

So please provide us with sample code for fetching the reports with asynchronous call and also tell us how to send post request body for asynchronous report call  for fetching reports data.

Regards
vinod

 
Hi

We are new to the salesforce and we are implementing to integrate our app data to salesforce.And we are in confuse to work with SOAP API or REST API which is better because when we try to work with Rest API we are succesed in creating an Account, Lead but when we try to convert a lead to account but we failed.And also we read few post reagarding Rest Api saying that Rest Api doesnot support lead conversion is it right?
If it support lead conversion would you please let us know how to work on it using httpwebrequest.

And also let us know which Api is the best one to work with salesforce to integrate to our App.

Regards
Vinod



 
Hi

We are new to the salesforce and we are trying to integrate our App to salesforce.
Right now we are trying to fetch the particular reports data from salesforce using HttpWebrequest(Rest Api) using c# code.
we are implementing asynchronous report call with post request body to get the data but we are unable to get and it is throwing exception that is
[{"message":"The request body is either invalid or incomplete.","errorCode":"JSON_PARSER_ERROR"}]

So please provide us with sample code for fetching the reports with asynchronous call and also tell us how to send post request body for asynchronous report call  for fetching reports data.

Regards
vinod

 
Hi

We are new to the salesforce and we are trying to integrate our data to Salesforces using Enterprise Wsdl (SOAP API).
Here our question is can we map data in standard lead fields to custom Account Field.
If yes please let us know the solution.

Regards
vinod
 
Hi
As we are new to the salesforce and we are implementing to integrate the data to our App using Enterprise Web Services WSDL(SOAP API).
And we have Generated Enterprise Web Services WSDL and converted into proxy class and added to our windows service solution in .net.
But when we try to authenticate the salesforce using windows service we are getting exception that is 

"The underlying connection was closed: An unexpected error occurred on a receive."

And our question is can we work with window service solution using Enterprise Web Services WSDL (SOAP API) to integrate data to our App from salesforce. And if we can work with window service then what is the fault we are doing to authenticate with Salesforce. so please let us know the solution.

Regards
Vinod

 
Hi

We are new to the salesforce and we are implementing to integrate our app data to salesforce.And we are in confuse to work with SOAP API or REST API which is better because when we try to work with Rest API we are succesed in creating an Account, Lead but when we try to convert a lead to account but we failed.And also we read few post reagarding Rest Api saying that Rest Api doesnot support lead conversion is it right?
If it support lead conversion would you please let us know how to work on it using httpwebrequest.

And also let us know which Api is the best one to work with salesforce to integrate to our App.

Regards
Vinod