cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of XML file from RFC

Former Member
0 Kudos

Hi Experts,

Iam getting input parameters to my RFC from JAVA.

With that data i have to create XML file from my RFC, and i have to send that file to third party.

Could you please tell me the total procedure.

I know how to create RFC, i need how to create XML and how to send to third party.

Thanks and regards,

Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

rejish_balakrishnan
Contributor
0 Kudos

HI,

Follow the procedure :

1.Get the schema by using add generated items according to particular RFC.

2.Then create the target schema.

3.Create the map file and mapp both the schemas.

After deployement follow the below steps

1.In BizTalk administration console create the send port to send the resulted XML to particular location.

2.Then configure the receive port with values(pipeline=xmlreceive;clientid,userid,pwd,sap gateway host;sap gateway service to connect the sap.

Now start the application !

Let me know if u still have a problem ?

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos