That’s right. IDoc documents and cXML docouments are quite different and their definitions are huge. You’re going to need someone (perhaps it will be you) that understands the structures that each type provides (IDoc will be a challenge since all the tags are German abbreviations) and can specify a mapping between them. The mapping spec will be non-trivial but it is crucial to a successful mapping implementation.
One bit of advice: create a top level service that maps IDoc to cXML for the given partner and have it be all that it does. Input is the IDoc and the output is the cXML. Avoiding intertwining the mapping with transport. This makes it much easier to develop and test the mapping.
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods