How to open an existing wsdl in Switchyard

I have a wsdl and I want to show it as a SOAP-bound service in SwitchYard. Can anyone tell me how to expose wsdl to SwitchYard.

Also I want to know how to expose multiple WSDLs in switchyard.

+3


source to share


1 answer


To open wsdl in SwitchYard you can follow these steps:

1) You need to drag the service icon from Palett.

2) Select the interface type as WSDL.

3) Navigate to the wsdl location and click Finish. It.



4) To open the service with SOAP binding, drag the SOAP icon from Palett onto the service icon.

You can refer to the link below on how to expose multiple wsdls:

https://developer.jboss.org/message/910909#910909

+2


source







All Articles