Skip Menu |

This queue is for tickets about the WWW-Salesforce CPAN distribution.

Report information
The Basics
Id: 48777
Status: open
Priority: 0/
Queue: WWW-Salesforce

People
Owner: cwhitener [...] gmail.com
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)

Attachments


Subject: $SF_PROXY is undocumented, but required to use to access Sandboxes.
The value of $SF_PROXY should be changeable through an attribute in the call to login(). Currently, $SF_PROXY is not documented publicly at all, although it is required to use it when accessing a Salesforce Sandbox. The Sandbox URIs are documented here: http://www.salesforce.com/us/developer/docs/api/Content/implementation_considerations.htm Mark
Hi Mark, $SF_PROXY shouldn't be touched. There's a 'serverurl' attribute that you could change in login() without killing $SF_PROXY. Also, please look at the direction I will be taking things in the future in this VERY unstable pre pre pre alpha release of the next version of the module. If you have any questions or suggestions, please let me know. Thanks, Chase On Mon Aug 17 15:12:59 2009, MARKSTOS wrote: Show quoted text
> The value of $SF_PROXY should be changeable through an attribute in > the > call to login(). > > Currently, $SF_PROXY is not documented publicly at all, although it is > required to use it when accessing a Salesforce Sandbox. > > The Sandbox URIs are documented here: >
http://www.salesforce.com/us/developer/docs/api/Content/implementation_considerations.htm Show quoted text
> > Mark
Download WWW-Salesforce-0.200_1.tar.gz
application/x-gzip 13.6k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #48777] $SF_PROXY is undocumented, but required to use to access Sandboxes.
Date: Mon, 21 Sep 2009 10:19:11 -0400
To: bug-WWW-Salesforce [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> Also, please look at the direction I will be taking things in the future > in this VERY unstable pre pre pre alpha release of the next version of > the module. If you have any questions or suggestions, please let me know.
Chase, Thanks for your work on this. I recommend going ahead and publishing this dev release to CPAN. Because it has an underscore in the version, it won't automatically be installed via the CPAN shell. It will get more eyeballs on the project than my own, and will make it easier to browse the docs and use the "diff" tool there to see what changed since the last release. I'm not personally excited by the switch to Moose, because I still write a number of applications that run under plain CGI. However, the project I needed this module for ran under mod_perl, so it wouldn't be a deal-breaker for me. It does look like we won't integrating with Salesforce in the short term, so I'll have limited time to continue to evaluate this for now. Thanks again for the updates! Mark