XML PORTs

Hi Guys,

I have created some xml ports to move data out of nav 2015 which I am trying to access from a web

client. I know because of the request page I am unable to run it.

I want to find out whether there is way I can still maintain my request page and run it from web client?

Thanks.

Hi Eddy,

Not quite sure what you’re trying to accomplish.

If have created an XMLport, then you to code the interface to the XMLport from in a codeunit, in where you assign the file name etc.

best you create a new report. call the xmlport in the report code. the report provides a request page, which you can use to set filter values, which you can then process in the report and pass to the xmlport. should also work in the web client.

Please how do you do that ?