Re: Cannot get GeoCode web service client to work.

2011-01-20 Thread Peter Maddin
Ok I have had a look with fiddler This is the results of using a delphi soap application ?xml version="1.0" encoding="UTF-8"?soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

RE: Using web services in IIS/WAS

2011-01-20 Thread Greg Keogh
If I want to publish wcf web services to iis/was I have to run Visual Studio as administrator. There is no problem doing this but is there a way around having to do this? Apart from this, I have not needed to do this for any other development work. Peter, this general topic has been bugging

Re: Cannot get GeoCode web service client to work.

2011-01-20 Thread djones147
Have a look at the generated file. On the httpclient remove the usecompression line Davy When all you have is a hammer, every problem looks like a nail. I feel much the same way about xml -Original Message- From: Peter Maddin petermad...@aapt.net.au Sender:

Re: Cannot get GeoCode web service client to work.

2011-01-20 Thread Stephen Price
I'm not an expert at WCF but I did know there's a compression option (enabled server side I believe). I didn't think you had to do anything to handle it, but I could be wrong there. On Thu, Jan 20, 2011 at 4:11 PM, Peter Maddin petermad...@aapt.net.auwrote: Found some differences. For the

Re: Using web services in IIS/WAS

2011-01-20 Thread Stephen Price
Hey what about the new lite IIS (forget its name now) I saw released recently... maybe you can develop against that (I'm sure you can), but in user mode/Non-Admin? On Thu, Jan 20, 2011 at 4:12 PM, Greg Keogh g...@mira.net wrote: If I want to publish wcf web services to iis/was I have to run

Re: [OT](ish) Interview Questions

2011-01-20 Thread Tony McGee
You're hired! Coffee as a Service (CaaS) is going to be the next big thing. On 20/01/2011 11:02 AM, Noon Silk wrote: Haha, wow, I would completely fail here. I must admit I have no technical understanding of the process of coffee making. I could explain the process of walking to the local

Re: [OT](ish) Interview Questions

2011-01-20 Thread Stephen Price
we'll call it Java! wait. ohh... I see what they did On Thu, Jan 20, 2011 at 4:57 PM, Tony McGee tmc...@pacific.net.au wrote: You're hired! Coffee as a Service (CaaS) is going to be the next big thing. On 20/01/2011 11:02 AM, Noon Silk wrote: Haha, wow, I would completely fail here. I must

Re: ObjectDataSource SelectParameters to URL query string

2011-01-20 Thread Hoss Ravanparsa
On Thu, Jan 20, 2011 at 5:43 PM, Tristan Reeves tree...@gmail.com wrote: Since the very first sentence of that wikipedia entry, A comma-separated values or character-separated values (CSV) file is a simple text format for a database table, is at best poorly worded (database table?!), I wouldn't

Re: ObjectDataSource SelectParameters to URL query string

2011-01-20 Thread Arjang Assadi
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.parameter.viewstate.aspx

RE: [OT](ish) Interview Questions

2011-01-20 Thread Dylan Tusler
Filter? Machine? I would flunk that one. Then, I only drink decaf. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of djones...@gmail.com Sent: Thursday, 20 January 2011 10:56 AM To: ozDotNet Subject: Re: [OT](ish) Interview

Accept-Encoding WCF Header issue

2011-01-20 Thread Peter Maddin
Apparently when building a web service under .NET 4.0, this heading is automatically added with gzip, deflate. See WCF Adding AcceptEncoding Header after Framework Upgrade from 3.5 to 4.0 at http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/bad614e9-9bf1-4062-b0b5-e5beba4539b5/ I