PHP XML-RPC client to Perl Web Service under MS IIS 4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike van Lammeren

    #1

    PHP XML-RPC client to Perl Web Service under MS IIS 4

    Hello!

    I am totally stuck on this problem.

    I have a web service written in Perl, which uses Frontier::RPC2, and
    runs on MS IIS 4. I can access the web service using a client written
    in either Perl or Python, but cannot access the web service using a
    client written in PHP.

    The exact same Perl script, run under Apache on a Linux server, is
    accessible by the Perl, Python and PHP clients. Similarly, the same
    service written in PHP is accessible by all clients, whether run under
    MS IIS 4 or Apache on Linux.

    The only problem is using the PHP client to access the Perl server
    under MS IIS 4. When I run the PHP client script, it just times out.

    Does anyone have any ideas?

    Mike van Lammeren
Working...