The soap tag has no wiki summary.
3
votes
1answer
456 views
parse XML from URL (via SOAP)
I am attempting to build out a dashboard widget that will perform a validation check on a site RSS feed using the W3 Validator. Their API docs (http://feed2.w3.org/docs/soap.html) provide the method. ...
5
votes
1answer
2k views
Embedding a SOAP Client into a WordPress Plugin?
What is the best way to embed a SOAP client into a WordPress plugin that one would distribute via the WordPress plugin repository? Is it best to use?
The PHP 5.x Soap Client,
The Zend Soap Client,
...
5
votes
2answers
543 views
Pitfalls when Distributing Plugins that Access SOAP Web Services?
I'm wondering what pitfalls (if any?) developers here have run into when distributing WordPress plugins via the WordPress plugin repository that embed a SOAP client for accessing SOAP web services for ...