| Thread | Last Post | Replies |
|
| WSE 2.0 in Visual Studio 2005 | 11 Oct 2006 10:36 GMT | 1 |
I have a Visual Studio 2005 project using Web Service, which uses DIME format for communication. When working with WSE 3.0 a get this error: {System.InvalidOperationException: Client found response content type of 'application/dime', but expected 'text/xml'.
|
| WSE 2.0 in Visual Studio 2005 | 11 Oct 2006 10:36 GMT | 1 |
I have a Visual Studio 2005 project using Web Service, which uses DIME format for communication. When working with WSE 3.0 a get this error: {System.InvalidOperationException: Client found response content type of 'application/dime', but expected 'text/xml'.
|
| FileNet CEWS_DIME Web Service issue | 11 Oct 2006 09:55 GMT | 3 |
I have been using FileNet P8's web services in our ASP.Net 1.1 web application for a while using WSE 2.0. Interestingly enough, every now and then one of the FileNet's web services named FNCEWS35ServiceWse do not show up in object browser or intellisense and the non WSE version ...
|
| Access web service through proxy server | 11 Oct 2006 01:31 GMT | 3 |
I am trying to access one web service (on machine A) from machine B using web application. I can browse the web service from web browser. But when I access the web service from application, sometimes(80%) it crashed with the error saying: "Redirect ...
|
| Call to web service on live asp.net application returns Access Den | 11 Oct 2006 01:28 GMT | 1 |
I have a web application that calls a third party web service during a registration process. On the live version of the site it calls a function of the ws and returns and exception of 401 Access Denied.
|
| Which cert? | 10 Oct 2006 22:32 GMT | 6 |
I am currently useing WSE3 test certificates to secure a web service. Our company has a Microsoft Certificate Server. However, I'm not sure which kind of certificate I need to get from it. The first one I tried let me export a private key. But when I tried to use that private key
|
| Creating a Xml Web Service contract from an XSD and lots of coffee | 10 Oct 2006 19:37 GMT | 1 |
I have a XSD that describes a standard (IEEE) implementation of a contract and related objects. I need to create a web service that implements the XSD. I realize that I can read the XSD and create it by hand, but that doesn't seem to be the point. It seems more reasonable that ...
|
| Keeping information across SoapExtensions | 10 Oct 2006 18:35 GMT | 4 |
I am trying to keep some cached information across several SoapExtensions: In my project there are client applications (web and console) that ask a web service. The web service is also mine. But both the client and
|
| Viewable Connection String/Password in EXE | 10 Oct 2006 13:36 GMT | 2 |
We are working on a web services app and a windows form app. This is distrubited with .net ClickOnce and has been developed with 2.0 FrameWork and written in C#. I can search for the application exe on my machine after it's been distributed and installed then I rename it to a ...
|
| Web services - unable to view WSDL file | 10 Oct 2006 09:39 GMT | 1 |
Hi. My company has an application which exposes some web services. During testing, I am only able to view the WSDL file on certain PCs and not on others. When the following address is loaded into IE, it loads the initial myApp page instead of the WSDL pages showing the available
|
| Question about WS-Profile | 10 Oct 2006 08:10 GMT | 1 |
Do I need to be worry about WS-Profiling or it already had been taken care in ASP.NET asmx web services platform? Thank you, Max
|
| Problem converting webservice from VS 2003 to VS 2005 | 09 Oct 2006 16:31 GMT | 9 |
I've got a web service project that was built under VS 2003 which has a SoapExtension in the project. The SoapExtension is registered in the <soapExtensionTypes> element of the web.config and has worked fine for some time.
|
| How to create proxy classes using WSDL.exe if server uses compression | 09 Oct 2006 11:59 GMT | 4 |
If server uses HTTP 1.1 Gzip compression, how can I use the classes generated using WSDL.exe. I can do : protected override WebRequest GetWebRequest(Uri uri)
|
| Displaying a Web page from a web service | 08 Oct 2006 18:23 GMT | 1 |
I am a total newbie and this is my very first web service. I want to display a web page using my web service. Any idea how i can do this. I tried the following code: [WebMethod]
|
| Force Field to be Mandatory | 08 Oct 2006 10:03 GMT | 2 |
I have a Class with some string and some integer values. When that gets to WSDL, the strings have "minoccurs=0" and the integers have "minoccurs=1". I can understand why this is happening, but cannot see how to change it. What I actually need is to be able to force the strings ...
|