NAV 2017 SOAP WebService Dynamic Response

madan729madan729 Member Posts: 4
Hi All,

I'm working on a SOAP WebService in NAV2017,

I want to send a Dynamic XML Response(Like external SOAP WebServices) to the requester / Code which consumes the NAV WebService.

Any idea on how to achieve this?

Thanks,
Madan Reddy.

Answers

  • wolfuliumwolfulium Member Posts: 30
    Here is a mibuso post about soap in NAV
    https://forum.mibuso.com/discussion/39037/nav-web-services-soap-envelope-parameters

    This may not exactly answer your question but it could help with getting set up
  • madan729madan729 Member Posts: 4
    Thank you,

    This case will not work for me.

    I'm publishing a SOAP WebService from NAV 2017.

    My NAV WebService has to give a dynamic XML response to the consumer of it.

    Thanks,
    Madan Reddy.
  • SanderDkSanderDk Member Posts: 497
    @madan729 ,
    I think you need to explain more. If you make a SOAP Webservice the webservice i a single XML file, and depending on the call from client the data will change.
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
  • DuikmeesterDuikmeester Member Posts: 304
    You can stuff the XML into a VAR Text parameter or the return type of the function a Text.
  • madan729madan729 Member Posts: 4
    @Duikmeester
    Thanks, I will check that.
Sign In or Register to comment.