Results 1 to 4 of 4

Thread: how to SOAP sevices in sugarCRM with asp

  1. #1
    suruchi is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    38

    Default how to SOAP sevices in sugarCRM with asp

    hi

    i am using sugarcrm3.5.1a and trying to use soap services .

    i gone thru soap.php and soap folder also but couldn't able to find how to implement . Please guide me how to use this service with asp site.


    Thaks

  2. #2
    rliebscher is offline Sugar Community Member
    Join Date
    Nov 2005
    Location
    Germany, Karlsruhe
    Posts
    111

    Lightbulb Re: how to SOAP sevices in sugarCRM with asp

    hi suruchi,

    let me try to explain it.

    first open the site http://yourserver/yourPath/sugarcrm/soap.php in your browser.
    there u see the plaintext-description of the webservice as help, what functions and objects u can use.

    On Top there is a link WSDL, there u find the XML-Description(WSDL), the manifest of that webservice.

    With this WSDL u should build an webserviceobject in your asp-application. Then u can call the webservicefunctions from this object.

    I made it 2 weeks ago with visual studio 2003. i made a little windows-app, which uses the sugarcrm-webservice, to manipulate sugarcrm.

    If u have a project for your asp-site, then add a webreferenz to it, give the wizzard the address of the wsdl-file on your sugar-server.
    VisualStudio then adds an webservice-object to your project, which u can use to call functions from the sugarcrm-webservice like from a local object.

    Hope this helps u.
    Ronny

  3. #3
    suruchi is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    38

    Default Re: how to SOAP sevices in sugarCRM with asp

    hi rliebscher

    i am trying this but this couldnt help me out.

    can u explain a bit more

    Thanks Suruchi

  4. #4
    cjinsocal581 is offline Junior Member
    Join Date
    May 2006
    Posts
    2

    Default Re: how to SOAP sevices in sugarCRM with asp

    Do you happen to have a link for the VS.NET 2003 solution? I am trying to get contact info using vb.net and I am having no luck.

    Thanks!

    Quote Originally Posted by rliebscher
    hi suruchi,

    let me try to explain it.

    first open the site http://yourserver/yourPath/sugarcrm/soap.php in your browser.
    there u see the plaintext-description of the webservice as help, what functions and objects u can use.

    On Top there is a link WSDL, there u find the XML-Description(WSDL), the manifest of that webservice.

    With this WSDL u should build an webserviceobject in your asp-application. Then u can call the webservicefunctions from this object.

    I made it 2 weeks ago with visual studio 2003. i made a little windows-app, which uses the sugarcrm-webservice, to manipulate sugarcrm.

    If u have a project for your asp-site, then add a webreferenz to it, give the wizzard the address of the wsdl-file on your sugar-server.
    VisualStudio then adds an webservice-object to your project, which u can use to call functions from the sugarcrm-webservice like from a local object.

    Hope this helps u.
    Ronny

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •