Azure Logic App custom connector on GET

Wu MH@ADM(IM) DAPI@Defence O365 1 Reputation point
2020-06-16T16:03:12.803+00:00

I am evaluating Azure Logic app. I am trying to invoke a webserivce on SOAP.

I tried to use Logic App Custom connector to connect to this SOAP endpoint.

I am following the steps in the following page.

https://learn.microsoft.com/en-us/connectors/custom-connectors/create-register-logic-apps-soap-connector#get-support

However, when I tried to edit the definition about 'GetOpenOrders', I aways got error when click 'Update Connector".

I need to edit it to use 'GET'

In the response, do i need to manually define the sample output of Response of the GET operation?

I tried to edit 'response' body to import the json file I could think about based on the sample SOAP api.

But it constantly showed error message :

{"Code":"BadRequest",

"Message":"User policy with Operation:post UriTemplate:/GetOpenOrders not found in swagger.",

"Target":null,

"Details":[{"Message":"User policy with Operation:post UriTemplate:/GetOpenOrders not found in swagger."},

{"Code":"BadRequest"},

{"ErrorEntity":{"ExtendedCode":"14028",

"MessageTemplate":"User policy with Operation:{0} UriTemplate:{1} not found in swagger.",

"Parameters":["post","/GetOpenOrders"],

"Code":"BadRequest",

"Message":"User policy with Operation:post UriTemplate:/GetOpenOrders not found in swagger."}}],

"Innererror":null}

http://fazioapisoap.azurewebsites.net/GetOpenOrders

Please give some advice.

Thanks

M.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,218 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Samara Soucy - MSFT 5,131 Reputation points
    2020-06-24T20:31:48.923+00:00

    It looks like you can add things and update most of the properties on a route, but it isn't possible to remove a path/verb combo that was defined in the WSDL file. Uploading a new file let me change the /GetOpenOrders endpoint to use GET.

    I'll check with the product team to see if this is a bug or something we need to clarify in the documentation.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.