| Thread | Last Post | Replies |
|
| WebService Timout in Debug Mode | 27 Aug 2004 00:27 GMT | 1 |
I seem to only be able to use a webservice after I compile a project and run the executable code. When I try to run the code in Visual Studio 2003 in debug mode it always hangs on the "this.Invoke" line of the webservice wrapper and gives me a timeout error.
|
| WSE Support OSs - W2k Datacenter | 26 Aug 2004 22:14 GMT | 3 |
I notice that Windows 2000 Datacenter Server isn't mentioned in the list of supported operating systems. http://www.microsoft.com/downloads/details.aspx?familyid=D3C8F18B-7BBF-489D-90E1 -E8D4147205B8&displaylang=en Is this just a documentation omission, or is it true that Windows ...
|
| Webservice class recreation... | 26 Aug 2004 17:52 GMT | 3 |
I don't know if this is a stupid question, but I observe that my webservice is created for each call to a webmethod. More precisely an instance of the webservice class is created for each call. This makes the InitializeComponent() method run for each method call and seems to really
|
| Retaining data between web service calls | 26 Aug 2004 13:09 GMT | 5 |
I tried using the Application object to store data in some variables, which would be globally accessible within the web service application code. On subsequent web method calls, the Application object no longer contains the variables I added. Is the Application object supposed ...
|
| ** TIMEOUT ERROR WITH PROXY -- HELP !** | 26 Aug 2004 09:20 GMT | 2 |
I'm becoming *crazy* with a problem: * I have a simple WebService, called "HelloWorld" * I access the web server using a proxy (SQUID on linux). * If my proxy does not require authentication, all works fine!
|
| SOAP FaultString | 25 Aug 2004 21:31 GMT | 1 |
I have a number of web services which will be used by a number of external organisations. My problem is that when an exception is thrown the faultstring portion of the soap:sault contains details of my filesystem i.e. Error occured at line 23 BusinessPRocess.asmx at c ...
|
| Multipe virtual directories | 25 Aug 2004 21:00 GMT | 1 |
Hello. I want to use the same code base for three different webservice deployments on the same machine, different virtual directories. Is there a build process I can automate this by? I want to have multiple web.config files.
|
| New to webservice | 25 Aug 2004 20:55 GMT | 1 |
I am new to asp.net. I have assignment in which i have to write a webservice which will return a XML and the values for that XML i have to read from a database. i don't know anything about webservice, does anyone has any sample
|
| Setting HTTP Header Attributes | 25 Aug 2004 18:03 GMT | 1 |
I am writing an application that makes a number of web service calls to a variety of sources and aggregates the data back on a web page. A couple of the services require basic authentication information to be sent as part of the post request in the http header. I have tried
|
| DataSet WSDL | 25 Aug 2004 15:32 GMT | 1 |
How does one go about getting the information from an .xsd file into a WSDL document? I have a web service that creates a simple object that IBM Websphere can see and use. Great. However, when I expose a DataSet, Websphere cant use the WSDL document, as
|
| WS-Addressing and WS-Eventing | 25 Aug 2004 12:31 GMT | 1 |
Does anyone have any introductory references to either WS-Addressing, or WS-Eventing, with perhaps worked examples?? Thanks
|
| SOAP XML serialization incompatibilites in Visual Studio .NET | 25 Aug 2004 05:22 GMT | 4 |
We have some SOAP compatilibility issues with Visual Studio .NET. Procedure: 1. Add web reference by importing WSDL from an external system 2. Generate C# classes
|
| Calling WebMethod from SoapClient api does not process umlaut character properly | 25 Aug 2004 05:22 GMT | 1 |
I am using SoapClient 1.0 to call a WebMethod that takes a name and returns a string...but if i call this webmethof with umlaut characters what gets returned in place of umlaut characters is ??...am I doing something wrong here is there a solution to this?
|
| Return Parameter Naming | 25 Aug 2004 04:57 GMT | 1 |
I have a simple web service, for example: <WebMethod()> Public sub hello (x as string) as string return "Hello" end sub
|
| How do I get the WebMethodAttribute from within a webmethod? | 25 Aug 2004 02:57 GMT | 1 |
I need the description out of the WebMethodAttribute on my web method. I want to be able to throw my own exception and tell it what method threw the exception...I am totally at a loss for how to "create" a webmethodattribute class?
|