| Thread | Last Post | Replies |
|
| Unify datatypes of different webservices | 20 Jul 2006 18:51 GMT | 1 |
I have two distinct web services, which use common data structures as parameters and return types. If I add references to both web services, I get distinct data types for these structures. Is it possible to specify some kind of mapping, which says: Map structure SA from web ...
|
| Security handling based on Role of User and Destination of Service | 20 Jul 2006 16:11 GMT | 4 |
I can't seem to find enough information to solve this problem. Scenario: - There are two web services: ServiceA and ServiceB both have two web methods AA(), AB() and BA(), BB() respectively
|
| Problem running a service when moved from test to production. | 20 Jul 2006 09:30 GMT | 3 |
One of my guys is having a problem where when he moved a webservice from our devo system to our production server he is now getting the following error: Server was unable to process request. --> Unable to generate a temporary class (result=1).\nerror CS2001: Source file
|
| Action Missing | 19 Jul 2006 23:11 GMT | 6 |
I have a web service secured using WSE 3.0. I have a client trying to communicate to the web service and they are using WSE 2.0 SP2. We are getting the following error: Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate
|
| 2.0 Web Service Question | 19 Jul 2006 22:19 GMT | 1 |
Hi, I am starting to work with VS 2005 and I have created a Web Service. I want to move the web service to my web server...but, I can't figure out where the dll is placed when I build the project? There is no \bin folder present in
|
| Webservices and writing to files | 19 Jul 2006 22:14 GMT | 1 |
Hi NG, It was my understanding that in order for a webservice to be able to write to a file on the webserver, the ASPNET-user should have write privileges on the file. Is this correct?
|
| The Underlying Connection was closed | 19 Jul 2006 09:03 GMT | 1 |
Hai Experts, I am trying to call asp.net web service from a asp page, i am using the following code to do this Dim objSoapClient Set objSoapClient =
|
| Viewing SoapEnvelope received by a Web Service | 19 Jul 2006 07:41 GMT | 1 |
Is it possible to view the contents of a request received by a .NET Web Service - as SOAP Envelope? TIA,
|
| How to expose a database from a Web Service? | 19 Jul 2006 04:25 GMT | 1 |
I have a web service that updates an SQL database thru a web service. I would like to expose the database table so I can easily add it as a Data Source in VS 2005 to program the web service client. Any ideas how to do this?
|
| How do you get a .NET 2.0 App.Config file to recognize WSE 2.0? | 18 Jul 2006 21:38 GMT | 4 |
I'm trying to upgrade my .NET 1.1 app from .NET 1.1 to .NET 2.0. I was having trouble upgrading from WSE 2.0 to WSE 3.0 because my app uses endpoints. I read somewhere that I can run .NET 2.0 with WSE 2.0 just fine.
|
| .NET WS client connecting to Axis WS - credentials problem | 18 Jul 2006 21:12 GMT | 2 |
I am writing a .NET web services client that is calling an Axis web service. I have two questions. 1. The following code should set the authentication; when I call a method on the web service, the call fails with "bad username/password".
|
| WebService with VB6 y ASP.NET | 18 Jul 2006 20:40 GMT | 2 |
Hello, I have a question. I have a program made in VB6 that caputure the images that are transmitted by a webcam and records it in a database in MySQL. I want to do a WebService in .NET that allows that this program should save the photos in this
|
| Help with Hands on lab | 18 Jul 2006 18:41 GMT | 1 |
I was going through the hands on lab with WSE 3.0 security doc. I found out that there were few important steps were missing. But I was able figure that out with the help of the user group. Now I am facing a road block. When I update my ref for the web service for my client. It ...
|
| Visual Studio 2005 and WSE 3.0 | 18 Jul 2006 18:37 GMT | 3 |
I am trying to open WSE settings from a VS 2005 project. And I don't see it on the list when I right click on the project. Wonder what is wrong?
|
| Proxy generated by VS 2005 from Java web service WSDL has camel case class and property names | 18 Jul 2006 17:39 GMT | 2 |
I created a web service using Java/JAX-WS. I'm able to consume this web service using VS 2005 and .NET without a problem. However, the class and property names that were generated for the proxy are in camel case. i.e. the first letter is lower case rather than upper case. Does ...
|