| Thread | Last Post | Replies |
|
| consuming a webservice form another webservice | 20 Sep 2004 11:55 GMT | 4 |
The problem is as follows: I need to authorize a user: through a WS; if a setting is on, the webservice will look in the local "database", if the setting is off it will connect to the server ip that is set in the configuration and call the same WS to check
|
| Page redirection in webservices ? | 20 Sep 2004 05:44 GMT | 2 |
i have a webservice which has some methods and a login page.I 've connected the client to my webservice.now i want to redirect the user to use the webservice's login page. How can i redirect the client to go to the webservice's login page.
|
| Securing the response from a Webservice | 18 Sep 2004 14:59 GMT | 1 |
I am looking at samples that come along with WSE 2.0 but I cannot find any example that shows how to secure the response that is send by the webservice to the client. I can sign and encrypt the request from the client. Any pointers to sample codes for this will be very helpful.
|
| Urgent plz help me | 18 Sep 2004 09:13 GMT | 2 |
(Type your message here) -------------------------------- From: sri p Hi Guys,
|
| Problem with dotNet & APACHE & Tomcat (System.InalidCastException) | 17 Sep 2004 21:15 GMT | 1 |
I'm trying to access a webservice which runs on our SOAP Server (Apache Tomcat) with Windows 2000 Advanced Server. I simply added the webreference local copy of wsdl file into dotNet Application using dotNet's "Add Web Reference" option. I am trying to execute a function using ...
|
| Can't find WSDL file | 17 Sep 2004 18:55 GMT | 2 |
I created simple web service with C# and run it on Win2000 XP sp2. Service has two simple [WebMethods]. I test it with my C# client and IE. Now I want to create VC++ 6 application and talk to web service with SOAP SDK lib.
|
| (Urgent) microsoft.web.services2.security.securityfault | 17 Sep 2004 18:35 GMT | 1 |
When I call a Web Service function and send a dime attachment then if the client machines time is set to be greater that that of the Wbe Service Server, I get the exception - microsoft.web.services2.security.securityfault error saying something about the Timestamp.checkvalid in ...
|
| Webserver Behaviour | 17 Sep 2004 17:17 GMT | 1 |
i'm just wondering if somebody has experienced the usage of the "Webserver Behaviour" which enables client-side script to invoke remote methods exposed by Web Services. http://msdn.microsoft.com/library/default.asp?url=/workshop/author/webservice/we bservice_node_entry.asp
|
| COMException in ServerXMLHTTP40 | 17 Sep 2004 15:55 GMT | 2 |
I've been trying to post some XML using the above the component but keep getting the following Exception: System.Runtime.InteropServices.COMException (0xC00CE56D) The code is:
|
| Problem with this web service | 17 Sep 2004 15:01 GMT | 2 |
I found this web service http://www.webservicex.net/CurrencyConvertor.asmx This is my test code Dim test As New wsExchangeRate.CurrencyConvertor
|
| Thought Experiment: M$ Products on Linux | 17 Sep 2004 13:37 GMT | 1 |
Suppose, Microsoft were to release all of its products on Linux tomorrow. On the client side, it would include M$ Office. On the server, SQL Server. What would the effect be?
|
| how to setup a trace | 17 Sep 2004 13:03 GMT | 1 |
I am wondering if there is a way to setup a trace on a webserivce that is called in the middle of the night and be able to review the data the next morning. Thanks in advance. Jake
|
| Using SMPTMail, MailAttachment corrupts the attachment when called from a web service | 16 Sep 2004 23:31 GMT | 2 |
I creating a very simple email, and attaching an excel file and trying to send it. When I do this with a standalone executable, everything works fine. When I include it as part of a web service, where we're impersonating
|
| xml payload to webservice | 16 Sep 2004 22:53 GMT | 1 |
i am tasked to write a webservice that catches an xml string and passes it on to Websphere MQ. All i want to do is put in a simple test that i got a wellformed XML string.
|
| Flushing WSE security token cache | 16 Sep 2004 21:31 GMT | 1 |
Running into a problem where a username token is used to authenticate/encrypt a message to a web service. a custom token manager looks up the password (token was configured to SendNone) in a database. this all works fine. however if the user then goes and changes that password then
|