cancel
Showing results for 
Search instead for 
Did you mean: 

Send IDOC as XML using TCP/IP

carlos_rodriguez4
Active Participant
0 Kudos

Hi experts,

My requirement is clear, I need to send an IDOC as an XML through a TCP/IP connection. But I am seeing that you can only create XML port for a File or a HTTP conection. So is there any way to send it using TCP/IP?

Any suggestion will be appreciated.

Thanks,

JaySchwendemann
Active Contributor
0 Kudos

Hi Carlos, did you succeed? If so, how did you do it?

Cheers

Jens

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

if you want to send the idoc to middleware systems then depending on middleware systems you nee to create RFC destination of type T (TCP/IP)...

if it is PI then you need to create RFC destination of type 3..else Destination of type T .

HTH

Rajesh

carlos_rodriguez4
Active Participant
0 Kudos

Thanks for your help Rajesh, Shah.

I have my T connection to the Business Connector. My question is, if I create a port (WE21) for this connection, it has to be a transaccional RFC port, and not a XML port. So I wonder if IDOCs will go in XML format. By the way, the middleware is Cloverleaf.

Thanks,

carlos_rodriguez4
Active Participant
0 Kudos

Thanks for your help Rajesh, Shah.

I have my T connection to the Business Connector. My question is, if I create a port (WE21) for this connection, it has to be a transaccional RFC port, and not a XML port. So I wonder if IDOCs will go in XML format. By the way, the middleware is Cloverleaf.

Thanks,

Former Member
0 Kudos

Hi,

AFAIK you can use the same tRFC port and associate the created destination...

Normally receiver system should be able to do these conversion...for e.g in case of PI it will take care of converting the same to XML...

it should work do a test..(webmethods was able to do the same )

HTH

Rajesh

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there is a TCP/IP adapter from seeburger I believe + tons of TCP/IP applications

which send/receive mesages

so yes it's possible

Regards,

Michal Krawczyk

carlos_rodriguez4
Active Participant
0 Kudos

Thanks Mike,

All I have done before is create RFC connections and then ports. If I use this adapter you mention, or a TCP/IP application, what would be the way to configure the port or RFC connection?

deepak_shah
Contributor
0 Kudos

Hi,

yes it is possible to send Idoc xml over TCP/IP with PI as middleware.

We had implemented same scenario where in we had to Send/Receive Idoc xml over TCP.

We had created Type t connection to connect to third party system.

Regards,

Deepak