views:

22

answers:

1

Hi All,

How would I call a web service from one of my pages?

It would go something like this:

  1. I call a web service with a parameter in side my page or form.
  2. The web service returns a value
  3. I store that value in a hidden field.

I can't seem to find any instructions on the web to help me to this inside a WordPress form/page.

Thanks in advance.

A: 

You could use a PHP SOAP Extension to invoke a SOAP web service.

Darin Dimitrov