| Thread | Last Post | Replies |
|
| Newbie Question - Remote Webservice | 26 May 2006 03:57 GMT | 1 |
I just build the simple Hello World Web Service and tried with my localhost and everything is fine (I am using vs 2005 and c# - add web reference and that is it - everything works). Now I want to use this (for test) web service remotely .I created a
|
| Issue Regarding 401 error by web service | 26 May 2006 03:53 GMT | 1 |
I am having web service with number of methods. We are using integrated windows authentication for this web service. This service is working fine with integrated windows authentication. If I call this service after two minutes of idle time, for first request I
|
| Best Practice for Sending/Receiving XML Files Through Web Methods | 26 May 2006 03:38 GMT | 3 |
I am just wondering what is the best practice for sending/receiving XML Files Through a web service method. For example: 1) As a string
|
| Folder App Data | 25 May 2006 21:56 GMT | 1 |
I have created a project and there is a folder called App Data. In this folder is a database and some photos, I have added items to it and linked to those items from the design view and it has created the connection string "~/app data"
|
| Creating a distributed application with VB - 2005 | 25 May 2006 20:39 GMT | 3 |
I notice there are quite a few posts regarding this lab. Even still, I could not find what I was looking for. I have run into a few bumps but have been able to work through them. now I am stumped. I get the following error:
|
| commas instead of dots??? | 25 May 2006 15:57 GMT | 2 |
Just been having a play with my .net server space and have added a few basic web forms and a couple of web services. I noticed that when I return double precision values from the server and display these, the decimal point is replaced by a comma?
|
| Authenticating Web Service | 25 May 2006 09:47 GMT | 1 |
I'm using VS 2005 (Framework 2.0) to consume a Web Service. This web service is hosted on an Unix Server with Digest authentication mode. How can I autherize the client to access the Web Service? In .NET Framework 1.1, there was an option to setup Credentials. How
|
| Error in XML Document | 25 May 2006 09:43 GMT | 1 |
The problem i am facing is when i get back the object from web service. I get the foll error: System.InvalidOperationException:There is an error in XML document[1,2968] --> System.Xml.Xmlexception.
|
| problem using <xs:import tag | 25 May 2006 09:40 GMT | 1 |
I have got two xsd files. One xsd imports the second file using the <xs:import tag. I have now put both files in the App_Code directory (is that ok). When I debug I got an error saying that the Type xxx is not declared. How can I
|
| cannot pass xmldocument | 25 May 2006 09:39 GMT | 2 |
i am currently working on a web service which is supposed to take a xmldocument as input parameter, and then returns another xmldocument. the service is added to the web references in my windows application, and the call is executed. problem is that the input arguments gets
|
| SOAP over HTTP | 25 May 2006 09:37 GMT | 1 |
Could anybody help me on how to implement SOAP Receiver on VS 2005 with WSE 3.0? TIA
|
| calendar application | 25 May 2006 09:11 GMT | 1 |
I have a web calendar application which retrieves events from a SQL database. These events are real-life events (group meetings and workshops etc). I want the ability to create an automatic 5x7 table representing a month (regular calendar format). Fields associated with the table
|
| Updating Post and Get WSDL HTTPS | 25 May 2006 09:03 GMT | 4 |
I am working with dynamically created WSDL's and I need to change the transaction urls from http to https in the WSDL without redirecting customers to a different location. (I'm using vs 2003) I was able to find helpful information about the soapExtensionReflector that works ...
|
| WSE Connection Problems | 25 May 2006 02:48 GMT | 16 |
I have a strange connection problem with a web service that I wrote using WSE. I have a web service in a component. I developed the component using an interactive application, since it's much easier to debug that way. I have it working perfectly in the application. I
|
| IIS issues | 24 May 2006 19:24 GMT | 1 |
I just installed IIS on my windows xp pro machine and when I try to access a website on the local IIS server, I get the following error message: "You are not authorized to view this page" I have enabled "Anonymous access" inside Directory Security option of IIS
|