SAP RFC

Hi,
I have a requirement where webMethods will take the incoming xml string and convert it to a NAME/VALUE pairs format and will invoke the RFC in the SAP system

Could any one let me know what steps I need to follow from webemthods side …
Thanks in advance

Regards
Sunny

Sunny,

Once you receive the xml you have to parse the document to make it as name/value pairs (document structure)and then map to your SAP message type record structure to process it to SAP outbound via RFC listener

stringToDocument or XMLStringToDocument
documentToRecord or XMLNodeToDocument map the out put to the SAP record structure fields Control_Data_rec_40,Data_rec_40 structures
transformHierarchyToFlat(create IDOC)and map it to SAP outbound ALE services…

HTH,
RMG

RMG,

Thanks a lot for the info it is very helpful to me.

Regards,
Sunny