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

Is there any rule about widget input and output socket connection?

Former Member
0 Likes
1,370

Hello everyone, How to connect two widgets with input socket and widget output socket? Which are true?

-Input type must be assigned by output type

-Output type must be assigned by input type

-Either must be same type

-Input type must be subtype of output type

-Output type must be subtype of input type

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor

Both the sockets should be of the same type e.g.

 <sockets>
     <input type="java.lang.String" id="incomingMsg"/>
     <output type="java.lang.String" id="outgoingMsg"/>
 </sockets>

More details at https://help.sap.com/viewer/5c9ea0c629214e42b727bf08800d8dfa/1811/en-US/a3c1928f2c6e4f88af14f0374ac3...

Former Member
0 Likes

Thank you so much

arvind-kumar_avinash
Active Contributor
0 Likes

You are most welcome.

Former Member

Answers (0)