| Thread | Last Post | Replies |
|
| merge module for wse? | 31 Aug 2004 22:00 GMT | 3 |
Does anyone know of a merge module available for WSE?
|
| Email scheduling | 31 Aug 2004 19:15 GMT | 2 |
My requirement is to schedule sending of emails automatically. How can I go about acheiving this? -------------------------------- From: Manjesh Shetty -----------------------
|
| Calling a web service with nillable Value Types | 31 Aug 2004 08:54 GMT | 8 |
I'm calling a web service using C# and a wrapper class generated by wsdl tool. The web service specification contains some nillable parameters which types are Value Types in .NET (long, int, Decimal, ...) and I must to send them as null, and not their default value. It
|
| 401 Error | 31 Aug 2004 05:47 GMT | 1 |
I've made a simple webservice but when I try to acces it I get a 401 error. What changes I have to make ? I've grant full acces to everyone. I am using Windows auth.
|
| Newbie to webservices | 31 Aug 2004 05:25 GMT | 1 |
I've made a simple webservice but when I try to acces it I get a 401 error. What changes I have to make ? I've grant full acces to everyone.
|
| How to tell wsdl.exe/VS.NET to put [Serializable] on classes | 31 Aug 2004 03:20 GMT | 9 |
How can one tell wsdl.exe/VS.NET web service proxy generatioon to to put [Serializable] on imported classes? For example, i fin your web service you use a class: [Serializable]
|
| Find Web services | 30 Aug 2004 15:22 GMT | 1 |
I'm Brazilian and new to ASP.NET and much more to web services and the my doubt is where i find a list of existing web services. I already have looked at tradicionals search enginees (Google, Yahoo etc), but I did'nt get success.
|
| Creating a COM object crashes IIS | 29 Aug 2004 16:53 GMT | 1 |
I developed a service that uses the COM interface on different applications to do printing. I am now migrating it to a ISAPI ATL Server. My problem is that IIS craches when I try to create the COM object. For example the line:
|
| Install >NET on Personal IP Site | 29 Aug 2004 05:38 GMT | 1 |
I have developed a WEB Applicaiton using Visual Studio VB.NET and it runs well on my developement computer. I would like to run it from my personal WEB Page provider by my Internet Provider. I have used the MS WEB Publishing Tool to move the files and directorys to the site, ...
|
| WSE 2.0 vs Remoting !?! | 29 Aug 2004 03:06 GMT | 11 |
I'm exploring WSE 2.0 and .NET Remoting at the same time (but for different reasons!)... I read that with WSE 2.0 I can create web services to support directly a communication over TCP instead of using HTTP so it seems that now I can build a windows service to expose "web services" ...
|
| Calling SSL enabled web service | 28 Aug 2004 19:37 GMT | 1 |
I have a web service that works fine without SSL and trying to enable SSL and require client certificates. I am currently receiving a 403: Access Forbidden error. I was receiving a 403: Access denied message until I started passing a client certificate. I am able to open the asmx ...
|
| Interop with RSA Secure-WS product | 27 Aug 2004 19:23 GMT | 3 |
I am trying to get a very simple "Hello World" type web service to work with a client that uses the RSA WS-Secure SDK to implement the WS-Security portion of the message. I am signing and encrypting with X509v3 certificates, which I have tested with a regular .Net web service ...
|
| Cannot create ActiveX component | 27 Aug 2004 11:37 GMT | 1 |
I have a windows app. written in VB6, now we need to expose some of its classes through a web service. I am only able to expose the classes using late binding becasue that's the way the original VB6 was written. I ahve already exposed some of
|
| Can return GenericPrincipal from Web Services? | 27 Aug 2004 02:11 GMT | 2 |
Can I return GenericPrincipal from Web Services? The following error displays when I try to return GenericPrincipal from Web Services. System.Security.Principal.GenericPrincipal cannot be serialized because it
|
| Looking for expert help | 27 Aug 2004 01:02 GMT | 4 |
I apologize for the repost however no one has responded to my last post. We have some code that has been out in production for a long time. Now all of the sudden we get an error 401 in the webservice when trying to update some records. The only thing that has change is the ...
|