Is it broke in 1.1 on 4.0.3? I can't get it to work, nor can I seem to locate any documentation about using the option. For my test form, upon submitted I have 2 actions, post to url & post xml. The post to url works fine, but can't get post xml to work at all. I mapped the same fields and I even uploaded an xslt thinking I needed one.
Here's my test xslt, but if you look at the screenie - I see no indication that I even have it attached after clicking the update button at the bottom of the modal.
The update did fix the xslt attachment issue but it still doesn't work - in order to meet the deadline we are developing a custom workflow, but I still want to figure this out before I give up on it entirely. On my php page, I have anything posting send me a "hello world" just in case it was failing and it tests fine performing a "post to url", but "post xml to url" does nothing. Ugh.
Post as XML woes
Is it broke in 1.1 on 4.0.3? I can't get it to work, nor can I seem to locate any documentation about using the option. For my test form, upon submitted I have 2 actions, post to url & post xml. The post to url works fine, but can't get post xml to work at all. I mapped the same fields and I even uploaded an xslt thinking I needed one.
Here's my test xslt, but if you look at the screenie - I see no indication that I even have it attached after clicking the update button at the bottom of the modal.
I'm lost and frustrated to no end. What do I need to do. My soft.php is simply (for testing):
So what steps do I need to take to get this working if it really is a working workflow feature in Contour. TIA!
Comment author was deleted
@Jon, could you update to do latest version of Contour, there you should be able to see if the xsltfile property has a file attached.
You can find the upgrade archive and instructions here: http://our.umbraco.org/projects/umbraco-pro/contour
Comment author was deleted
Also could you check the umbracoLog ( table in the db) if you see any entries related to a failure of the workflow ?
Cheers,
Tim
The update did fix the xslt attachment issue but it still doesn't work - in order to meet the deadline we are developing a custom workflow, but I still want to figure this out before I give up on it entirely. On my php page, I have anything posting send me a "hello world" just in case it was failing and it tests fine performing a "post to url", but "post xml to url" does nothing. Ugh.
is working on a reply...