cancel
Showing results for 
Search instead for 
Did you mean: 

How to call Windows Socket Application

Former Member
0 Kudos

Hi,

I wonder if it might be possible to call a Windows Socket Application.

Perhaps we could use http adapter?! or FTP?!

Can somebody elaborate if this is possible?!

Old scenario is a script which send the data via command prompt.

We want to send from PI directly to the application!

br

Accepted Solutions (0)

Answers (2)

Answers (2)

sbuttler77
Active Participant
0 Kudos

Can you post the script?

Former Member
0 Kudos

Hi

can you please give some details how the pre voius scenario was working..if you want to use commnad prompt then u can use it through XI.

Thanks & Regards

Kunaal

Former Member
0 Kudos

Hi,

well we called the socket like this:

set s = CreateObject("Toolsack.Socket")

s.connect "10.94.23.999", 8000

s.Write ergLM & vbCrLf

s.close

So i know that we can use comand prompt but hwo to in this case?!

Should we write the File to FTP and then use the comand to send it to socket?

br

Former Member
0 Kudos

Hi,

how do you realized this scenario?

Thanks and regards

Patrick