| Thread | Last Post | Replies |
|
| .net client + Axis 1.1 server + wrapped param: null result | 23 Jun 2004 22:53 GMT | 13 |
I have used the following settings in our web services: .net framework 1.1 web services client Axis 1.1 server (in wsdd file, set style="wrapped") Using axis client calls the server, it works fine. However, .net
|
| Referencing web service complex data type within a second web service (like a delegate) | 23 Jun 2004 16:11 GMT | 1 |
I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and one consumer client application. Lets call web service 1 "basews", and web service 2 "custom", and the
|
| Deployment Problem | 23 Jun 2004 15:52 GMT | 1 |
Dear Group, I am trying to deploy a comsumer of a web service. The operating system is Windows 2000. Its the old developer problem, its working on my development PC but not working on the production PC.
|
| Receiving XML Documents | 23 Jun 2004 11:45 GMT | 4 |
I'm setting up a service that receives a XML document, validates the document using a schema and then returns a simple result. I wanted to ask what the best way is of doing this, that is sending the xml document. So far I've come across 2 way's:
|
| Accessing webservice from access | 23 Jun 2004 10:57 GMT | 3 |
Is it possible to call a web service that returns a dataset, from access? Could I please have an example of how to call such a service from access? Thanks Regards
|
| Extracting soap message info from SoapReceiver derived class | 23 Jun 2004 06:10 GMT | 1 |
Hello, I have a very simple SoapReceiver derived class that looks something like this: public class MyReceiver : SoapReceiver {
|
| Wait function | 23 Jun 2004 05:35 GMT | 1 |
Is there any way that i can make my application wait for some time so that page loads in that time, right now I am using following code, ================================= Public Sub waitBySecs(ByVal nNumSecs As Integer)
|
| Using web service | 23 Jun 2004 05:32 GMT | 1 |
I need to be able to call a web service method, receive the dataset that web method returns and store it in an access table. My problem is that I don't know how to "receive" a complex type like a dataset and how to link it to the access table that it is supposed to go in. Could ...
|
| Certificate handling | 23 Jun 2004 00:03 GMT | 2 |
I have added the following class to my code for consuming a webservice. I want to be able to accept all certificates for testing etc.. public class TrustAllCertificatePolicy : System.Net.ICertificatePolicy {
|
| How to implement Tracing!! | 22 Jun 2004 22:05 GMT | 5 |
I want to print some trace messages in my webservice. If I debug asp_net through VS.net wp I would like to see those trace messages. How do I go about doing it thanks
|
| manually building security elements | 22 Jun 2004 21:55 GMT | 1 |
I am consuming a webservice that does not conform with the wse standards - and therefor I may need to roll my own security stuff to add the x509 signature. I am aware that the facilities in wse (1 and 2) allow me do all of this signature stuff automatically, but if I had to roll ...
|
| Securing web services: How to disable WSDL | 22 Jun 2004 20:55 GMT | 1 |
I am trying to lock down my web services. I have added WSE 2.0 to do custom authentication, I have removed HTTP-Get and HTTP-post in the web.config, but I don't want the myservice.asmx?WSDL or even just a call to myservice.asmx to expose any of the interfaces. Is it possible to do ...
|
| Keyset does not exist at Microsoft.Web.Services.Security.X509 | 22 Jun 2004 17:54 GMT | 1 |
I get this error trying to read de sign from a X509 Certficate Token X509SecurityToken.get_SignatureKey(). When I use the C# clases from windows applications its works, but when I do it from a .aspx page it hangs for a while then fails. I allready set fullcontrol permissions to ...
|
| webservice consumer error 405: Method Not Allowed | 22 Jun 2004 15:42 GMT | 1 |
I have created a very simple web service and consumer test application. It works like a charm on my development pc, but when I try to deploy it to an intranet setting with an xp client and a windows 2003 server with IIS running, the consumer application gets a 405 error when it ...
|
| Disconnecting a SQL Connection from a WebService | 22 Jun 2004 14:44 GMT | 3 |
I have Web Service with a SQL Connection and every time the web service runs it creates a new SQL Connection on the SQL Server. How do I get it to use only 1 SQL connection or at least drop old connections?
|