| Thread | Last Post | Replies |
|
| WebServices and straight XML POST | 15 Feb 2006 16:11 GMT | 2 |
hey folks, i am pretty new to web services and here is my first question: I have a /Order.asmx where other customers can post theire orders via theire SAP Business Connector. The Order.asmx has a
|
| WSE 3.0 settings | 15 Feb 2006 15:58 GMT | 4 |
I have a scenario as follow: The client application is Windows form which is using bunch of DLLs (.NET) also. One of the dll provides access to the web service. If I put WSE configuration settings in the DLL (Say MyDLL.DLL.Config) config file then the
|
| Overriding the soapheader Namespace | 15 Feb 2006 09:33 GMT | 7 |
I wish to change/set the namespace for a header in my web service. I have found the following code and it does not appear to work and my assumption is because I am using RPC encoding... [WebService(Namespace="http://www.mydomain.net/ns")]
|
| List parameters of the Web Service | 15 Feb 2006 09:31 GMT | 8 |
Is it possible to list parameters and their types when you are using [WebMethod (Description ()] tag or any else tag? I couldn't find any lineseparator characters to Description attribute when I was trying
|
| 404 Not Found | 15 Feb 2006 09:28 GMT | 14 |
We have a client-server app using Web Services on an IIS machine. The trace below shows that .NET is searching around for some things (e.g., SystemDrawing.DLL and System.Drawing.EXE) and taking a LONG time to locate them. Time after time. The application DOES run, so it is ...
|
| Does it make any sense to apply WSE 3.0 (Security) on top of SSL? | 15 Feb 2006 08:07 GMT | 4 |
I am working on a project, the SSL is a requirement, so given the SSL is the mandate, does it make any sense to apply any WSE 3.0 (Security) on top of SSL? Thanks in advance.
|
| Want to Know the status of a WebService | 14 Feb 2006 21:41 GMT | 1 |
I have a situation where i have to know the status of a web service(whether it is runing or not), from another Web Service.How i can know it.Please help me.
|
| Multiple perimeter service routers? | 14 Feb 2006 15:03 GMT | 2 |
I've been reading up on perimeter service routers in the WSE 3.0 docs. It seems to me that a PSR, which normally would reside in a DMZ, is not the place to do message validation because the message must be decrypted to perform the validation. Presumably you would want to ...
|
| Webservices called from behind proxy server fails | 14 Feb 2006 14:13 GMT | 6 |
.NET Framework 1.1 VS2003 Application is making webservice calls from behind a proxy server and then freezes and dies.
|
| WS-security client code in vs 2005 | 14 Feb 2006 13:12 GMT | 1 |
i had posted this in the general webservices , but think this location may be a better place, so sorry for the 'cross post', but it is a different week. am having problems setting the 'credentials' to call a webservice.. i have the WSDL and successfully have created a proxy , and ...
|
| The operation has timed out | 14 Feb 2006 13:05 GMT | 3 |
We have created the webservices for accessing the database layer and deployed on the IIS Server which is in the local PC. These webservices called from the C# windows application In our application we have reports which will take lot of time to fetch the data depend on the ...
|
| how to make webmethod output my object class? | 14 Feb 2006 06:07 GMT | 3 |
I want to make my webmethod return my defined object and later it will be consumed by a java client, so I did this very simple test. In the webmethod I do: [WebMethod]
|
| WSE 3.0, X.509, and ISA Server | 14 Feb 2006 01:23 GMT | 5 |
I've gotten the X.509 QuickStarts working across different machines within the same LAN but now it's time to try it across an ISA Server and I'm looking for pointers. Any good docs out there? All advice welcome!
|
| Problem in debugging a Web Service | 14 Feb 2006 00:27 GMT | 1 |
I've written a Web Service that has main service class. Let's call the main class that exposes the service interface as Service1. So, we have: public class Service1: System.Web.Services.WebService
|
| Message encryption | 14 Feb 2006 00:18 GMT | 6 |
I have a web service which uses WSE 3 security features. Both the client and service are WSE enabled. (Signing,encryption and encryting signature). I have two machines Windows 2000 Pro and Windows XP Home. If I run both client and service on either of the machine ...
|