[mapserver-users] MapScript WMS Server - Custom exceptions

2010-09-17 Thread Frost89
Hi all I have created a C# MapScript wrapper for a WMS server. Now, I want to add some vendor-specific parameters to the request (e.g.: http://server/wms?request=getmap...login=usrpassword=pwd;) This I have also made work, to a point. When the user enters invalid information, I just return a

Re: [mapserver-users] MapScript WMS Server - Custom exceptions

2010-09-17 Thread Frank Warmerdam
Frost89 wrote: Hi all I have created a C# MapScript wrapper for a WMS server. Now, I want to add some vendor-specific parameters to the request (e.g.: http://server/wms?request=getmap...login=usrpassword=pwd;) This I have also made work, to a point. When the user enters invalid information, I