Hi,
Is it possible to invoke a webMethods flow service within a SAP ABAP program?
The scenario I have is that SAP is generating some XML which needs to be transformed into a new XML document with a different structure. I was hoping that a SAP ABAP program could invoke a webMethods service passing an XML document as input and receiving the new XML document as output.
If it is possible what do I need to set up in webMethods and what needs to be done in the ABAP code?
We already have a configured SAP adapter connection which processes IDocs using standard outbound processing, but I dont know how to invoke a service and pass data back so SAP using ABAP.
We are using Integration Server 8.0/8.2 and SAP adapter 7.1.
Thanks in advance.