We still have some issues with that.
This is what we been able to do:
- Drop the response variable of every web service call after mapped to the universal output (the output defined in the flow service).
After doing that the Response was still the response of the web service call inside the flow service.
- Then we found out about pub.xml:DocumentToXmlString and pub.flow.SetResponse. After implementing those in the flow service the response change to the desire one.
Even though is the desired universal output in XML is not a SOAP envelope.
It is normal to have to use DocumentToXmlString and SetResponse functions when creating a web service from a Flow Service. Is there a function that creates a SOAP envelope from a XML?
#API-Management#soa#webMethods