Skip to main content
February 26, 2010
Question

XAMMP, APIs, WEB SERVICES, PROXY GENERATORS

  • February 26, 2010
  • 1 reply
  • 476 views

I have the following installed on my computer Dreamweaver CS4 localhost XAMPP with PHP5 & MYSQL I would like to use dreamweaver to connect to Web Service API's such as Google, Amazon etc. I would like to communicate to the API's with PHP5's SOAP. How do I configure the proxy generators in Dreamweaver? I have not got Coldfusion.

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
February 27, 2010

Dreamweaver won't do it for you automatically. You need to write the code yourself. The Zend Framework makes it relatively easy to connect to a variety of services, such as Amazon. See: http://framework.zend.com/manual/en/zend.service.html. Requires a good understanding of PHP.

February 27, 2010

How do i configure the proxy generator to use 'Apache SOAP 3.0 (Axis)'?

David_Powers
Inspiring
February 28, 2010

No idea, sorry. I have never used it.