| Thread | Last Post | Replies |
|
| Wrap a Serializable Object | 15 Aug 2006 08:53 GMT | 3 |
I'm wanting to create a Wrapper (or Extender depending on how you look at it) for a Serializable object that I then want to send over a webservice. Basically I want to create a Serializable Object, which has some properties on it, but I want to make one of the Properties a ...
|
| webservices and encryption | 15 Aug 2006 05:01 GMT | 1 |
I want to pass data using web services - can you encrpt data that a web service returns?
|
| Dynamic Values in the Message Envelope header | 15 Aug 2006 04:59 GMT | 1 |
I guess this must be easy, But I am banging my head since last 2 days. I am attaching an envelope schema to the body of my message. Right now I am able to give static default values to it. But I need to pick up the message ID[genearted by BizTalk] and add it
|
| WSE enabled -- how to have unsecured web services as well | 15 Aug 2006 04:54 GMT | 1 |
Is it possible to run WSE enabled web services and unsecured web services side-by-side? The issue is that my web server contains various WSE enabled web services subscribed to by smart client apps, but on the web end, I also want to begin implementing AJAX to make calls to other ...
|
| webservice.htc Access from Different Remote Server | 15 Aug 2006 02:06 GMT | 1 |
I have a simple web service that requires no input and returns a character string. I created the service and FTPd it to a remote server. The .dll to the .bin directory and the single .asmx file to a directory called Services.
|
| Querying port/operation namespace in SoapExtension | 14 Aug 2006 23:43 GMT | 1 |
I have a SoapExtension that needs to query the WSDL port namespace and operation namespace for the current message. As far as I can tell, the only namespace info available in the SoapMessage object is on the Action property. This maps to the namespace property
|
| Webservices with a proxy server. | 14 Aug 2006 19:14 GMT | 1 |
I have a machine that has a proxy server that is attempting to connect to my web service. The Web Services runs fine from a machine without a proxy server but the machine that's got the proxy server, it doesn't work. Anybody have any ideas?
|
| Why my win2003 can't use webservice | 14 Aug 2006 17:43 GMT | 1 |
I create a simple webservice,just want to get some data, And it can be run without any bugs in my pc, but , when I copy it to anther computer (OS:win2003) , the result is: http://218.20.115.105/GoogleMapTest/DataService.asmx
|
| Cannot find the certificate and private key for decryption at Microsoft.Web.Services.Security.X509.X509Certificate.get_Key() | 14 Aug 2006 17:01 GMT | 2 |
I am getting this Error, we have a application which is there in the Server with Certificates, and it is working fine done by some one else. I am taking care of that app now, and i don;t have any info on how they
|
| Anonymous Access WSE Service | 14 Aug 2006 11:10 GMT | 2 |
I have a web service which is using WSE 3.0. Within the web config I have authentication set to None and the service is set to Anonymous access in IIS. My reason for using WSE is so I can get some credentials for the user requesting the method. To do this they add a username token ...
|
| How Can I debug a WebService? | 14 Aug 2006 10:16 GMT | 1 |
I have a webservice that I want to debug it line by line.. I enabled the Debug option in WeConfig. but I can't debug that and when I set a break point for it,that dosen't work .
|
| Nullable primitives from Java webservice received as null in .Net | 14 Aug 2006 02:44 GMT | 5 |
I'm experience problems very similar to those reported in this thread on dotnet.framework on May 16 at (http://groups.google.com/group/microsoft.public.dotnet ...
|
| Web service with Push to client ? | 13 Aug 2006 22:32 GMT | 8 |
I need to develop some feature of web service that can notify client - "Push" operation - and fast somebody know if it's possible , and how? When I say "Push" I mean - pure push :) , not mechanism of client checking
|
| Web services, class separation | 11 Aug 2006 23:49 GMT | 4 |
Is it just me or does there seem to be no way to host multiple business classes from a single web service? I don't want to be making seperate Web References in VS for each of my business classes.
|
| establishing a security context using usernameForCertificateSecurity | 11 Aug 2006 21:47 GMT | 3 |
I have to say, since I started trying to work with WSE, my major activity seems to consist of reading msdn pages and googling for answers (sigh). Due to an apprehensive customer, at the last minute we have to switch
|