| Thread | Last Post | Replies |
|
| Debug | 31 Aug 2007 16:19 GMT | 1 |
Please refresh my memory. I've written a web service years ago and now trying to debug it so I've added my smart device project to the solution containing my webservice.....If I set the project to start with the smart device project shouldn't I be able to put breakpoints in both ...
|
| Underlying Connection Was Closed Error | 31 Aug 2007 13:52 GMT | 5 |
I have a web client application built on .Net Frameworks 2.0 that connects to a web service on IIS 6.0 via SSL and using X509 Client Certificates. At some locations (it works at others), I get the following error. Below is my code. I've also used System.Net.Tracing and have ...
|
| What has changed in Debug? | 31 Aug 2007 10:52 GMT | 1 |
I've created a webservice in VS 2005. I have vista installed and IE 7. It used to be I could run hte webpage, get my form variables hit submit and the break points would work, and let me step through my service. This no longer is the case. has some setting changed? Please ...
|
| How can I process an input parameter of a given "type"? | 30 Aug 2007 20:15 GMT | 1 |
I have a Web Service that receives an XmlDocument of a given type. But I can not get the contents of what is being passed other than extracting it from the HttpContext.Current.Request.InputStream and this requires removing the SOAP envelope manually and using the nsManager and a ...
|
| Web service, generics and complex data types | 30 Aug 2007 16:57 GMT | 3 |
I'm having some problems with web services, as I cannot make them do what I need. I have a class called Order that has more classes inside. For example, I have Order. Addresses, in this case Addresses is a
|
| What is a Proxy Class--Newbie Question | 30 Aug 2007 15:36 GMT | 3 |
I am sorry to ask a stupid question. What is a proxy class?
:( Cheers!!!!
|
| Preventing Escapes in Post | 30 Aug 2007 05:55 GMT | 10 |
I am trying to consume the webservice which is written with Java through the provided wsdl & xsd definitions. However there is a slight problem. Problem is, they are expecting a clean XML but .NET converts my query XML
|
| Passing Large Messages in WCF | 29 Aug 2007 22:48 GMT | 1 |
I need to design a solution that will be handling high volume (1-2 per second) and fairly large (80-100K) messages. I am concerned about wheter WCF messages end up on program call stacks. Should I have any concerns about this? Does my choice of transport make a difference? For ...
|
| Interop question for WCF Gurus | 29 Aug 2007 22:12 GMT | 1 |
I have a WCF Web Service using wsHttpDualBinding because I need a callback to Java client. I read Mr. A.Gupta's blog that if WCF Service uses wsHttpDualBinding for interop working is not guaranteed.
|
| Microsoft SOA | 29 Aug 2007 22:02 GMT | 2 |
Can anyone point me to something that pretty clearly defines what Microsoft's vision of Service Oriented Architecture is and how they suggest you implement it (best pactices maybe)?
|
| Client Cert Delegation to Web Service | 29 Aug 2007 15:36 GMT | 2 |
I have some secure ASP.NET Web Services (which could become WCF services) used to generate a secure ASP.NET page. Is there any way to delegate (impersonate?) the client cert from the user accessing the page to the secure service ?
|
| Web Method, datatable, but send as standard types, string array | 29 Aug 2007 13:41 GMT | 4 |
I'm building a simple "look up" web method that would return a table with 9 columns and a dynamic number of rows, then I find out datatables cannot be serialized. Not a big deal the .Net 1.1 client works with dataset.
|
| Linq return data | 29 Aug 2007 03:54 GMT | 1 |
I'm trying to use Linq in a webservice that returns a data from a query. As the data return from Linq to Sql is IEnumerable<T> and it's not possible to easily get a Dataset, Which is the best format to return data? Thanks
|
| Adding SOAP:Fault elements within my WSDL. | 29 Aug 2007 02:06 GMT | 3 |
I am having a Webservice within which i am throwing SOAP Exceptions and therefore whenever something wrong happens a SOAP fault comes up in the response - see below: <?xml version="1.0" encoding="utf-8"?><soap:Envelope
|
| System.web.exception The request failed with HTTP status 404 | 28 Aug 2007 19:58 GMT | 2 |
<I MOVED THIS POST TO ITS OWN THREAD. ORIGINAL POST FOUND HERE: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft. public.dotnet.framework.webservices&mid=22d09e8e-4390-46b2-b266-ff37405d68ba > I've been searching around the forums for answers to this ...
|