CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • Trouble with SOAP proxy
Pages: [1]

Author Topic: Trouble with SOAP proxy  (Read 2576 times)

kokorocreations

  • I’m new here
  • *
  • Posts: 13
  • Karma: 0
  • CiviCRM version: 4.5.2
  • CMS version: Drupal 7.32
  • MySQL version: 5.5.36-log
  • PHP version: 5.3.29
Trouble with SOAP proxy
October 23, 2008, 09:21:30 pm
I'm having trouble with the SOAP proxy.  On UAS Co-op's site, it tells me :

Civimail User Check : it appears that the proxy URL that you gave is invalid

My proxy URL is https://www.rmmsintdb.com/sites/all/modules/civicrm/extern/soap.phpx.  (.phpx explained below.)  When I access this URL in my web browser I don't get any errors.  I don't get any output either but I assume that is normal?   

I'm honestly not sure how to test the SOAP proxy on my own.  Can anyone give me some advice?  I trust that UAS's system is telling me the proxy still isn't working, but I'm not sure how to dig in and figure out why.

Thanks very much

Richard

PS: Reason for .phpx:  My web host did not compile PHP with  --enable-soap.  So I had to compile my own.  Then in .htaccess I set:

AddHandler cgi-script .phpx

And in soap.phpx I put

#!/usr/home/kokoro/bin/php/bin/php-cgi
as the first line.  I also had to comment out the line
session_start( );
as it was complaining about the session already being created.

Otherwise my setup is a plain vanilla CiviCRM install.


ctarascio

  • I post frequently
  • ***
  • Posts: 334
  • Karma: 30
    • American Friends Service Committee
  • CiviCRM version: 4.1.3
  • CMS version: Drupal 6.26
  • MySQL version: 5.5.20
  • PHP version: 5.3.13
Re: Trouble with SOAP proxy
October 24, 2008, 09:10:40 am
Are you sure that the username/password for the soapproxy user in your database is the same as the username/password in the UAS account?
  And yes, there is no output when you test the UAS account settings. You basically are just looking for "all green lights".

Cynthia

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • Trouble with SOAP proxy

This forum was archived on 2017-11-26.