| Thread | Last Post | Replies |
|
| MSDN Subscriber - No responses from Microsoft | 12 Nov 2004 00:32 GMT | 1 |
Is this a managed news group? I read that these groups provide some sort of response from a Microsoft person within two business days. I have posted twice in the managed areas and have not received one response. What is the secret to getting a response!?
|
| Why is the return value not XmlDocument ? | 12 Nov 2004 00:28 GMT | 3 |
hi gurus I have a asp.net web services and in that i have a function which returns XmlDocument as the return value, when I test the service it works fine and I can see the XML. When I try to call the XML from asp.net, it does not return XmlDocument and gives me this message Cannot ...
|
| Problem with a "phantom" (unexisting) server class misteriously created | 12 Nov 2004 00:25 GMT | 1 |
Be patient because what I'm going to explain all of you it's more than very strange. I've developed a webservice project that contains two classes. One of them is going to act as a SOAP header, and the other class is the main
|
| Can SoapExtension class be used to handle headers from AXIS web services? (eom) | 12 Nov 2004 00:20 GMT | 3 |
Is it possible to consume an AXIS rpc-based web service and manipulate the soap header/body using the SoapExtension class in .NET? In other words, does both the client _and_ server need to be built in .NET to take advantage of Soap Extensions or can the client use the
|
| Passing collection as input parameter to web service | 12 Nov 2004 00:18 GMT | 2 |
Hi All !! I need to pass a collection(of complex objects) to web service method for some processing at web service, but it gives me error "There was an error generating XML" when i try to pass collection as an input paramter to web service. Can anyone tell mehow i can pass ...
|
| How to check whether web services are compliant with industry stan | 12 Nov 2004 00:06 GMT | 1 |
I want to check whether a web services are compliant with industry standards and implementation guidelines. Basically I am interested in checking whether a Web service fully support the following industry XML Web service standards when exposing or consuming
|
| How to get the SOAP envelope | 11 Nov 2004 23:59 GMT | 1 |
For debugging purposes, I'm looking for a way to see the SOAP envelope I'm sending. I'm the client calling a WS. How can I do that ? What class or object do I need to use ?
|
| Point of using toolbox when developing web services in vs | 11 Nov 2004 23:57 GMT | 1 |
Whats the point of having a "form view" of a web services i vs.net. You can drop controls on them - ei. a textbox og checkbox - but whats the point in that? A ws has no GUI? Thanks
|
| Enum Problem with asp.net webservice | 11 Nov 2004 23:41 GMT | 3 |
I have a web service project with an enum like this: public enum EventType{ AppStart=1, AppEnd=2} In a console app, I cast EventType.AppStart as an int and the value is zero and not one!!!
|
| Curiousity- why Web Services dont work with firewall | 11 Nov 2004 23:39 GMT | 2 |
I have Win XP SP2 installed on a machine.. When I have the inbuilt firewall on, I am not able to connect to the web services residing in that machine, from another machine. And when I turn it of , I am able to connect to the Web Service..
|
| Auto generated asmx web service documentation omits base class attributes | 11 Nov 2004 23:32 GMT | 1 |
I am working on a c# web service in VS 2003, .Net Framework version 1.1. My web method takes as input a complex data class derived from another simple data class. Boiled down it looks like the following code sample.
|
| Distributed Transaction in different web services | 11 Nov 2004 23:27 GMT | 2 |
We have 3 differen services (in 3 different server) Service A,B,C . We want to implement distributed transaction when call methods of B and C from A. Is it possible? if yes then how? I have read the doc regarding this:
|
| Attributes on a class to generate parameter values inside XML node | 11 Nov 2004 23:10 GMT | 1 |
I might have the terms wrong, I'm an XML newbie, but here is what I need to do: I am returning an object in a webservice. public class Profile
|
| XmlSerializer and the XmlRootAttribute ? | 11 Nov 2004 23:00 GMT | 5 |
Hi, I'm having trouble controlling the Xml content that is created by the XmlSerializer when i make a web service call from a proxy, i thought the XmlRootAttribute would take care of this
|
| Serializing custom exception through a webmethod call. | 11 Nov 2004 22:54 GMT | 2 |
How do I xml serialize a custom exception so it can be included as a parameter on my webmethod? See extra details below. I have an audit web service which attempts to log exceptions to a database. The web method looks like:
|