0

I hope someone can give me point in the right direction. I want to replace a 'legacy' web service, that has defined contract, using Node.js. I plan to use Node.js moving forward and transition to more RESTful calls, but I still need to support a legacy app. that needs to make a traditional WS call. What's the best way to do this?... which modules are the best choice? Thanks for any pointers in the right direction.

3
  • What do you intend by "traditional"? Commented Sep 28, 2012 at 20:05
  • Can you give examples of the legacy service, how it operates, and the types of calls you'd need to support? Commented Sep 28, 2012 at 20:05
  • By traditional I mean a the type of WS provided by Apache Axis, that responds to soap based request response. One that has an existing WSDL contract defined. Does this make sense? Thanks Commented Sep 28, 2012 at 23:46

1 Answer 1

1

The only module I know of that provides at least some support for SOAP / WSDL is node-soap.

It allows you to write SOAP clients as well as SOAP servers. Maybe it is a starting point.

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

1 Comment

Thanks for sharing your experience. I wanted to be sure I'm not missing something obvious!

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.