| Thread | Last Post | Replies |
|
| Content type failure in webservice call | 22 May 2006 23:11 GMT | 7 |
I developed a web service and a mobile application to access to it. When the mobile application call the webservice it raises the error message 'server found request content to be 'text/html;charset=utf-8', but expected 'text/xml'.
|
| databse questions | 22 May 2006 22:43 GMT | 1 |
What I want to create is a web front with ASP.NET 2.0 for a database that will be accessed by different clients. The data will be held in one database ie.all customer deatils for all clients will be in one table. However the different clients must not be able to see the others ...
|
| The underlying connection was closed: Unable to connect to the remote server. (Could not find the anwere in the groups) | 22 May 2006 22:39 GMT | 4 |
Sorry for posting this question. I tried a lot to look for an answer to all the links with the same topic, but couldnt find one. I am using ASP.NET (VB.NET) . I have created a client in my local to access methods of a web service
|
| Custom object with a System.Web.Security.MembershipUserCollection property - "implement a default accessor" error | 22 May 2006 21:56 GMT | 2 |
I'm tryng to return a custom object that contains a collection of MembershipUsers through a web service however I receive the following error when trying to return the object through a web method: You must implement a default accessor on
|
| error while loading page on local IIS | 22 May 2006 17:27 GMT | 2 |
I get the following error when I try to load a website that I created using Visual Web Developer Express: You are not authorized to view this page You do not have permission to view this directory or page using the
|
| Multiple Applications using WSE 3.0 on Single Server | 22 May 2006 16:00 GMT | 2 |
I am writing in hopes of someone pointing out a best practice. We are running multiple applcations on a server that all use WSE 3.0. If we leave the addresses defaulted to the 8081 port, we get socket and port errors stating only one item can run on the port. A temporary fix ...
|
| ws-addressing | 22 May 2006 15:24 GMT | 1 |
I have gone through some of the articles on ws-addressing, but couldn't actually figure out why ws-addressing is required ? what I understand from ws-addressing is that using ws-addressing a response can be addressed to some other destination. For e.g. client-A
|
| error with msdn example code 'fun with soap extensions' | 22 May 2006 07:55 GMT | 8 |
I am trying to use soap extensions and have been looking at an example 'fun with soap extensions' http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/a sp02222001.asp I am having trouble with two statements in the code (statement shown below),
|
| Web Service on custom port | 22 May 2006 06:24 GMT | 1 |
I am calling a web-service hosted on a BEA WebLogic webserver which uses custom port 8100 from .NET 2.0 web-service code. I am having major problems just calling their WebMethods. I am sure everything is set up OK on my side but they say the HTTP header is malformed because the ...
|
| Error making Oracle connection from webservice | 22 May 2006 04:14 GMT | 3 |
I have written a test method that opens a connection to an Oracle database and just does a Select query. The method works correctly from a Windows application or from an ASP.NET web page. But when I run the same method from a ASP.NET Web Service, an exception occurs with the ...
|
| Enable GET/POST for individual web services | 21 May 2006 20:46 GMT | 2 |
Is it possible to enable GET/POST for one service, and not for another under the same vroot?
|
| coding environment | 21 May 2006 10:16 GMT | 3 |
My work uses Visual Web Developer express edition to build web application. At home, I have visual studio 2005. Which is a better environment for building web services and applications? How is one better than the other? Thanks.
|
| How to get the real object instead of a skeleton object, when calling a webservice in asp.net 2.0 | 21 May 2006 08:09 GMT | 2 |
To get the real object with all it's methods in asp.net 1.1, I just had to modify the reference.cs file of my webservice client project. (I want to override the ToString() method of the real object)
|
| SoapReceiver | 20 May 2006 12:26 GMT | 2 |
Using WSE 3.0, I've been trying to host my web service in my windows service and I get the following error: "WSE802: Unsupported SoapChannelCapabilities Flags." An earlier post titled "SoapReceiver.Add" on 11/18/05 mentioned a similar
|
| Critical Section in a Webservice? | 19 May 2006 23:59 GMT | 3 |
I've been migrating some legacy ISAPI appliations to .NET Webservice. In one, I call a third party routine which is not thread safe. In the ISAPI world, I put a critical section around the call to avoid problems. Is there a comparable strategy in Webservices?
|