| Thread | Last Post | Replies |
|
| WSE VS.NET add-in not working | 02 Dec 2004 13:01 GMT | 2 |
Hello all; I just installed WSE 2.0 SP1, and the installation claimed to be successfull. However, when I open VS.NET 2003 and right-click on the project, the WSE menu does not show up - it seems that the VS.NET add-in is
|
| PROBLEM: .NET webservice proxy class as COM | 02 Dec 2004 01:37 GMT | 1 |
I have a problem with a web service proxy written in .NET and used from VS6's C++ as COM object. This proxy works great when used from a .NET application. It does not seem to work when used as COM object for C++ application.
|
| No more than 10 parallell WebService connections? | 02 Dec 2004 01:33 GMT | 3 |
I wonder why it is that no more than 10 clients can access a webservice at a time, and how to increase that number. The eleventh client get a Http 403.9 (Access forbidden : To many users are connected) error message.
|
| Custom Class in a Web Service | 02 Dec 2004 01:30 GMT | 1 |
HI I Design a Class Wich contains severals DataTypes . (2 Strings and Other Data Types from a Class wich i Desing to) Its Something like This
|
| Error connecting to SQL Server through a Web Service??? | 02 Dec 2004 01:25 GMT | 3 |
I'm trying to connect my application with a web service located on my own web server(localhost). I guess when the solution/proect is built it makes a file called 'Web References\localhost\References.vb'
|
| C# web service and sproxy generated proxy problem | 02 Dec 2004 01:25 GMT | 5 |
I have a C# web service for which I have generated a C++ proxy using sproxy. I'm having a problem with the generated proxy and one of the methods of the web service. The method has the following signature: public bool submitTemperatureData(String userId, String password, String
|
| SOAP Toolkit 3.0 | 02 Dec 2004 01:13 GMT | 1 |
Can someone please tell me how to use the SOAPToolkit 3.0 to view WSE SOAP Mesages and well as Dime attachments..any documentation on it that clearly explains the steps to do it.. Please let me know.. Thanks,
|
| how can i monitor web service ? | 02 Dec 2004 01:10 GMT | 1 |
how can i monitor web service and check user connect from web service to sql server Brg , TingN@ng
|
| GET-request to web-service | 02 Dec 2004 00:58 GMT | 1 |
I've got web-service with method: [WebMethod] public string GetBanner(int placeID, int isID, int cID) { ... } For now I see only SOAP and POST call variants on default test page.
|
| Custom classes with web services | 02 Dec 2004 00:53 GMT | 3 |
I have a custom class called User with fields like Name, Address, etc. This is compiled into a .dll. I also have a Windows app that will reference a couple of web services. Both the Windows app and the Webservices will use this User class.
|
| Server did not recognize value of HTTP Header SOAPAction | 02 Dec 2004 00:50 GMT | 4 |
When creating my web service I set the namespace to test. Now that I have completed the service I have changed the namespace to http://www.evententerprise.com/schema/2005/contacts + /method When I use this namespace in the header value for SOAPAction the web service
|
| Testing to see if post is via SOAP | 02 Dec 2004 00:49 GMT | 1 |
Is there a quick was to test if the current http request is a soap message? Or do I need to literally enumerate through the headers? Keith
|
| Using a Dynamic URL to connect to a Java Web Service. | 01 Dec 2004 23:55 GMT | 3 |
I have a VB.NET desktop program that reads/writes data to a server using a Java-based Web Service. This web service, in identical formats, is located on several servers with each server being a different customer and different data content.
|
| DataSet too Memory Intensive! | 01 Dec 2004 23:34 GMT | 10 |
I've got a couple of very simple web services that query a MSSQL database, filling a DataSet with the data, applying an XSLT stylesheet to the data, then returning an XmlDocument (as an XmlNode). I'd also add that I'm using C#. I've recently been told by my company that I
|
| How does the MSFT Web Service Proxy Generator figure out .NET object types? | 01 Dec 2004 23:23 GMT | 7 |
I'm probably missing something obvious, but I'd like to know how the Web Service Proxy Generator in .NET 2003 figures out from a WSDL the correct type of a .NET object method parameter or result when there is no information about the type in the WSDL? Does it call each method and
|