| Thread | Last Post | Replies |
|
| Upgrading WSE 1.0 to WSE 3.0 | 08 Dec 2005 03:02 GMT | 7 |
Guys, I have the following code in an app using WSE 1.0 I would like to move to WSE 3.0 and VS 2K5 as we are in the early stages of development of the application and makes more sense to upgrade now rather than later. I'm having difficulties understanding the new WSE 3.0 model ...
|
| Session Expired be4 timeout Plz Help me urgently | 08 Dec 2005 00:33 GMT | 1 |
I m using session veriables of asp.net on two websites www.net4professionals.com(job site) and www.net4matrimonials.com (bride/groom service) when i create a session on page A i use codeing
|
| Web Service Deployment Question | 07 Dec 2005 22:37 GMT | 1 |
I have a web service that I deployed on 2 different web sites. When I go to www.mysite.com/ws/ws.asmx I get the page where you can enter values and right below that it gives you an example of a SOAP envelope. Well when I deploy my web service on another site (www.yoursite.com)
|
| overriding webservice serializer? | 07 Dec 2005 16:51 GMT | 1 |
using .net 1.1 i think i might want to replace the xml serializer which my .Net webservice uses with a custom serializer. anyone know: a) is this possible?
|
| Unable to Import WebService/Schema | 07 Dec 2005 15:34 GMT | 5 |
When adding a Web Reference to a new project before I even add any code to test the service I thought i would build the project to see if it would complie and following error occured: Custom Tool Error: "unable to import webservice/schema. Uable to import
|
| using Visual Studio 2003 to access a WSE 3.0 enhanced web service. | 07 Dec 2005 13:44 GMT | 1 |
I am creating a web service in Visual Studio 2005 using the WSE 3.0. However, we have an older solution which was built in Visual Studio 2003. How can I set up my 2003 project to consume the new Visual Studio Web Service? It seems like it should be possible, but any
|
| Accessing a WSE 2 Web Service from WSE 3 | 07 Dec 2005 13:44 GMT | 6 |
Hi, I have a collection of WSE 2 Web Services which I would like to access in ASP.NET 2.0 using WSE 3. I've built I Windows Form application to test the user authentication and I the WSE 2 Service throws: Microsoft.Web.Services2.Security.SecurityFault: An unsupported signature or ...
|
| Error creating Proxy Class for XMethods Currency Converter WebService. | 07 Dec 2005 10:36 GMT | 1 |
I am new to ws. I am trying to create a Proxy Class for the XMethods (http://www.xmethods.net/ve2/ViewListing.po?key=uuid:D784C184-99B2-DA25-ED45-3665 D11A12E5) currency Converter ws. I have executed the following from the command prompt:
|
| Web Service with permanent object cached? | 07 Dec 2005 10:25 GMT | 1 |
I have a question: is ist possible to write a web service which gets a cached "permanent object" right on initialisation? Let me point out my example: My web service needs a rsa-key. This key is stored in a file on the server. Every time I create a new instance
|
| webmethod based on a xsd | 07 Dec 2005 10:21 GMT | 1 |
i have to build a webservice for a client of mine who sent me a xsd and a sample xml so i can build my stuff around his xml. i used xsd.exe to build a class from the xsd. That went fine. Now, when i create my web service and the webmethod that receives the class
|
| The request failed with HTTP status 403: Access Forbidden. | 07 Dec 2005 09:11 GMT | 3 |
Hi, I have a quick question. Why do I get a 403 Forbidden message when calling a Web Service from an ASP.NET web application but not from Windows Application ?
|
| SOAP client: access to raw XML | 07 Dec 2005 07:16 GMT | 3 |
I have a SOAP client, built upon proxy code generated by wsdl.exe from a wsdl file that was provided by the creator of a webservice. Now I want to log the raw XML that is being sent and received, but I can't find a way to get access to it under dotNet.
|
| Abstract classes defines WebMethod, this doesn't inherit? | 07 Dec 2005 03:05 GMT | 2 |
I've used wsdl.exe, to generate stub code for a WS at work. an example of the stub code is: ========================== /// <remarks/>
|
| Trying to save an existing file on the webserver using a webservic | 07 Dec 2005 02:10 GMT | 2 |
Here's the code: private void SaveUserXml(string user, XmlDocument doc) { FileStream file;
|
| Forcing SSL redirect on webservice | 06 Dec 2005 23:08 GMT | 1 |
The subject says it all, I have a webservice which I want to require SSL on. I don't want to do this via IIS, I would like to enable it via the service. Something where when the service is called, if it is called on port 80, it redirects to 443.
|