Hi,for clean versioning and maintenance of development branches we use different versions of a software component in the ESR. It looks like this:
SC_NAME 1.1 of namespace.com
+- http://namespace.com/project/a
+- Service Interfaces
+- Interfa...
Hi Stefan,yes, I had to switch from HTTP_AAE to SOAP receiver channel to make it work.Regards,AdamPS: There may be a way of preserving the context data of the request message for the response message without using DynamicConfigurationBean and it shou...
Just for information:This trick does not work with all Adapter types. At least it does not work with HTTP_AAE (as of PO 7.50 SP03). The reason is, that the Supplemental Data (module context) gets deleted by Adapter Module sap.com/com.sap.aii.adapter....
This workaround does not work with HTTP_AAE (as of PO 7.50 SP03): The Supplemental Data gets deleted by the Adapter Module sap.com/com.sap.aii.adapter.http/HttpAdapterBean, too.
Instead of your Java mapping I prefer this simple XSLT, which does the same trick: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="node()"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-tem...
Hi Stefan,thank you for the quick response. It really looks like a bug, since it undermines the versioning with the software component model. Inside an SAP system, there is only one valid SWCV. So when you decide to use version 1.1 for one system, yo...