| Thread | Last Post | Replies |
|
| WSE and SSL | 01 Jun 2005 00:08 GMT | 2 |
I have a Web Service installed in a web site, when the IIS SSL enabled, the Web Service will crashed, does the WSE support SSL or how to configure it if support? Another question, how to configure the proxy server if the Web service and
|
| What is a simple way to get the raw SOAP Request/Envelope that I am sending to a web service | 01 Jun 2005 00:00 GMT | 1 |
I've looked around for an answer to this, but one is not jumping out at me so I'll just ask people who have probably run across this already... What is a simple way to get the raw SOAP Request/Envelope that I am sending to a ASP.NET web service when I have the ASP.NET Web Service ...
|
| WS-Addressing - A bug in WSE2? | 31 May 2005 22:23 GMT | 1 |
Hi All... I hope someone can help me with what I thought would be a trivial exercise! I'm currently playing with the WS-Addressing implementation in WSE2 and have some trouble with the FAULTTO element.
|
| Should I create a web service or not? | 31 May 2005 15:00 GMT | 4 |
I'm a long time asp developer but new to asp.net and web services. I have been asked to develop an asp.net application and I'm not sure if I should create it as a web forms app or a web service. Requirements are as follows: -Must be able to use session variables or some other ...
|
| Passing xml to a webservice | 31 May 2005 13:22 GMT | 1 |
does anyone have a code sniplete for this? Im trying to except xml data in a webservice. then import it into a dataset process and pass back as a resultset
|
| Webservice handling amount of requests per sec/min....... | 31 May 2005 13:20 GMT | 1 |
Is there any indication of how many request a webservice can handle per say second? I know it will depend on the hardware used and what the webservice does, but are there any articles floating around on the web or can someone give me
|
| File Conversion for .doc to (.psw or .txt) | 31 May 2005 11:36 GMT | 1 |
I'm developing an PDA application of which part of it requires file conversion from .doc to either .psw or .txt though a web service. For a normal Windows application, I understand that this can be done in 2 ways: 1) utilising ActiveSync Filters on a PC for the conversion
|
| assigning values to a web service array | 31 May 2005 10:24 GMT | 1 |
I receive the following error when I attempt to assign values to a web service array. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
|
| Web Services and Web References | 31 May 2005 10:19 GMT | 2 |
I am very new to web services and I am creating a thin-client windows app that will access it's data via web services whether on a remote web site of on an intranet server. What are the best practices for creating web services like this? I will create my own objects and pass ...
|
| Storing images in folder or database? | 31 May 2005 07:46 GMT | 2 |
I am working on an ASP.NET based website project. Without going into much detail; One of the function on this website will be the possibility to upload images via a ASP.NET form to the webserver. These images can then be shown on to webpages throughout the site.
|
| procedure to add web reference which will not create new namespace just add class in existing namespace. | 31 May 2005 06:05 GMT | 2 |
I want to know, how to add web reference so thst it would't create new namespace in existing DLL. normally what is happening when i am adding web reference it is creating new namespace in existing DLL. can anybody tell me the procedure to add web reference which will not create ...
|
| Change url of web service at runtime | 31 May 2005 03:18 GMT | 2 |
Is that possible in .net to change the target web service at runtime. ie. change the URL and access a different web service totally. which does totally different things but has the same Definition. IE Service1.asmx WEBMETHOD(BYVAL as Integer)
|
| passing xml to a webservice | 30 May 2005 15:09 GMT | 1 |
does anyone have a code sniplete for this? Im trying to except xml data in a webservice. then import it into a dataset process and pass back as a resultset
|
| CR char eliminated | 30 May 2005 08:05 GMT | 3 |
I'm sending a string (xml string) to web service as a parameter. One of the tags in the xml string is the address field and the values of this tag have LF + CR chars. When I receive the string in the web service method the values have only the LF chars.
|
| User authentication | 29 May 2005 21:46 GMT | 1 |
I just created my first web service, and now I want to restrict the clients, that can connect to it. It would be best, if the validation was based on the current user that uses the client application. But, how can my client application (that consumes the web service) make use of ...
|