Seeking Alternatives for XML Data Integration from Labware Lims to Azure Logic Apps

Syed Umair Hasan 60 Reputation points
2023-09-18T15:52:42.1266667+00:00

Hello @David Burg ,

We are currently working on integrating Labware Lims with Azure Logic Apps, specifically for a use case involving the transfer of XML data from Lims to Logic Apps. While we have set up a Request trigger and provided the necessary details, the Labware team utilizes a SOAP web service and expects a WSDL file from our end. It's important to note that creating a WSDL file within Azure can introduce additional complexities, as it would require setting up a SOAP web service.

Considering this, we are seeking alternative solutions to address this particular use case. The Labware team's primary requirement is to transmit XML data to our Logic Apps.

We kindly request your assistance and a prompt response to explore any viable alternatives for achieving this integration. Your valuable insights would be highly appreciated. Thank you in advance for your help!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,383 questions
{count} votes

1 answer

Sort by: Most helpful
  1. David Burg 321 Reputation points Microsoft Employee
    2023-09-19T15:18:16.99+00:00

    You need to do this with a .NET Framework WCF service hosted in Azure App Service.

    Consider using the svcutil.exe tool to generate the WSDL from the controller code of your new service.

    Long-term evolving the client-service protocol to use REST would open up an implementation on more modern frameworks.

    0 comments No comments