| Thread | Last Post | Replies |
|
| Why isn't my proxy class working | 16 Sep 2003 22:30 GMT | 1 |
I created a simple webservice that adds two integers. It works. I tested it running directly from the .asmx file. Next I compiled a proxy class. I brought that proxy class into a simple vb.net Windows app. When I created the webservices object, I did not see the "Add" mthod that I ...
|
| WSE Attachment | 15 Sep 2003 14:10 GMT | 3 |
If you want to have a web service which transfers file to/from a client app, is that easily done with WSE 2.0 attachment? Does the client need to have WSE installed for it to send/recieve an attachment?
|
| First Timer | 15 Sep 2003 07:43 GMT | 2 |
i want to create my first web service need some tutorials thanks huzaifa
|
| Unhandled exception: Server did not recognize the value of HTTP Header SOAPAction | 13 Sep 2003 14:52 GMT | 3 |
I have the following code with errors on the lines as indicated by the -> and the explanation in the exception details below; ' FORM1.VB Private Sub LoadCustomersComplete(ByVal ar As IAsyncResult)
|
| DiscoCodeGenerator cannot be initialized | 12 Sep 2003 10:52 GMT | 1 |
I'm about to create my first web services using VS.NET 2003 ans VB.NET and everything works really fine. But, when I add a web reference to my Windows ws client, I get a warning 'DiscoCodeGenerator cannot initialize the code
|
| Update Data in a remote Database | 11 Sep 2003 22:44 GMT | 1 |
Hello Newsgroup! I want to write a little WebService and an Application for a mobile Device (Pocket PC 2002), which gets Data (a DataSet) from the WebService, which reads the Data out of a SQL 2000 Server.
|
| webservice tutorial | 11 Sep 2003 22:21 GMT | 3 |
Where can I find some tutorial/help/samples of webservice for first learning. (*.chm = compiled html file is prefferred). Thanks :)
|
| ending an async call to a web service | 11 Sep 2003 19:36 GMT | 2 |
I am trying to access a web service from a Windows Forms based app, and I need to make the call to the service asynchronously, so that a user could stop the call using UI controls.
|
| Parameters aren't tranfered to the webservice | 11 Sep 2003 14:42 GMT | 1 |
Hi, I have a problem transfurring the parametres from my perl client program to the webservice. I have another clientprogram in C# where there is no problem so it cant be the webservice which is wrong.
|
| Validation of Web Method parameters | 10 Sep 2003 13:48 GMT | 1 |
Is there any way, using declarative attributes, to specify the values that are acceptable for the parameter of a web method? I would like to restrict a parameter to certain values, and I'm interested in the best place to my logic. The most convenient for me would be to make it an ...
|
| reference.vb...and the web.config file? | 10 Sep 2003 02:19 GMT | 3 |
What is the reference.vb file. How is it created? Can it or is there a reason for it to be modified? And the web. config file? For tracing, I have to alter the web.config file but there isn't one in my project. I understand it inherits a web.config
|
| Interfaces and web services in .Net. | 09 Sep 2003 15:21 GMT | 1 |
Can I specify a custom Interface as the return type for a web service in .Net? I can see that you can't define ICollection as the return type but you can defined IList as the return type?
|
| Asynchronous Web Service Problem | 09 Sep 2003 11:02 GMT | 2 |
I am using an asynchronous web service to create a report from a text file. Here is a brief overview of how this works: - Client uploads a text document to the web server. - Web service is called to process the file (path is one of the
|
| How to pass a start parameters to Windows Service | 09 Sep 2003 09:31 GMT | 2 |
I created a Windows Service in C# that requires to get passed command arguments like a Console App. I noticed that there is an option "Start parameters" text box in the property of a Windows Service in MMC. Is there any
|
| Map Service | 08 Sep 2003 20:12 GMT | 1 |
Anyone know where I can reference a FREE map web service (like MapPoint, but FREE) ?? Thanks
|