| Thread | Last Post | Replies |
|
| Webservice fail when return a DataSet | 12 Apr 2006 12:45 GMT | 2 |
I create a Webservice that has only 2 methods. One of then return a string "Hello Word" that works ok. The other one returns a Dataset that doesn't work. When I calls this method the error "There is an error in XML document (1, 220)." is thrown. I don't
|
| 401 Access Denied on web service call | 12 Apr 2006 08:19 GMT | 3 |
Here's the setup: Windows 2003 running .net 1.1 webservice with Integrated Authentication set. Client machine running .net 1.1 on xp pro with latest service packs and updates.
|
| HELP! With HttpRuntime.Cache | 12 Apr 2006 08:01 GMT | 1 |
I have googled to try and find an answer to this issue, but everything I found beats around the bush. I have a web service that calls a DLL. In the DLL, I want to cache the small
|
| Problem with DIME attachments | 12 Apr 2006 01:15 GMT | 1 |
This problem is close to driving me insane. Basically, I'm trying to use DIME to add an attachment to a SOAP message and send it to the web server. The WSE 2.0 toolkit is installed, which allows for DIME to be used and everything is set up
|
| HTTP 403.6 - Forbidden: IP address | 11 Apr 2006 21:47 GMT | 1 |
When I try to access the samples of .NET with http://localhost/quickstartv20 everything works fine. When I try to access from my local machine with fully qualified IP-Adress
|
| "Policy 'MyPolicy' is not configured in the system" | 11 Apr 2006 16:52 GMT | 1 |
I added another policy to my policy file. My policy file looks like that: <policies> <policy name="Policy1">
|
| Custom UsernameTokenManager for different webservices | 11 Apr 2006 14:56 GMT | 1 |
Is it possible to specifiy which custom usernametokenmanager to use for individual webservices? I currently have some webservices that are consumed by a smartclient, for which i use a custom usernameTokenManager to autheticated against
|
| Session State | 11 Apr 2006 14:02 GMT | 3 |
I have created a simple webservice using C#. Now I want to consume it from a windows application.The problem is that the information saved in Session object do not persist across calls of different methods from the same instance of application.All of them have the
|
| WSDL: customize wsdl:port\soap:address\@location | 11 Apr 2006 10:09 GMT | 1 |
We have 2 servers having the same web site running on port 8080. These two servers are load balanced and have DNS name, e.g. my.server.com. Now on both of these two servers, we put the same web services, e.g. MyWebService\WS.asmx, so the URL to the web service looks like:
|
| web service behind reverse proxy | 11 Apr 2006 10:06 GMT | 1 |
We have a web service running on IIS (running on port 8080) that is behind an apache web server (running on port 80) with reverse proxy to the IIS. Accessing the webservice with the url http://ourhost/webservice.asmx?wsdl works fine (in browser). However, the urls described by the ...
|
| Web Services Architecture | 10 Apr 2006 21:36 GMT | 1 |
I'm starting a new system form a retail chain and I could use a webservices architecture to make all points online with the head office. I have some doubts with the architecture details but I can't find good documentation about that (the .Net have many different ways to make systems ...
|
| Error 500 - 'text/html'...expected 'text/xml' (string overflow?) | 10 Apr 2006 19:03 GMT | 2 |
Anyone seen a webservice return this error: Error: Client found response content type of 'text/html;charset=utf-8', but expected 'text/xml'. The request failed with the error message:
|
| Need to be able to post without soap headers to a web service | 10 Apr 2006 18:46 GMT | 1 |
I have a implemented a web service interface that has a webmethod accepting xml, but I need to also have post option available to my webservice. I understand if a client Posts a SOAP reqyest, it will work with my webservice. The problem is my client cannot send soap method, they ...
|
| WSE 3.0 with 1.0/1.1 or ASP clients | 10 Apr 2006 18:42 GMT | 1 |
It might be a simple question but I need your help to give me some light on it. We are trying to integrate several systems and web service with WSE 3.0 is what we choose. However we are conecerned with some existing ASP, .NET
|
| Java client to C# web service | 10 Apr 2006 18:40 GMT | 2 |
I have a C# web service running on a machine that I would like to connect to with a Java client. To verify the web service is working properly, i quickly made a C# client, added a web reference, and connected to the web service no
|