0

I have develop a project in angular 2. I need to call soap api using GET method in angular 2. I already use soap in angularjs 1 and soap packages are really easy to use. For angular 2 there is no packages. Is there any packages available in npm for accessing soap api?

2 Answers 2

0

Assuming you have a nodejs running, try this one: https://www.npmjs.com/package/express-soap

Sign up to request clarification or add additional context in comments.

Comments

0

One way to use the SOAP API would be to include jquery in your application and can use it purely for Ajax calls. Trigger the services you need using jquery and pass the data to angular once response is returned.

Also, to get the data in Json, you can specify the same in your Ajax method and jquery would convert it for you.

You can also refer the link here for info.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.