| Thread | Last Post | Replies |
|
| WS in C# and Pioxy Squid - Return Error Timeout | 04 Nov 2004 15:59 GMT | 1 |
Hello friends I have a program client done in C # that invokes to a Web service, the program client uses proxy squid, but this return Timeout returns Any idea ?
|
| WSE 2.0 SP1 unable to consume WSDL from DIME Specification | 04 Nov 2004 14:38 GMT | 4 |
Subject: Web Services Enhancements 2.0 Service Pack 1 (WSE) unable to consume WSDL from the WSDL Extension for SOAP in DIME specification The WSDL Extension for SOAP in DIME specification can be obtained at this URL:
|
| WS in C# and Pioxy Squid - Return Error Timeout | 04 Nov 2004 14:03 GMT | 1 |
Hello friends I have a program client done in C # that invokes to a Web service, the program client uses proxy squid, but this return Timeout returns Any idea ?
|
| Accessing WSDL | 04 Nov 2004 01:10 GMT | 1 |
I am using WSE 2 for my web services project. A class inheriting SoapReceiver to process the service requests has been implemented. To deploy, the dlls were included in a virtual directory on IIS along with the Web.config file changes routing the HttpHandlers for the uri to the
|
| How to compile web service? | 03 Nov 2004 16:44 GMT | 4 |
It appears that the automatic compilation feature of ASP.NET causes problems with a security package called Black Ice that my hosting service is using. I'm hoping that if I manually compile my web service, I can avoid the
|
| How to open an application through webservices ? | 03 Nov 2004 16:39 GMT | 1 |
i need to call a program to run through webservices. i.e. i would need a webmethod to invoke the program to start. i'd tried System.Diagnostics.Process.Start. In the end, i get the program shown in the task manager processes but i don't see the program loading. i.e.
|
| .NET Serialization DateTime | 03 Nov 2004 16:15 GMT | 1 |
I am trying to serialize an object which as datetime properties into xml. I am in Centrol Time and Time zone shows GMT-06. The DateTime properties are always serializing to 2004-06-21T00:00:00.0000000-05:00. I thought it should serialize to 2004-06-21T00:00:00.0000000-06:00 ...
|
| Do web services make sense for me? | 03 Nov 2004 16:01 GMT | 3 |
I have an existing ASP/ MSSQL project that we are looking at migrating to VB.Net (standalone app, not ASP) which will still interact with a single central SQL server. Because we have a requirement to "filter" data returned depending on the user's permission to certain classes of ...
|
| Webservice stub class not compiling | 03 Nov 2004 15:22 GMT | 5 |
I'm having problems using Flash Remoting with Web Services for ASP.NET and I've narrowed the problem down to csc.exe when it tries to compile the stub class. Flash Remoting (flashgateway.dll) is calling the following command line
|
| Web services and bulk data | 03 Nov 2004 11:19 GMT | 3 |
I am implementing a web services and one of its methods can potentially return Gb of data. I would like this to be implemented in an 'iterator' kind of style. With this the client can get the count first and then use a method to get certain number of records at a time.
|
| SoapEnvelope WebMethod Indentation | 03 Nov 2004 05:37 GMT | 2 |
I am using a SOAP WebMethod -ASP.net (wse2.0) [WebMethod(Description="This method receives requests for processing.",EnableSession=false)] public SoapEnvelope Request()
|
| Changing addressing information from a custom filter | 03 Nov 2004 01:50 GMT | 1 |
Hey all, I am having difficulties changing the addressing information of a SoapEnvelope from within a custom output filter. What i want to do is effectively change the destination of the SoapEnvelope. I've tried accessing
|
| ASP and PHP | 02 Nov 2004 22:28 GMT | 1 |
Can ASP and PHP live on the same webserver running IIS?
 Signature Laura Mayer Database Analyst
|
| debugging two webservices | 02 Nov 2004 22:06 GMT | 3 |
Tough webservice debugging issue - @least for me =8-/ Here's the situation...I have a webservice app that is a project in a solution with the webservice client app (vb.net app) I want to "create" a duplicate copy of the webservice app so the webservice
|
| Logging web service calls | 02 Nov 2004 19:33 GMT | 2 |
I have the situation: I've got an application that calls lots of web services, throught the Internet. I need to keep track of every web service call (every data that's transfered), and log it into a DB. Some WS uses SSL. What's the best way to do this?
|