| Thread | Last Post | Replies |
|
| Passing classes | 30 Nov 2007 10:18 GMT | 2 |
I have a solution working with a webservice project, userinterface project and they both reference to a personal framework project. When I create a method on the webservice project using a class from the framework and I call that method from the userinterface it crashes with a
|
| Update Web Services has caused unexpected changes to method signat | 29 Nov 2007 10:05 GMT | 1 |
I've got an app in c# that uses web services (both as consumer and server) which I wrote some years ago and am now updating. The server side gets information from SQLServer as XML and serialises the result into an object tree generated on an XSD file.
|
| web methods returning boolean : always returns false | 28 Nov 2007 19:06 GMT | 1 |
Hi, all. I have a created a web service with a web method that returns a boolean (bool) value. [WebMethod] public bool IsUser(String username)
|
| Creating a Web Service (Service, not Client) from WSDL | 28 Nov 2007 14:22 GMT | 2 |
I understand, that the "normal way" in creating Web Services is: Creating Web Service --> WSDL --> Creating Client Unfortunately, I have to create a Web Service (Service, not Clinet) from an existing WSDL.
|
| How to dynamically configure a webservice address? | 27 Nov 2007 18:05 GMT | 2 |
I have an ASP.Net project, in which I added a web reference, for example http://Sandbox/service.asmx after I pass the testing, I want to change the web service address to http://Production/service/asmx, which has the exactly same interface as the
|
| Problem generating code with wsdl | 27 Nov 2007 13:36 GMT | 9 |
A java programmer sent me a wsdl file, which I have to use to consume his web methods. When I run the wsld.exe tool to generate the class' code, I get the following message: CODEGEN: The operation binding 'getAvaluos' from namespace
|
| VS2008 and WSE3 | 27 Nov 2007 08:38 GMT | 6 |
We've a .set of NET2 / ASP.NET2 / WSE3 based products, and we're beginning to contemplate moving to .NET 3.5 now that VS 2008 is RTM. Will a .NET2 / ASP.NET2 / WSE3 application build within VS2008? I'm imagining there are bug fixes in the .NET core classes in .NET 3.5; in
|
| Webservice SQL logon fails on production IIS server | 26 Nov 2007 19:50 GMT | 9 |
I recently created some intranet web sevices to expose stored procedures on our SQL Servers (SQL2k). The stored procedures include an audit trail with user/login identification, so the web services are set up for Windows integrated authentication. The web sevices work well when ...
|
| System.Runtime.Serialization.SerializationException | 26 Nov 2007 16:31 GMT | 1 |
I am passing a couple of objects through a web service and get the error message below when I check the event log: System.Runtime.Serialization.SerializationException: The type System.Web.HttpException in Assembly System.Web, Version=1.0.5000.0,
|
| WSE 2 and 3 dual mode, problems | 26 Nov 2007 02:25 GMT | 2 |
i am in the situation of needing to support a WSE2 winforms client and a WSE3 winforms client. i have set up the web site with a separate ASMX file for each, and both clients work if they are the first to access their respective web service.
|
| Send attachment with DIME | 26 Nov 2007 01:22 GMT | 7 |
I have never sent attachment with webservices. Yesterday I got the challenge to redesign my solution that sends large XML structures to a Java webservice. The reason was that the Java SOAP implementation had problems consuming too large files that way. They
|
| Newbie: does not have a parameterless constructor | 25 Nov 2007 01:14 GMT | 2 |
I'm working on my first Web Service and need to display data from a Sql Database. I get this error message: "Telemarketing.TUsers cannot be serialized because it does not have a parameterless constructor."
|
| Web service is not releasing SQL05 locks | 24 Nov 2007 19:30 GMT | 5 |
I've built a web service that is performing edit tasks on SQL05 tables. When the service performs a table update 9 process locks are generated in SQL05 which do not get released. Each time the update query runs a new set of 9 process locks are generated. If five web service ...
|
| Extra 'invisible' characters in soap packet | 23 Nov 2007 04:13 GMT | 3 |
We are using .NET 2.0 and WSE 3.0 to call a Java web service. It sets charcter limits to certain feilds (e.g. max 100 chars) and if there are more than the expected number, it throws an error. So what we do is we retrieve the data from the MSSQL database, truncate it to 100
|
| Pass through Windows Identity to Web Service | 21 Nov 2007 10:05 GMT | 2 |
I have a web site. It's business layer is accessed through another web service. Both are hosted on IIS. When this application is deployed on the intranet, we have people access it through their AD accounts. Ideally, we want to pass the Windows Identity that
|