| Thread | Last Post | Replies |
|
| Webservice beginner - need some help | 18 Apr 2004 09:03 GMT | 3 |
I'm a beginner with web services and I need some help. I build my web-service and I was able to deploy it and succeed to use it by other application. Now I was tiring to add a new function which returns an instance of a
|
| IIS Locks up whilst using Web Services under a small load | 18 Apr 2004 03:56 GMT | 2 |
I have built a set of web services that service aces information in a database and perform common functionality such as authiorising users, and looking up and returning data through datasets. It all works fine, but what I am finding is that if i start to put the system under a ...
|
| HTTP Post and Get with Complex Types | 16 Apr 2004 20:19 GMT | 1 |
I have a web service written in C# that takes a class containing simple types as a parameter and returns a class containing simple types as the return value. When I view the .asmx page for this web service, I only see the SOAP
|
| HELP! HELP! Access problem to WebServices | 16 Apr 2004 15:36 GMT | 2 |
I have written a generic proxy class for web services access This proxy class runs in the same server of WebService The class works fine if the browser runs in LAN, however it generates the following error if i access from remote machine
|
| What does this mean and how do i fix it | 16 Apr 2004 11:02 GMT | 2 |
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
|
| Publishing WS - problem with SaveBusiness.Send() | 16 Apr 2004 10:49 GMT | 1 |
please help me get this working. I'm getting this error everytime I execute the SaveBusiness.Send() function System.Xml.XmlException: The root element is missing. at System.Xml.XmlTextReader.Read()
|
| WebService support for SOAP 1.2 | 16 Apr 2004 08:26 GMT | 1 |
Does the .NET Framework v1.1, System.Web.WebService support SOAP 1.2?
|
| custom token in asp.net | 15 Apr 2004 09:36 GMT | 8 |
Anybody knows how to create and use custom token in asp.net? Where can I find reference and samples? TIA.
|
| IntraNet Authentication | 15 Apr 2004 06:29 GMT | 1 |
I hope my question is not too basic. I am working on an intranet and would like to avoid prompting users for a login. I know that everyone who uses the site will already be logged into windows (via Active Directory). Is there any way I can find out their user name or what ...
|
| FileNotFoundException and Proxy constructor | 15 Apr 2004 06:26 GMT | 2 |
I have been reading several posts where people are getting a FileNotFoundException when trying to construct a web service proxy. The file that is reported missing changes everytime. There has been several different reasons for this in the past including
|
| Running ASP.NET Web Services with SharePoint 2003 | 15 Apr 2004 06:24 GMT | 1 |
I just installed BizTalk and SharePoint Services on Windows 2003 Server. I had an existing set of ASP.NET Web Services running on the server prior to installing BizTalk and SharePoint. After installation I was unable to view the wsdl for the web services. After changing the trust ...
|
| problems returning ArrayList from webServices | 15 Apr 2004 06:21 GMT | 5 |
Hi, I'm in a big problem because my implementation of a webService that returns an ArrayList object have a weird behaviour. On the client side, instead of return an ArrayList object, returns an object[] !!!!. This is normal or correct ????????
|
| Server did not recognize the value of HTTP Header SOAPAction | 13 Apr 2004 18:47 GMT | 5 |
I have a problem with my Web Service. Every time the IIS worker process hosting the Web Service gets recycled any call from a client generates the following exception: System.Web.Services.Protocols.SoapException :
|
| How to communicates with another webservice with another webservice | 13 Apr 2004 06:53 GMT | 3 |
H I have a task to write a webservice which communicates with another webservice and gets all the methods of that webservice So can i get those methods with required attributes/ and i can be able to view what attributes the method uses for retreiving,if so can i limit and get ...
|
| Debug Web Service on WindowsXP Pro with User Right | 13 Apr 2004 06:45 GMT | 1 |
I am having trouble using Visual Studio.NET 2002 on WindowsXP When I created a WebService as "http://localhost/WevService1/" and start build it, VS.NET gave me an error such as "Error while trying to run project: Unable to start debugging on the Web server. Access is denied Would ...
|