• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion + SugarCRM + SOAP

New Here ,
Nov 13, 2007 Nov 13, 2007

Copy link to clipboard

Copied

OS >> Windows
Sugar >> Version 4.5.1b
Webserver >> Windows IIS
PHP >> 4.3.11
MySQL >> 5.0.37

I am having difficulty accessing nested Methods that are returned to me from the SugarCRM (www.sugarcrm.com) SOAP.

Here is what I am looking at...


I have developed a ColdFusion webservice SOAP call to the SugarCRM Bug Tracker module. This form works well and adequately submits to our SugarCRM installation.

The code to Get my open Tickets from the Bug Tracker module is attached.

This is the response I get back from Sugar:
http://www.ndorange.com/bug/images/first.gif

When I change the output variable from:

<cfoutput><cfdump var=" #openbugs#"></cfoutput>

to (referencing a specific method)

<cfoutput><cfdump var=" #openbugs.getEntry_list()#"></cfoutput>

Calling the method of the return variable (above) gives me the following return:
http://www.ndorange.com/bug/images/second.gif

The issue I am having is accessing the nested Methods inside of the array I am getting back from the second SugarCRM return. I have had trouble finding any documentation that will help me with this.

Sorry if this is confusing, but any help is very much appreciated. If you have any questions or would like me to clarify further I well do my best.

Thanks,
Chris

THIS IS MY CODE:
TOPICS
Advanced techniques

Views

282

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 14, 2007 Nov 14, 2007

Copy link to clipboard

Copied

LATEST
I suppose this one has fallen on deaf ears. Hope I have better luck on the Sugar forums... doubt it! 🙂

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation