0
Declined

Web Services Connector

Matthew Davis (Technical Product Manager) 5 years ago updated 4 years ago 4

A web services connector may be something worth adding, if possible.

Ideally, it would have the option to take a service contract from a swagger document, WSDL file (either SOAP or WCF) and hard-mapped REST endpoints.


It would be fairly complex, as there would need to be some form of data object mapping (mainly for WCF and SOAP) and also argument mapping for calling methods that require specific object instances (like for import and export methods). 

An option would be to enable raw c# input that does the object creation and mapping from schema object to data object (similar to how the powershell connector works) but with the base connector still responsible for the importing and parsing of the service contract.

Technically this could be achieved already with the existing powershell connector, however in its current usage it is not a repeatable or clean solution. May be worth seeing if improvements can be made to the powershell connector to support this use case. 

Answer

Answer
Declined

Should be covered by a simpler connector integration framework.

Answer
Declined

Should be covered by a simpler connector integration framework.

Hi Matt, can you provide information on the simpler connector integration framework you mention?  Is this something that's currently available?

Hi Adrian,

Not something that is currently available, but is backlogged to look at in the future. 

There's not been a lot of new custom connectors developed in recent times, so the amount of investment required to make a generic web service connector would not have its value realized.