1

Any Lead for consuming Microsoft dyanmics NAV web service.Client has given us a WSDL file in XML format and we need to consume it in java/spring boot.

Nishant Varshney
  • 685
  • 2
  • 14
  • 34

1 Answers1

0

Try out this tutorial: https://spring.io/guides/gs/consuming-web-service/

You'll need to export the wsdl SOAP file from NAV/BC. You create the SOAP file form the web services page.

You dont even need spring-boot to consume the web service. You just need to figure out how to setup JAXB.

Gilbert
  • 2,699
  • 28
  • 29