External URL for MSMQ?

BobBrownBobBrown Member Posts: 17
I have a NAS setup working with a private MSMQ internally (within the LAN). This is using NAV 2009 R2 Classic Client (not RTC). It processes XML files through an XMLPort and everything is fine on the NAV side. I need to provide an external URL to a Web developer who is not using any Microsoft components. I can't seem to make the queue available to an external HTTP connection. I've tried to set up IIS, but I'm not sure what to give to the web developers for a URL. Has anyone here done this type of thing? I know it isn't a NAV issue, but hopefully someone can shed some light on this.

Comments

  • IsakssonMiIsakssonMi Member Posts: 77
    Something like this, set up an asmx-webservice on your iis, let the web developer communicate with it and forward his request by msmq from your web service to NAV.
Sign In or Register to comment.