Azure Logic Apps Custom Connector, SOAP to rest, WSDL loading problem

KaziNad 51 Reputation points
2020-11-26T21:19:46.577+00:00

I follow this documentation:

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

In step 2c. Review, update, or define actions and triggers for your connector I see only one action, and the wsdl contains more operations. I would not like to post the WSDL file here, because it is a big company internal service, so how can I get support of this problem?

Thanks.

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

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2020-12-01T08:49:47.013+00:00

    Hi @KaziNad

    Sharing our offline discussion.

    In your scenario, As your WSDL contains multiple ports under the service tag (on a single host with multiple URLs). This is valid in WSDL and SOAP terms, and unfortunately cannot be changed in your case as you would like to call services implemented in SAP, which is hard to change.

    The workaround suggested would be splitting the WSDL file into multiple WSDLs containing single ports (limitation) only creating different connectors. You have tested it and confirmed that it was working as expected.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Mayur Macwan 111 Reputation points
    2020-11-30T19:55:31.307+00:00

    Hi @KaziNad

    What I did for a similar issue was use Postman collection to create the connector.

    I first exported the swagger from SOAPUi, then Imported in Postman and followed steps from below article.

    https://learn.microsoft.com/en-us/connectors/custom-connectors/define-postman-collection

    It worked out well for me.

    Let me know if you are still struggling to get this to work.

    HTH
    Mayur


  2. RJ 1 Reputation point
    2021-06-11T07:28:45.097+00:00

    Hi to @MayankBargali-MSFT and @Mayur Macwan ,

    Just tagging you to help me out on the similar question.
    https://stackoverflow.com/questions/67932505/connect-to-a-soap-api-from-azure-data-factory . This is the Url for the question I have posed in stack overflow.
    I request you to help me out as soon as you can please.

    Any advices or suggestions would be much appreciated.

    Thank you so much in advance.

    Kind Regards,
    RJ

    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.