I was read about SOAP in the SugarDeveloperGuidev_52. The book tell us that It is used for making Remote Procedure Calls through the HTTP protocol by relaying messages in XML. I still confuse about it. can you explain it more detail?
I was read about SOAP in the SugarDeveloperGuidev_52. The book tell us that It is used for making Remote Procedure Calls through the HTTP protocol by relaying messages in XML. I still confuse about it. can you explain it more detail?
Hi
Check this
What is NuSOAP toolkit??
Search google![]()
Sanjay Katiyar
iPhone and Android solutions http://www.apptility.com
Check this. As sanjay said, please do a search before asking anything in forum.
thank for your information. now i will be to try the SOAP use code below, from the article about "SOAP Intro and Practical Examples "
what the value of $client, wheter still like that or be changged?? n what the destination (value) of site_url in file config.php. I still confuse about that.<?php
require_once('nusoap/nusoap.php');
$client = new soapclient('http://www.example.com/sugar/soap.php?wsdl',true);
$auth_array = array(
'user_auth' => array(
'user_name' => 'bob',
'password' => md5('mysecretpassword'),
)
);
$login_results = $client->call('login',$auth_array);
$session_id = $login_results['id'];
$user_guid = $client->call('get_user_id',$session_id);
printf("\n".$auth_array['user_auth']['user_name'].' has a GUID of ' . $user_guid . "\n\n");
?>
I think what you are looking for is a bit beyond the scope of what we can help you with on this forum.
In a nutshell, what you are asking of us is to teach you how to program, which is not really one of the objectives of this forum, and in reality, not something we would be able to do effectively through this medium even if it was.
As others suggested, Google can be helpful in your research.
Regards,
Angel Magaņa
Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
Blog: http://cheleguanaco.blogspot.com.
Twitter: @cheleguanaco.
________
| Projects: |_____________________________________
|
| CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
| GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
| CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
| Round Robin Leads Assignment
| Phone Number Formatter
| CaseTwit (Twitter Integration)
______________________________________________
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks