| Thread | Last Post | Replies |
|
| smart (windows forms) client control of local port used | 13 May 2005 13:48 GMT | 1 |
How can the outgoing port of the client be configured, for example, to be within a range when communicating with a webservice (NOTE: not the server port in the url) ? I have a webservice client derived from SoapHttpClientProtocol, but cannot
|
| Exception from HRESULT: 0x800700B6 | 13 May 2005 12:57 GMT | 1 |
I developed an C# ASP.NET Web Service and 3rd party COM component is used in this service. This code was working fine before migrating to Windows 2003 SP1. But I am getting the following error after migrating to Windows 2003 SP1 when creating an COM component in ASP.NET (C# Web ...
|
| is there a way to control tag names in generated soap message | 13 May 2005 00:42 GMT | 3 |
When I define a webservice: SOURCE: [WebMethod] public string Crunch(string bite)
|
| custom error message for custom PolicyAssertion | 12 May 2005 20:54 GMT | 2 |
I've created a custom PolicyAssertion. When I return false from IsSatisfiedBy how can I specify a custom error message (a custom soap fault message to be exact)? Right now all that is returned to the client is:
|
| How do you transparently implement the same web service (WSDL) with java axis and .NET ? | 12 May 2005 11:19 GMT | 13 |
When I have tried to generate java and C# servers/clients from the same WSDL as described further below, these are the results I have been able to achieve: OK: C# proxy invokes C# service
|
| WSE JAVA INTEROP | 11 May 2005 23:36 GMT | 4 |
I have .net web service developed using WSE, one of the project in java needs to use the web service , as I am sending the encrypted token using WSE, how would the java client be able to call the web service. as I have read in one article that WSE is not supported in java, if so ...
|
| EnableSession=true and future .NET compatibility? | 11 May 2005 19:36 GMT | 1 |
in .NET 2.0, the enableSession attribute will not be there. so if I have it in .NET 1.1, will it still work in .NET 2.0? Kevin
|
| Calling Web Service from VB6 | 11 May 2005 19:26 GMT | 4 |
I'm building a web service for a client and would like to know if it's possible to achieve it the way they'd like it. Basically I need to call a dotnet web service from a client application written in VB6 and (if possible) avoid packaging a dotnet component with this
|
| Creating client from WSDL | 11 May 2005 18:50 GMT | 2 |
(I'm new in SOAP) I get some wsdl file (from apache service ). I tried creating SOAP client with .NET - trying to add Web Reference and get error like: "Custom tool error: Unable to import WebService/Schema. Unable to import binding..."
|
| Web project with dots in virtual directory name cannot be loaded. | 11 May 2005 18:41 GMT | 3 |
Error when opening a solution with a web services project in it: "The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/my.webservices' cannot be opened with the path 'C:\development\my.webservices'. The error returned was:
|
| How to handle invalid web service namespace error | 11 May 2005 18:17 GMT | 3 |
If the client tries to access a web service with invalid namespace, it gets a SOAP exception as invalid SOAPAction. The invalid namespace will happen because the proxies on the client side were generated before the namespace on the server side was updated.
|
| Urgent - SoapException results in loss of Soap Headers | 11 May 2005 17:32 GMT | 2 |
I am having a case when Server is sending SoapFault and convey more information about the fault as custom headers in SoapHeader. In WSE 2.0 when a soap fault is received, it throws SoapException and I lose that information.
|
| use sqlxml access database | 11 May 2005 17:07 GMT | 5 |
Could u please tell me why the following codes cannot run in webservice while these codes can be run in a window form? Thanks. [WebMethod] public string test()
|
| SOAP Message with attachment is the best solution? | 11 May 2005 17:05 GMT | 1 |
I'd like to know, if anyone knows how should i send a XML file, located in server folder, to a web service. The purpose is to send and receive XML files that can have a large of data, so i think that it could not use a string variable. Do i have other possible scenarios? I have find
|
| I have written the code below: | 11 May 2005 17:01 GMT | 3 |
public class Global : System.Web.HttpApplication { .... .....
|