Help Building a SOAP API

funkel1989

New member
Joined
May 23, 2017
Messages
2
Programming Experience
Beginner
[FONT=&quot]Hello All, I need some help finding a good example or resource to learn to build a SOAP API. i feel like i'm in a unique situation with this. I currently have a console app that runs as a windows service that generates data when it receives a message every three seconds from a message queue.[/FONT]
[FONT=&quot]after it receives the message it stores the data in local values until the next time it receives data. I need a client software to be able to connect to my and pass it a value and if the value matches a parameter of the generated data then that data needs to be returned to the client.[/FONT]
[FONT=&quot]Would anyone be able to point me in the right direction to learn how to do this or have any idea's of good way to proceeds.[/FONT]
[FONT=&quot]I tend to learn best by example so if you know of any GitHub examples of something similar or examples somewhere on the web that would be amazing![/FONT]
[FONT=&quot]Thanks for the help all![/FONT]
 
Back
Top Bottom