zaus / forms-3rdparty-xpost

Converts external submission from [Forms: 3rdparty Integration](http://wordpress.org/plugins/forms-3rdparty-integration/) plugin to XML post; optionally can add custom headers (to allow SOAP submissions).
4 stars 2 forks source link

XSD file generation #19

Closed berkough closed 8 years ago

berkough commented 8 years ago

Just curious if there's a way to generate an XSD file so I can map the incoming data on the other end?

OR, a way to look at the raw XML file so I can manually create an XSD file...?

zaus commented 8 years ago

If you turn on debug mode and send it to the included test url (mentioned in the debug section, and populated by default when you install the plugin) you'll get to see exactly what's being sent.