| Thread | Last Post | Replies |
|
| Huge delay when calling a method using a Wse proxy - Wse 3.0 Beta1 | 26 Oct 2005 08:20 GMT | 2 |
I have a web service that uses Wse. My policy simply uses two (built-in) extensions: The "usernameOverTransportSecurity" and the "requireActionHeader". It works, but the problem is it takes ages for any web method to return. I
|
| Specify client certificate in code WSE 3.0 | 26 Oct 2005 08:04 GMT | 2 |
I'm new to wse. I installed WSE 3.0. In the wizard we can choose to specifiy the client certificate in code. Can someone explain me how this can be done?? Thanks! grt,
|
| Unable to connect to remote server | 26 Oct 2005 03:50 GMT | 1 |
I am trying to add a webreference to a Web Service. I m connected to internet through Proxy server. I am getting following error. Anybody can help??/ Please. There was an error downloading
|
| Passing a large PDF file through a webservice | 25 Oct 2005 21:10 GMT | 1 |
We have an imaging system that consists of a key and up to a 10MB PDF legal description that will be accessesed via a web service. Does anyone know how to specify the datatype for the PDF file in ASP 2.0 (which we will be using).
|
| Webservices and security | 25 Oct 2005 20:54 GMT | 2 |
I've got a network engineer who is absolutely anal about network security. He is questioning how secure web services are and I can't answer him with definitive answers. Do web services run over port 80? How about port 443? Are they secure? He's also paranoid about loginning in - is ...
|
| WSDL.exe doesn't generate array of complex objects from WSDL & XSD | 25 Oct 2005 18:27 GMT | 1 |
I have a schema that defines my messages and objects. I then have a WSDL that defines the web services. I have my sample XSD, sample WSDL, and the code generated from WSDL.exe. In the generated code from WSDL.exe, the "applicationList" object is not a array or "application", ...
|
| Any Free WSDL Editor? | 25 Oct 2005 17:51 GMT | 1 |
Hi Friends, Could you please help me to find some free WSDL Editors? Which one should I follow, WSDL Editors or ASP.net WebServices for creating efficient webservices..?
|
| Testing a WebService | 25 Oct 2005 17:38 GMT | 3 |
Please help guys, I wondering if there is a way to test a web service for availability. i.e a simple test to see if the webservice is up and running or available before I make the actual method call on the webservice...something like a ping in
|
| Alter target service url in SoapExtension | 25 Oct 2005 17:24 GMT | 3 |
I am trying to write a client side SoapExtension to change the target web service url based on information from UDDI. Does any one know how to do it? I tried to set the url in the SoapHttpClientProtocol (SOAPClientMessage.Client), but it did not do
|
| Problems with WSDL and Consuming SOAP::Lite Server | 25 Oct 2005 15:12 GMT | 3 |
Hi im having a few problems consuming a SOAP::Lite web service. I think the problem is actually with the WSDL but im not sure. I have a SOAP::Lite client which works ok using the WSDL (which i defined by hand). The .NET client on the other hand does not work at all and i get this ...
|
| Carriage return replaced | 25 Oct 2005 10:26 GMT | 4 |
I've seen some different posts about people having problems with \r\n being replaced with \n. I haven't seen any resolution, so what are my alternatives to not having this replaced? Lance Johnson
|
| Web method case sensitive issue | 25 Oct 2005 09:44 GMT | 1 |
I have recently noticed that some of my web services when used/tested directly by calling the .asmx page return the following result Invalid method name 'logusagereport', method names are case sensitive.
|
| WSDL Generated Proxy Classes Generating Strange SOAP Envelope | 25 Oct 2005 09:40 GMT | 1 |
I dont think my generated classes are creating a correctly formatted soap envelope I have entered the WSDL into the WebServices Studio app (app is from here http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea- 0f7a-41bd-8494-e916ebc4159c)
|
| Webservice timeout | 25 Oct 2005 02:37 GMT | 2 |
I've exposed a Data Access Layer with a web service using C#. When I run the project and click "invoke" the webservice times out in exactly 30 seconds. Where do I go to extend this time? I'd like to fully test this Webservice before I start coding the consumers for it.
|
| Webservices and Internet security | 24 Oct 2005 22:29 GMT | 3 |
I've got a network engineer who is absolutely anal about network security. He is questioning how secure web services are and I can't answer him with definitive answers. Do web services run over port 80? How about port 443? Are they secure? He's also paranoid about loginning in - ...
|