- Is it possible - IIS XP Pro insatalled but set to not start?
Hi,{Is this the place to ask about IIS? Did I hear that MS had stopped supporting it?}I have IIS running in XP Pro... Is it possible to have it installed but set to 'stopped' when the machine boots?ThanksSGC...
- Is it possible for web service to send random notification to web service consumer?
I am a newbie for web servcie and want to write a web service whichmonitors the certain field in the database. Once it exceeds thecertain value, web service will send out notification to web serviceconsumer who will take action on it.Is it possible? If yes, how to implement? If possible, please...
- Is it possible for web service to send random notification to web service consumer?
I am a newbie for web servcie and want to write a web service whichmonitors the certain field in the database. Once it exceeds thecertain value, web service will send out notification to web serviceconsumer who will take action on it.Is it possible? If yes, how to implement? If possible, please...
- Is it possible to break up a long serialization class?
I am working with a third party webservice, which accepts and returns an xml structure with a very long set of xml elements, e.g. Code Snippet <RootClass> <value1>value</value1> <value2>value</value2> ... <valueXX>value</valueXX> The values are ...
- is it possible to call a webservice under framework 2.0 in a webservice under framework 1.0?
I am embarrased making this question, but my client and his hosting service can not be more ..... at the end we have to make a bridge, ws in 1.0 calling a ws in 2.0 calling a ws in WCF. Can we call a web service under framework 2.0 from a web service made in 1.0?We are trying to make it work ...
- Is it possible to change the namespace of parts of a wse3wsdl.exe generated proxy?
My web service uses typed DataSets quite a bit, and so the typed DataSet is part of the proxy file generated by the wse3wsdl.exe tool. The problem is that all the generated proxy code lives in one namespace. For most of the objects, this is fine, but for the DataSets, it doesn't make sense. Is ...