Forum Discussion
Hi there! Thanks for your help. Here is what I am looking at now, still no output:
Mapper -
Mapper validation output -
POST Snap:
Pipeline:
Edit: I will add that I did try simply copying the body into the mapper with “$” in the Post snap but with the same (lack of) results.
Change HTTP entity
from $entity
to JSON.stringify($entity)
.
Thanks we will look into this. Is there a solution without ultra pipelines? we’re not planning on using ultra.
- nganapathiraju8 years agoFormer Employee
DO I NEED TO BUILD A SOAP SERVICE USING ULTRA?
Not necessarily:
Yes, if you intend to use the SOAPAction header to route the request (see initial version of the pipeline at
the beginning of this article).
No, if you intend to use the SOAP body (see simplified approach above)This is from the document posted above. Can you try that?