| Thread | Last Post | Replies |
|
| UsernameTokenManager not authenticating against Active Directory.... | 15 Nov 2004 15:40 GMT | 1 |
I am attempting to use the UsernameTokenManager class to authenticate the username and password against AD, it authenticates correctly when I use a local account from the local SAM database, do I have to make any changes to get it authenticate against AD or should it attempt it ...
|
| streaming pdf files through Web Service | 15 Nov 2004 14:56 GMT | 2 |
I have encrypted pdf files which I need to stream through a web service to the browser. So I have a byte() array returned from my web service call which allows me to decrypt back to the pdf before displaying. It works but is slow when the average report is 84K. So basically I ...
|
| Single message encrypted twice | 15 Nov 2004 14:51 GMT | 7 |
Problem I want to construct a single encrypted message using X509 certs that can be decripted by both Server1 and Server2. When sending this message to server1, server1 should use the corresponding
|
| Async WS ?? | 15 Nov 2004 13:50 GMT | 3 |
I´m a newbie in ASYNC WS.. I'm trying with a simplest one, but I notice that there is no way to make the WS tell the program that is not connection at all, so if I unplug the internet the WS goes and back like if nothing happend Where can I start?
|
| Using PrincipalPermission on WebMethods with Forms Authentication | 15 Nov 2004 09:08 GMT | 4 |
I am developing an application that uses an ASP.NET Web Forms application for its UI and ASP.NET web services for its business tier, and I am looking for assistance in improving my application security. I want to use declarative security on my web methods so I can secure them ...
|
| calling a Java WebServices | 15 Nov 2004 04:20 GMT | 1 |
Hi, I'm new to WebService but had to investigate as we will have a java server part and a .NET client. I read through and tested this Sun's tutorial: http://java.sun.com/developer/technicalArticles/J2EE/j2ee_ws/
|
| How to show popup message in a webform | 15 Nov 2004 03:15 GMT | 2 |
I am explaining the scenario of what I am trying to do: - I have a webform with some controls, from which I am taking the data. eg say Username, password - I am passing these data as parameters to the web service method
|
| Secure Connection HTTPWebrequest. | 13 Nov 2004 21:57 GMT | 1 |
Hoping for some help here re client certificates and SSL The following method: ======================================================================== Public Sub SimpleXMLSendReceive()
|
| WebServices and Serialization | 13 Nov 2004 09:13 GMT | 1 |
Im currently developing an API using a vb.net web service. Im very nearly there as regard to functionality but would like to add a feature so that users can see exactly what xml is being generated (sent and received) for each API command.
|
| SoapExtension and header information | 13 Nov 2004 05:14 GMT | 5 |
I appologize for the crosspost to microsoft.public.webservices, I didn't intend to post there at all. I'm new to Soap and I'm trying to write a SoapExtension that will perform authentication.
|
| WebMethods Overloading | 13 Nov 2004 03:19 GMT | 6 |
Is there some way to truly Overload a WebMethod (Without using MessageName) ?? Thanks in advance, Fernando
|
| Dynamically Format XML Output? | 12 Nov 2004 20:47 GMT | 4 |
I'm currently working on a system that will allow our 175+ clients that store their data on our databases to export the data to their systems (via webservice) and also call other web services to update pieces of that data in our systems.
|
| WSE 2 seems not work with Framework 2 (VS2005 beta 1) | 12 Nov 2004 20:27 GMT | 2 |
is Wse 2 (with sp2) run only with Framework 1.1 ? the add in to configure the application doesn't appear in VS2005. Have you solutions ? Thanks
|
| web client design | 12 Nov 2004 17:26 GMT | 2 |
we are supposed to send to a web service a request object in xml formatted by industry standard. We have xml dtd. We can either send xml string or I can create a web reference to the web service and call their objects to populate the request and send out. My thought is
|
| array deserialization in Axis webservice repsonses | 12 Nov 2004 17:00 GMT | 1 |
I tried to post this question before, but there was an error when posting. I case it did get posted and in order to avoid duplication, I'll just repost a summary. I have written a dotnet client that accesses a Axis provided web service.
|