| Thread | Last Post | Replies |
|
| Problem with x509 authentication | 01 Jul 2004 00:58 GMT | 1 |
I am trying to consume a webservice which requires an x509 signature. When I make the call, I get an authentication error - and the only thing the service provider can tell me is there is a problem with the signature. The provider has also provided me with a soap trace of a ...
|
| Surprised what RSACryptoServiceProvider class is doing in WSE ! | 01 Jul 2004 00:50 GMT | 4 |
I am surprised (actually disappointed) to see RSACryptoServiceProvider (& some others like TripleDES) class(es) in WSE2.0 (Microsoft.Web.Services2.Security.Cryptography ). Why would they be needed ?. These classes are part of .NET Framework.... I
|
| Web Services return string: An XML string | 30 Jun 2004 19:48 GMT | 3 |
We have a Web Service that returns an XML string. The client is getting the returned value with the angle brackets changed to > and <. It looks like the 'payload' is HTML.encoded. Is that the default action of a web service?
|
| Looking for a recommendation | 30 Jun 2004 15:15 GMT | 2 |
The authentication I built for an application with the TP no longer works in RTM (see message from a few days ago if you're interested). Rather than waste more time trying to fix what may not have been a good design in the first place, I'd like to see what those of you with more ...
|
| Problem with returning custom ArrayList with webservice | 30 Jun 2004 05:52 GMT | 1 |
I have a problem with returning a custom Result object with webservice. The classes i use is described below (some fields and properties is removed)
|
| how to send objects with different namespaces to multiple Web Services | 30 Jun 2004 05:37 GMT | 1 |
I have a problem where i would like to send the same object to 2 or more different webservices which accept objects with exactly the same structure. I realise that if we'd been wise we would have used the same WSDL for each and i will do for future Development but for the
|
| messageboard question | 30 Jun 2004 05:15 GMT | 1 |
Hi for those who can help me out. Does anyone knows a good messageboard, forum that uses ASP or ASP.NET one for free would be the best but payed one who could do the job would have my intention also. Thanx in advance
|
| Getting web service data in a local table | 30 Jun 2004 05:13 GMT | 1 |
I am getting a dataset from a remote web method. I need to get the data in the dataset into a local access table. Here is how far I have gone; Dim ws As localhost.MyService Dim ds As DataSet = ws.MyMethod
|
| Documentation isn't finished in RTM? | 29 Jun 2004 22:57 GMT | 4 |
Does the member list of UsernameTokenManager really have seven "[To be supplied]" items? Hopefully this is a result of having a couple files from the TP littering my HD. (Yup, I uninstalled the TP before installing RTM.) Thanks
|
| Client Certificate not passing to Web Service | 29 Jun 2004 21:50 GMT | 2 |
I Attached programmatically a client certificate to a Web Service Proxy like Microsoft Exemple // Create a new instance of a proxy class for the Bank XML Web service. BankSession bank = new BankSession();
|
| 2 easy questions | 29 Jun 2004 19:11 GMT | 1 |
1. if i'm returning a ds from a ws, can J2EE clients that use web services use a service that returns back a ds, practically? If not, whats the customary solution, so that whatever they get back, can be used in their version of a 'datagrid'...
|
| Web Services returns string: which is XML and the angle brackets are encoded? | 29 Jun 2004 15:52 GMT | 2 |
We have a web service that returns a string which happens to be well formed XML. The client sees the string ok, except the angle brackets are HTML encoded ( > and < ). Is this expected behavior? Is there a way to configure it so that it
|
| Action field of addressing (wsa:Action) is case sensitive ? | 29 Jun 2004 14:45 GMT | 2 |
If somebody could confirm that wsa:Action value is case sensitive although I would be glad to know that either I am doing something wrong or there is a bug in WSE. Here is the scenario:
|
| Changing Webservice from Server Without rebuilding | 29 Jun 2004 12:11 GMT | 5 |
We have created a webservice, and in out test server everyting works fine, but when we want to move it to our production server, we have ti change IP in the webreference properties, and rebuild our application.
|
| Using Session from a Windows App throgh a WebService | 29 Jun 2004 10:52 GMT | 3 |
I want to set and get information in a Session variable on an IIS application (ASP.NET website) from a Windows App. I use webservices to communicate with the IIS app. and keep all calls from the webservices in the same session.
|