cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Writing through a socket connection

Former Member
0 Likes
251

Hi all,

I'm looking for ideas on how to initiate a socket connection from MII then send a command to the receiving end.  Something very simple, as in one character to let the target know that it needs to do something.

PCo has the socket listener, but it does not appear to have write-back capabilities.  I saw an unanswered thread from 2010 on a similar topic:  http://scn.sap.com/thread/1641475.

Has anyone done this (withough purchasing another layer of software)?  Perhaps a custom action block?

Thanks for your ideas!
Paul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Paul,

In this specific case writing a custom action bloc would probably be your quickest solution.

http://wiki.sdn.sap.com/wiki/display/xMII/Customization

You can then implement the Socket logic inside:

http://www.oracle.com/technetwork/java/socket-140484.html

Cheers,

Arnaud

Answers (1)

Answers (1)

former_member185280
Active Contributor
0 Likes

I know it can be done in a sql server stored procedure, probably with oracle as well.