Introduction
This is my third tutorial on Switchyard Binding. So far, I have covered, SCA, REST, and SOAP bindings. The use cases for this is to retrieve Person information using SOAP web service
The source code is available at github: https://github.com/garyliu1119/Switchyard-Tutorial/tree/master/switchyard-soap-binding-demo
The live demo is available at youtube: https://www.youtube.com/watch?v=v4EZtzUZMJA
I need to create and expose a wsdl service to upstream application. The upstream app will consume my wsdl and send me the data in xml.
ReplyDeleteI have to post that data to another network by establishing ssh connection.
Can you please advise on this ?
Thanks!
Sudharsan.