Connecting azure functions to SOAP webservice

Danish Saud 1 Reputation point
2022-03-02T09:54:12.893+00:00

Hi, So I have this azure function microservice written in JAVA and I need to establish a connection with an external SOAP webservice for which I have a URL and password which is supposed to return a response in XML format. How should I proceed?

Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
308 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,546 Reputation points Moderator
    2022-03-03T07:19:09.95+00:00

    Hi @Danish Saud

    Welcome to Microsoft Q&A! Thanks for posting the question.

    I see that you are trying to call SOAP webservice from Java Azure Function App. There are multiple articles on the web which talk about this scenario, some of them are available below:
    How to do a SOAP Web Service call from Java class?
    Invoking a SOAP Web Service in Java

    Is there something specific that you are looking for with respect to Java Azure Function? Please let me know if you have any questions.

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


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.