| Thread | Last Post | Replies |
|
| Runtime Instance Id | 28 Sep 2006 19:14 GMT | 1 |
I'm using VB.NET 1.1 I need an ID of some kind that identifies the particular runtime instance of my webservice. So I can log various things and group them together to show one call to my webservice. I can't use SessionID as
|
| Multilanguage WebService? | 28 Sep 2006 17:55 GMT | 6 |
What are the best practises when building WebService supporting multilanguage users? For example, when WebService checks some business rules and returns message to the user.
|
| Time Zone Problem in Web Service | 28 Sep 2006 15:14 GMT | 1 |
I Am Using Vb.net and xml webservice.My Problem Is When i Call dataset Using Web service .The Date THAT IS Getting Is Differnent That was in database(Sql) If I Change my Time zone.I Have Web service in The Live Server .And My Client Application using vb.net .If I change the Time
|
| Webservice novice question | 28 Sep 2006 15:08 GMT | 1 |
I have developed my first webservice using Web Service Software Factory provided by Microsoft. Java client will consume my webservice. Now my question is what information do i need to provide to the developer
|
| Exposing webservice | 28 Sep 2006 14:47 GMT | 1 |
I have developed my first webservice using Web Service Software Factory provided by Microsoft. Java client will consume my webservice. Now my question is what information do i need to provide to the developer
|
| Question regarding oneway attribute of webmethod. | 28 Sep 2006 07:42 GMT | 2 |
I am having one confusion regarding webmethod's fire and forget behaviour. Say suppose i have method like [ SoapRpcMethod(OneWay=true) ]
|
| Invoke web service tester from remote machine. | 28 Sep 2006 04:47 GMT | 1 |
Somebody I work with created a web service and of course it creates an asmx page for the web service. When you open this page up on the browser it gives you a kind of tester page where you can enter parameters and invoke and test the web service and get back xml to see what the ...
|
| MTOM data size | 28 Sep 2006 02:10 GMT | 4 |
When I turned MTOM on, I can see MIME boundaries in the SOAP messages, so it must be working. But when I compare the Input/Output trace files with or without MTOM, the file sizes are the same. I expected 30% reduction in size with MTOM.
|
| Custom Types | 27 Sep 2006 23:39 GMT | 5 |
I'm trying to consume a web service that returns some custom types. I'm getting the error "[web reference].[object] cannot be converted to [custom assembly].[object]". I was able to make it work by overriding some definitions in a windows application, but I'm not able to get it ...
|
| VB6 and webservices | 27 Sep 2006 22:41 GMT | 1 |
Hello, I have a problem. I have a program in VB6 that has to save a file in a database, but it has to do it across a webservice created with .NET So, the webservice must take the file that the program in VB6 send, connect
|
| Standard way to accomplish production / development switch | 27 Sep 2006 18:28 GMT | 1 |
Hi group, If I have written some web services with about 20 methods. Each one of these methods uses a standard dev database connection. As I move this Web Service to production, I would like to offer the ability for
|
| How to compensate for missing header information in WSDL? | 27 Sep 2006 05:06 GMT | 4 |
The application that I want to use requires the header to contain a username/password. Example: <soap:Header>
|
| How to disable WSDL generation in web.config file | 27 Sep 2006 02:32 GMT | 3 |
I am trying to eliminate the capability of displaying the details of a web service by disabling WSDL generation in the web.config file. I have made the following changes to the web.config: <webServices>
|
| Passing class with methods to a WS. Data not methods serialized | 26 Sep 2006 22:46 GMT | 5 |
In the WS I've defined a class that contains both data and methods. I'm trying to pass this class to a client application using a web method. When I access this class on the client only the properties are available not the methods. I guess this makes sense but how can I get ...
|
| ASp.NET 2.0 consumes ASp.NET 1.1 web service | 26 Sep 2006 21:16 GMT | 5 |
I have web services which was developed by third party. I Need to consume the web services. I am using ASP.NEt 2.0. But the web services are in 1.1. So I developed in ASp.NET 1.1. I receive the error:
|