I am having a hard time solving this one so came here for help!
Testing inside the workflow builder
Calling a web service (using admin credentials), if I test with the"run now" action in the ribbon of the call web service action it works fine and brings the desired response in XML format.
after publishing the workflow
If I choose specify element on the web service output it brings back the error "Failed to invoke web service. Namespace prefix 'soap' is not defined" ( i have tried setting the variable to single line and multiline to see if that made a difference but no such luck)
If I choose default value on the web service output with no XLS processing and the response is returned in a variable but just one continuous string of the response in no formatting
If i try to add xls result processing and pick out a field - for example<xsl:value-of select="m:Value"/> but nothing is returned.
So to summarise the call web service can connect and get a response but when I try to filter to just the element I want it doesn’t seem to work.
Has anyone ever experienced the same?