Good morning,
I have a step in a business workflow with a web activity that calls a simple soap web service located on a sap nw bpm server.
The soap xml is transmitted successful to the web service, also the respond from the web service is fine.
The problem is that the reponse in the XML is not transfered to the step container/workflow container.
I have no idea left, what could be the reason it´s not transfered to the container.
This is the XML from sending/receiving.
These are the settings in the step.
I have found out, that upper/lower case letter sensitivity can generally be a problem with soap messages from sap workflows.
The transfered parameter "artikelnumber" seems to get modified to upper case letter automatically in the binding.
Therefore the parameter defined in the web service, needs also be in upper case letter.
Does anybody have an idea why the return from the soap message (=true) is not transfered to the container or what I am doing wrong here?
Maybe another issue with upper case letter?
Cheers,
Dominik