Reputation: 514
I have a business case where we need to receive an IDOC and transmit it as received. We don't have to care about version change or other things. Is it possible to do it without generating IDOC schema?
Upvotes: 0
Views: 54
Reputation: 11040
Have you tried?
I'm 92% sure you could do this with the legacy SAP Adapter. It just returned Xml like any other Adapter. You then had to use the XmlDisassembler and such.
The WCF SAP Adapter/Binging...you'll have try. The WCF Bindings in general are a bit more sensitive to schemas and such.
Upvotes: 0