| Thread | Last Post | Replies |
|
| Calling WebService using ServerXMLHTTP | 14 Nov 2005 05:52 GMT | 2 |
I am using MSXML4.0 to call .NET Webservice from VB client. My Webservice returs XML string. But if I use ResponseBody of ServerXMLHttp to read the response sent by WebService, the '>' is converted to ">" and
|
| calling WSE 2.0 service from WSE 3.0 client? | 13 Nov 2005 21:02 GMT | 2 |
Is it possible to implement client in .NET 2.0 Framework and WSE 3.0 and have it to call a webservice that has been secured with WSE 2.0?
|
| Just tell me why ? so confuse... | 12 Nov 2005 19:44 GMT | 10 |
I was planning to build a web service component for one of my customer that will be preliminary use in there company intranet. This web service will be in charge of sending back data from an SQL server database base on a user request like for example following webmethod :
|
| WS method return codes | 12 Nov 2005 05:58 GMT | 2 |
I would like to know what the best way to return error codes to the caller from a webservice would be. Here are my situations for returning error codes: 1. Arguments to web method were invalid.
|
| Problem with C# Using Statement on Web Services Proxy | 12 Nov 2005 04:59 GMT | 3 |
I used wsdl.exe to build a C# web services proxy. It contains 2 using statements that cause compile errors in Visual Studio .NET beta 2: // the following 2 lines cause compile errors using System.Web.Services;
|
| WSE 3.0 - PolicyAssertion and Attachments | 11 Nov 2005 18:13 GMT | 1 |
I'm starting using WSE 3.0 and I'm having trouble in finding solution to these 2 problems: - I have created a PolicyAssertion and I want my WebService to use it without using a policy file. I've managed to do this on the client side, but
|
| Web Services Authentication | 11 Nov 2005 10:46 GMT | 2 |
I have a windows app that I am writting for some field reps. This app should download and upload specific information to a web service, and cache the information on the local computer when they are not online. I have this part working perfectly however, I would really like to have ...
|
| proxy class - xml | 11 Nov 2005 06:34 GMT | 9 |
Hi all, I have generated a Proxy Class for a remote asp.net WS. The WS method accepts a custom object and returns a custom object as well. There seems to be an error somewhere and we cannot pinpoint it. Is there a way for me to retrieve the underlying XML that is generated by the ...
|
| Adding a web reference in code (without VS.Net) ? | 11 Nov 2005 00:37 GMT | 1 |
I want to just quickly knock up a simple aspx page that calls a web service without bothering to create a project or anything. Is it possible for me to add and call a web reference in code without using VS.Net at all?
|
| How to read app.config from Web services | 10 Nov 2005 20:58 GMT | 1 |
I have this situation: My apllication calls a method inside the web service that calls a method that belong to a dll. And then the dll should read a key<conection> in the appsettings(app.config) in my application. It´s not working. A reply a
|
| Yet another WSE 3.0 KerberosToken question | 10 Nov 2005 18:36 GMT | 2 |
Folks, I'm trying to get the WSSecurityKerberos example working from the WSE 3.0 examples. I'm using VS 2005 Final release and Windows XP SP 2 I'm getting the error "WSE594: InitializeSecurityContext failed: Specified
|
| How to know Policy in Services? | 10 Nov 2005 15:18 GMT | 1 |
If I set up my Policy in Web services When Client call the Policy, How to know policy in services? Are there in .wsdl?
|
| roles auth with a custom username token manager. | 10 Nov 2005 15:11 GMT | 1 |
Hi I'm using WSE 3.0 with a Custom UsernameTokenManager ah la the username authentication sample - now it all works as expected, however I would now like to "take it up a notch" and introduce roles... I have custom roles for each user stored in the database (as well as the users
|
| SOAP Standard? | 10 Nov 2005 14:05 GMT | 1 |
I programmed a WebService that has a function that takes an untyped DataSet as parameter and fills the data in a database. The WebService is programmed under .Net. Some guys are doing the client in PHP but they have problems trying to use
|
| Returning data to Java/CFMX customers | 10 Nov 2005 14:01 GMT | 4 |
I've been asking around and reading but I cannot find a definitive answer. I have customers that need information from our calendar application. The data will come from SQL Server 2000. The customers who use .net are able to read the datasets that the web service returns. ...
|