0

I want to connect my Sugar CRM system with ASP.NEt application using SOAP API. I want to pass only 2 values from sugar CRM system to another application . Only Name and Id . Please tell me how to make connection and pass the values

Ravin Chopra
  • 208
  • 3
  • 12

2 Answers2

1

Don't know you went through this thread or not..

http://forums.sugarcrm.com/f6/integrate-sugarcrm-my-asp-net-application-25215/

Dilish
  • 429
  • 4
  • 11
0

I have used this code refer to this How to make a PHP SOAP call using the SoapClient class

'Spain', 'projectid_c' => 'mahima'); $response = $client->call("createNewProject",($params); print_r($response); exit(); } } ?>
Community
  • 1
  • 1
Ravin Chopra
  • 208
  • 3
  • 12