| Thread | Last Post | Replies |
|
| XML Data Validation - Referenced By WSDL File | 16 Aug 2006 18:03 GMT | 2 |
I have two XSD files, one defines the message format and the other is a common type definition. The XSD files are referenced using xs:import. The wsdl file is generated by a tool, ThinkTeture Web Services Contract-First(WSCF).
|
| WebService Namespace | 16 Aug 2006 17:55 GMT | 7 |
Is there a way to configure a WebService Namespace in a config file that can be set (i.e. [WebService(Namespace = "http://tempuri.org/")] to [WebService(Namespace = Properties.Settings.WebServiceNamespace)])? I have a webservice that I might need to configure/move on multiple ...
|
| Who is responsible creating client certificate? | 16 Aug 2006 15:34 GMT | 2 |
My company is providing asp.net web service method to a third party company. It's implmented using client certificate authentication over SSL. My network manager generated a client certificate for the company. However, the company decided to create their own. The issue is that ...
|
| Can I insert a Response.Write with JavaScript inside of Web Servic | 16 Aug 2006 15:27 GMT | 1 |
Hi everybody, I'm trying to insert a piece of javascript inside of a web service method but It's not working. Have somebody already tryed to do it? Folow a piece of my code below.
|
| Security model advice, please help!! | 16 Aug 2006 15:18 GMT | 4 |
We are building an solution where a web service is called from a desktop app. We want to secure the calls to the webservice. For right now we are only concerned with authentication, we do not need to encrypt the message content,etc. yet.
|
| web services with Binary format | 16 Aug 2006 15:00 GMT | 1 |
Hi How can I create web service with Binary format instead of Soap format? Thanks, Ripal
|
| Proxy Authentication Required - Error 407 | 16 Aug 2006 14:45 GMT | 1 |
I've got a web service that I can call fine - works no problem. I put the same call on a machine that's using a Proxy server and I get a 407 error. I can't figure out how to set the credentials and what they should be set for. This is running in C# VS 2003.
|
| Wrong address in WSDL generated by .NET - Unable to add web Refere | 16 Aug 2006 14:28 GMT | 4 |
I have a web service created via Visual Web Developer Express Edition on a IIS Server with .NET 2.0 installed. The test page displays just fine when the URL of the .asmx page is entered into a browser i.e. "http://www.mydomain.com/Extranet/WebServices/TestWebServ.asmx"
|
| BindingFailure was detected | 16 Aug 2006 09:57 GMT | 1 |
I have a simple web service with a method that returns a Boolean: using System; using System.Web; using System.Web.Services;
|
| .NET 2.0 C# Web Service File Upload Via HTML Form Post | 15 Aug 2006 21:21 GMT | 1 |
I’m trying to upload a file to a Web Service. I have to submit the file using a standard HTML form with the <input type=“file” /> tag. Ultimately, we are submitting the file from a Flash 8 application that uses Macromedia’s flash.net.FileReference class. The FileReference ...
|
| WSE 2.0 client to WSE 3.0 service, problem, pls help | 15 Aug 2006 19:50 GMT | 5 |
I identified most of the issues to at least get a signed and encrypted response back from the WSE 3.0 web service. My lastest issue seem to be the unsupported sections in the response (wse2.0 cannot handle this, since specific to WSE 3.0)
|
| Web method request returning incorrect resultset FOR CONCURRENT USERS | 15 Aug 2006 18:58 GMT | 1 |
I have a C# Web Service with several methods. If I try to access a method that returns a dataset based on a specific criteria and another user tries to access the same method with a different criteria and we keep executing it several times from different machines then every once
|
| WSE 2.0 problem ... Server Unavailable, please try again later | 15 Aug 2006 15:06 GMT | 2 |
I am trying the sample code that came with WSE 2.0. I deployed this web service to my test server UsernameSignCodeService. When I point the sample client to this webservice, the example stops working. I get the following exception:
|
| Dataset and WS-I BP 1.1 | 15 Aug 2006 14:21 GMT | 3 |
The requirement is to build interoperable web services which should conform to WS-I Basic Profile 1.1 (This requirement came little late in the development life cycle). Some of the existing web services utilize Dataset as return type and input parameters.
|
| More questions about WSE 3 (Kerb policy) in a Web Farm | 15 Aug 2006 09:39 GMT | 1 |
Folks, I need some help if anyone has any ideas. Scenario ========================== In my case, the server App is an ASP.NET 2.0 Web Service on Windows 2003
|