| Thread | Last Post | Replies |
|
| Asynchronous Web Method | 22 Jan 2004 20:19 GMT | 2 |
Bascially, I need to import some MLS data into a SQL Db from (3) comma-delimited files, as well as, upload and extract the images for the MLS listings from a zip file. These things I can do, but am worried about server time-outs.
|
| Calling Webservice over SSL w/Client Certificate from aspx | 22 Jan 2004 17:01 GMT | 7 |
Hello Gurus, Trying to consume a webservice through aspx page over SSL with Client Certificate and getting below error. System.Net.WebException: The request failed with HTTP status 403: Access
|
| consuming web service | 22 Jan 2004 06:30 GMT | 1 |
I'm new on web services... I've already created a webservice and created the proxy class using wsdl. How can I create a .asp page that uses this webservice without using VS.net
|
| Help! My WebService method doen't return XmlDocument objects | 22 Jan 2004 05:14 GMT | 4 |
I've built a web service that has a method which should return XmlDocument object's. The problem is: in the client, inspecting the web service reference in Object Browser, it always says that it returns an XmlNode.
|
| Web Service from WSDL File | 22 Jan 2004 03:42 GMT | 3 |
I have a situation where I have WSDL and a schema that I want to implement a web service from on a Windows box using VS .NET. Everything else I have done with Web Services has been from creating Web Methods in a VS .NET project that VS/IIS turns into WSDL. I am now in the ...
|
| SSL and Web Services in dev. environment | 21 Jan 2004 11:32 GMT | 3 |
I need to setup a development environment where I can call XML Web Services over HTTPS. I have created a .cer file using the makecert.exe utility but have now come to a grinding halt??? I am using XP Professional for my dev. machine is this a usable platform as I can't see ...
|
| IIS 6.0 problems | 21 Jan 2004 07:33 GMT | 1 |
We've recently started porting our web service application to IIS 6.0. To minimize the behavior changes, we've put it into its own application pool, which never creates replicates. Also, since the application maintains intenral state, we don't want the pool process recycled, so ...
|
| Repost - Typed dataset returned from webservice incorrectly defined in proxy - null value problem | 21 Jan 2004 02:07 GMT | 1 |
Repost...didn't get any responses on the first try... I have a web service that has a xsd defined for a dataset. The xsd has all of the proper tables/elements, constraints, relations, etc. and works fine from the webservice standpoint. I have also defined certain elements in the
|
| Returning complex types | 20 Jan 2004 23:19 GMT | 5 |
I'm having problems returning complex types from my web service. The error I receive is "Value of type 'MyApp.localhost.TransferObject' cannot be converted to 'Transfer.TransferObject'"
|
| Problem testing XML web service | 20 Jan 2004 19:00 GMT | 2 |
I'm new with IIS & having a problem testing a sample XML web service. When I go to http://localhost/Calculator/Calculator.asmx The asmx file loads in VisualStudio.NET & I don't see the web service run. Suggestions?
|
| Pluggable security mechanism? | 20 Jan 2004 17:02 GMT | 4 |
I'm wondering if it is possible in .NET to plug-in a custom authentication & authorization mechanism. So, that IIS applications and Webservice would be authenticated against this custom authentication & authorization implementation. This implementation would authenticate a user ...
|
| How to return a custom defined soap error message | 20 Jan 2004 11:34 GMT | 1 |
if the web services has a run-time error, how can i send a custom soap error message, like embed the error stack trace: try {
|
| Web service security | 20 Jan 2004 10:18 GMT | 1 |
I am new to web services and I have a number of questions. I have read the WSE documentation and various other articles, but I am not sure that everything I need to do is covered. I have described the scenario below, I hope somebody can help. Thank you in advance, docs I have ...
|
| Pass bool parameter to web method | 20 Jan 2004 07:19 GMT | 3 |
When I use bool parameter in my web method, it is always false regardless what I pass in. I can use int or char, but I don't believe that web method doesn't like bool parameter. Any idea? Thanks,
|
| Adding a new web method gets me the "Server did not recognize the value of HTTP Header SOAPAction" error | 20 Jan 2004 06:10 GMT | 2 |
A couple of weeks ago, I set up a .NET web service with one web method. Since then, my Linux client has been using the one method with no problem. Today, I added a second web method in the same service. Here's an excerpt from the wsdl file:
|