| Thread | Last Post | Replies |
|
| WSE910 and WSE2005 errors | 20 Feb 2006 11:32 GMT | 1 |
I'm trying to communicate with a webservice using kerberos authentication (WSE3). Servers are under Windows 2003. Unfortunatly I allways get this error: Message: "WSE910: An error happened during the processing of a response message, and
|
| WSE3 Credentials | 20 Feb 2006 09:33 GMT | 2 |
I'm trying to use WSE 3 in a web service for authentication and authorization. I've created a custom UsernameTokenManager overriding VerifyToken to validate the token against the database and setting the token principal to a
|
| Cannot resolve apachesoap:Map | 20 Feb 2006 09:23 GMT | 1 |
I am developing a Visual Studio .Net 2005 application that consumes an Axis 1.3 web service. Importing the WSDL file generates an error "cannot resolve apachesoap:Map type"
|
| Programmatically call web service from string config | 20 Feb 2006 09:07 GMT | 2 |
I'm new to all this web services lark and am struggling to get my head round how to dynamically call this stuff. Basically, I'm writing a test harness for our latest product - this harness allows calls to SQL2000 stored procs (all works well) and to
|
| Activating SSL on webservice | 20 Feb 2006 08:57 GMT | 1 |
I just wrote my first .net web service ;), but now I want to restrict any unencrypted access to it (I created a certificate and added it to the IIS). Now, the question is: Do I have to change any source code to reflect the encrypted connection? Or can any user/admin decide ...
|
| Consume webservice without wsdl | 20 Feb 2006 07:50 GMT | 1 |
The following web service is run by Perl: #!perl -w use SOAP::Lite +trace => "debug"; print SOAP::Lite
|
| Transferring large data using WSE3? | 20 Feb 2006 07:47 GMT | 1 |
I am developing a windows forms client application that will send a large XML data to a web server using Web Services. I saw this article http://www.codeproject.com/soap/MTOMWebServices.asp for uploading files using MTOM.
|
| Operation timed-out | 20 Feb 2006 05:48 GMT | 1 |
Randomly (it appears), I get this error and then the application fails to respond. This error appears on the web server (web service client): Message: Operation Timed Out Source: Microsoft.Web.Services2
|
| Hands-on WSE3.0 missing files | 20 Feb 2006 00:48 GMT | 1 |
I installed WSE 3.0 and then tried Hands-on Lab: WSE3.0 Security. A problem: i am supposed to import Client Private.pfx and Server Private.pfx from the folder WSE\v3.0\Samples\Sample Test Certificates\, but this last folder doesn't exist.
|
| How can I queue requests for an XML service? | 19 Feb 2006 10:28 GMT | 1 |
I want to set up a XML service that will act as a middle tier between several different client apps and a rather expensive and outdated ODBC client. Currently, wehave several machines with an particular ODBC client
|
| Web Service: deleting temporary files after attaching them to DIME | 17 Feb 2006 22:57 GMT | 1 |
My web service is creating a temporary file to attach to the SOAP message as DIME attachment. Can I then delete the file after I've attached it? what can I do with all the files?
|
| UsernameToken not being detected server side?? | 17 Feb 2006 15:58 GMT | 2 |
I have a strange problem with username tokens. I've been able to use them when the default userNameTokenManager is in play (with Windows security). As soon as I add in my own customer manager, I get UsernameToken is expected but not present in the security header of the
|
| Restrict Access to WebService to Certain Client URLs | 17 Feb 2006 13:49 GMT | 1 |
I would like to restrict access to my ASP.NET web services so that they can be accessed only by clients from specific ASP.NET based sites. Example: I want to grant access to http://mycomputer/website1 but deny access to
|
| Alphabetize the methods listed in WSDL | 17 Feb 2006 13:48 GMT | 2 |
Is there any way to alphabetize the SOAP methods as they are listed in a VB.NET Web Service? Thanks.
|
| Setting Security Headers in SoapEnvelope | 17 Feb 2006 13:19 GMT | 1 |
In one of my WSE 2.0 application, i used to set the securiy headers as shown in the following code. securityDoc.DocumentElement is a XML element. envelope.Context.Security.LoadXml(securityDoc.DocumentElement);
|