zaus / forms-3rdparty-integration

Wordpress Plugin - Forms 3rdparty Integration - a plugin to help integrate 3rdparty services with common WP Forms plugins like Contact Form 7 and Gravity Forms
http://wordpress.org/plugins/forms-3rdparty-integration/
47 stars 14 forks source link

Web service integration #61

Closed digaworks closed 8 years ago

digaworks commented 8 years ago

Hi,

How would I integrate with a web service to send form submissions. The web service URL is "http://URL.asmx?WSDL" and the action to add this submission to the web service is "AddLead". I'm getting an error when I enter the web service URL into the settings. And I'm not sure where to enter in the "AddLead" action.

Thanks!

zaus commented 8 years ago

You'll need the XPost addon https://github.com/zaus/forms-3rdparty-xpost as mentioned on the FAQ page for this plugin and probably need to set a SOAPAction header.

You could also write a custom 'bypass' hook and make the SOAP request yourself following instructions like http://wpquestions.com/question/showChrono/id/7317

Closing as not directly an issue with the plugin. Feel free to continue the thread.