| Thread | Last Post | Replies |
|
| WSE Settings Tool does not appear on the Visual Studio 2005 Sol Ex | 17 Feb 2006 13:04 GMT | 6 |
I have visual studio 2005 team edition for software developers and i have installed WSE 3.0, but the WSE Settings Tool does not appear on the solution explorer content menu. it also does not appear at the add-in manager, and of course i chosed the
|
| Error in XML Document | 17 Feb 2006 12:31 GMT | 3 |
I am developing a Visual Studio .Net 2005 application. This application consumes a JAVA web service from Axis 1.3. When I call a method of the web service I get the following error message: {"Error in XML-Document (1,393)."}
|
| default credentials | 17 Feb 2006 10:35 GMT | 1 |
I have a little problem that is really bugging me. I have a windows forms application that calls a web service (VS2005 and Framework 2). As part of the call to the web service I set the credentials of the webservice proxy to System.Net.CredentialCache.Default credentials. The ...
|
| How can I remove XML tags from ASP.NET web service return values? | 17 Feb 2006 08:42 GMT | 1 |
This question has been asked and NOT asnwered. Putting aside all comments on the reasons to do not or not do this and any related issues. Would someone please anwser the question: Is the a way to make my .net 1.1 web service return plain text without the XML element tags?
|
| VS2003, VSS 6d and recreating virtual mappings | 17 Feb 2006 06:12 GMT | 9 |
Hi there For my sins I am responsible for continuous integration of a number of solutions using CruiseControl.NET. I have the following solution structures: - Place solution and project files in a single folder structure: I create a
|
| complex types in a Web service | 17 Feb 2006 04:09 GMT | 4 |
I'm trying to use complex types in a Web service as follows: // In Some Util Library [Serializable] public class PatientFilter
|
| WebService Behavior and result.value | 16 Feb 2006 20:21 GMT | 5 |
I'm using the behavior WebService for invoking some webservices form HTML page. All work well except for this strange thing. One of my webservice returns an xml text and I can access to it only
|
| soap authentication and custom method in global.asax | 16 Feb 2006 16:28 GMT | 1 |
Im using vis studio 2003 and I think wse is out of the question as clients could be using java which doesnt support it. So I managed to find some code which allows you to develop a custom soap header called by using a http module. The problem Im having is I cannot seem to get the ...
|
| migration of web service session | 16 Feb 2006 15:27 GMT | 5 |
if have the following scenario: I have a winform client which communicates with a web service method that supports session (EnableSession=true), so a cookie is created for this client after the first call of this method.
|
| Trace problem | 16 Feb 2006 13:55 GMT | 3 |
There are two parts: web service and test app that called a method of the web service. Diagnostics trace is enabled but I can't find trace files on webserver:( I'm using WSE 2.0.
|
| designing receiver to receive xml files | 16 Feb 2006 11:47 GMT | 3 |
I am trying to receive xml files on my server which are posted from another server using http post. I need help in designing a receiver which will accept this xml file and send back a success message back to the sender. Can someone give me some code examples on how to design ...
|
| "The operation has timed out" sometimes | 16 Feb 2006 07:53 GMT | 1 |
Calling an external webservice, sometimes we get "operation has timed out." the full stack trace is below (I've just replaced personal info). The webservice provider suggested it timed out trying to connect to their service which may be related to network issues. I don't see that ...
|
| How do you get the Soap Envelope from inside a ASMX Web Service | 16 Feb 2006 00:23 GMT | 1 |
Folks, I have a ASMX Web Service (.Net 2.0) and I'm NOT using WSE. I would like to retrieve the incoming SOAP envelope body (raw XML) inside one of my web method calls but I'm not sure how to do this. I need this information for
|
| How to make a Webservice accessing SQLServer using Integrated secu | 15 Feb 2006 22:13 GMT | 2 |
I'm trying to develop a WS that access a SQLServer2000. The WS shall use Integrated Security to access the database. The user of the WS is anonymous. I want THE WS to run as a specific user.
|
| Encryption without Certificates | 15 Feb 2006 16:45 GMT | 6 |
I'm working on securing a test/trial web service and could do with some pointers. The web service (as it stands) only has one client, the two endpoints are securred with both their firewalls and IIS restricting traffic to that coming
|