Re: [mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-31 Thread Seth G via mapserver-users
mething? > > Regards, > Jelmer Baas > > *From:* mapserver-users *On Behalf > Of *Seth G > *Sent:* donderdag 27 mei 2021 20:35 > *To:* mapserver-users@lists.osgeo.org > *Subject:* Re: [mapserver-users] Mapscript C# and OWSRequest parameters > > Hi Jelme

Re: [mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-31 Thread Seth G via mapserver-users
gt; believe no-one uses MapServer to handle WFS Post requests, so I’m pretty sure > I’m missing something? > > Regards, > Jelmer Baas > > *From:* mapserver-users *On Behalf > Of *Seth G > *Sent:* donderdag 27 mei 2021 20:35 > *To:* mapserver-users@lists.osgeo

Re: [mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-31 Thread Jelmer Baas via mapserver-users
@lists.osgeo.org Subject: Re: [mapserver-users] Mapscript C# and OWSRequest parameters Hi Jelmer, I think you'd have to use mapscript.msIO_installStdinFromBuffer to read data in. See https://mapserver.org/development/rfc/ms-rfc-16.html#io-hooking although I'm not sure if the approach works or was fully

Re: [mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-31 Thread Jelmer Baas via mapserver-users
Hi Seth, Thanks for the pointer, I’ll give this a try. (Your mail got caught in a spam filter; apologies) Regards, Jelmer Baas From: mapserver-users On Behalf Of Seth G Sent: donderdag 27 mei 2021 20:35 To: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Mapscript C

Re: [mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-31 Thread Jelmer Baas via mapserver-users
@lists.osgeo.org Subject: [mapserver-users] Mapscript C# and OWSRequest parameters Hello, For a new project, I've decided to pickup MapScript again to function as an internal (back-end) WFS server. I use the OWSRequest class, which works fine when I fill it with loadParamsFromURL() - in the case

Re: [mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-27 Thread Seth G
Hi Jelmer, I think you'd have to use mapscript.msIO_installStdinFromBuffer to read data in. See https://mapserver.org/development/rfc/ms-rfc-16.html#io-hooking although I'm not sure if the approach works or was fully implemented. Let us know how you get on, Seth -- web:http://geographika.co.uk

[mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-27 Thread Jelmer Baas
Hello, For a new project, I've decided to pickup MapScript again to function as an internal (back-end) WFS server. I use the OWSRequest class, which works fine when I fill it with loadParamsFromURL() - in the case of Get requests. I can't seem to figure out a way to get my POST data into this