| Thread | Last Post | Replies |
|
| Object pooling instance of a web service proxy class | 12 Mar 2007 23:14 GMT | 3 |
would like to know is it recommended to use techniques like object pooling or the using static instances of the proxy class of a web serivice highly appreciate your opinions and recommendations on how to of the above scenario.
|
| Calling an HTTP server | 12 Mar 2007 17:32 GMT | 5 |
I am trying to replicate a price of Java code in .NET (the Java code is at the end of this post). Basically, I need to send a SOAP message to an HTTP server program (that happens to be written in Java). I have been Googling for the past 4-5 hours
|
| Hands on Lab 301: Advanced WSE 3.0 Messaging: SMTP Transport | 12 Mar 2007 16:46 GMT | 1 |
I was working with Lesson 1 of the Hands on Lab 301, Advanced WSE 3.0 Messaging. This lesson describes how to implement an soap smtp transport for messaging. It advises you to use your smtp and pop servers. It works.
|
| Urgent help requried on WSDL.exe . | 12 Mar 2007 16:00 GMT | 1 |
According to my knowledge we can use web service in the client applications in two ways Case-1) By adding the web reference Case-2) or use XML Web Service Proxy Class generated by wsdl.exe .
|
| HTTP status 401: Access Denied | 12 Mar 2007 11:21 GMT | 2 |
I have a simple method below that gets data from an sqlxml webservice I'm using Windows Integrated and i have disables anonymous access on IIS and also impersonate myself in Web.config. But 'm getting error
|
| Transferring large binary files to web service-How to | 12 Mar 2007 03:30 GMT | 2 |
I have an existing web service in C# 2005 that utilizes Web Service Enhancments 3.0 with custom UsernameTokenManager authentication. I need to pass very large binary files to the web service for subsequent storage into a database. When we do this as part of a web service ...
|
| Binary Serialization! | 11 Mar 2007 23:48 GMT | 6 |
I would like to know that is there anyway to change the default serialization from XML to Binary? If not, what's the best approach to accomplish binary serialization under an ASP.NET Web Service? I've used the following format to do it so far, however, it's really
|
| Difference between SoapDocumentMethod(OneWay=true)] and OneWay Att | 09 Mar 2007 17:53 GMT | 3 |
Does anyone know what the difference between the SoapDocumentMethod(OneWay=true)] and the [OneWay] attribute? According to the documentation, both seem to specifiy that a web service method is one way only and does not return any data (a void method essentially).
|
| TreeView & WebResource.axdny | 09 Mar 2007 14:23 GMT | 1 |
I'm experimenting some problems with the treeview, I developed a module within DotNetNuke that contains a treeview. It's working fine on my laptop at the office. I'm trying to get it back for a personal project. When running it seems that the WebResource.axd is not found, I ...
|
| SOAP Message sender info | 09 Mar 2007 12:21 GMT | 4 |
Im just starting using SOAP Extensions to intercept web service requests to and from one server. I would like to know if there is a way to find what application made the request (for the outgoing requests) or even wich server it came
|
| How do I get session state | 09 Mar 2007 12:05 GMT | 7 |
How can I get session state for my user in a web service? I understand that with WinForm clients that this was not necessary, but now with Asp.net Ajax, I can access all the server objects but the session one. I can use the User object but it's a lot of extra work.
|
| contacting secure webservice behind loadbalancer | 09 Mar 2007 03:01 GMT | 6 |
This is my first post, so i don't really now if i'm in the right group here. We have 2 servers behind a load balancer, SSL offLoading is enabled on the loadbalancer. Both servers contain 2 identical webservices.
|
| localhost.Service1() | 09 Mar 2007 02:16 GMT | 2 |
The docs on using web services are full of code snippets like this one pasted below where, from a Forms application, event code is calling a webmethod. an example is http://msdn2.microsoft.com/en-us/library/aa480509.aspx
|
| COM+ Proxy | 09 Mar 2007 01:46 GMT | 1 |
I am kind of new to web services, not the idea, but actually implementing and consuming them. Currently I am being asked to develop a COM+ proxy that will fall between the presentation tier and services. This is a COM+ object
|
| sessionID and authentication in WS | 08 Mar 2007 22:55 GMT | 1 |
All of the examples of web services in the books I have are using anonymous access and don't utilize sessions. Is there any material anywhere that shows how to authenticate and uses sessions in Web Services? Also, why two webServices forums?
|