| Thread | Last Post | Replies |
|
| Alvin busted by Operation Sudden Fall | 11 May 2008 01:25 GMT | - |
Law enforcement is now intercepting text messages, as proven by Operation Sudden Fall in San Diego. http://www.usdoj.gov/dea/pubs/states/newsrel/sd050608.html http://www.signonsandiego.com/news/education/20080506-1338-bn06sdsu2.html
|
| How to provide custom WSDL from a WCF server | 10 May 2008 07:41 GMT | - |
I'm not sure if this is the right group for this - I tried microsoft.public.dotnet.framework.aspnet.webservices but didn't get any repsponse. I am creating a self hosted WCF server and I want to proviide my own WSDL
|
| WCF Client Generation Issue | 09 May 2008 18:00 GMT | - |
I apologize for the length of this message. I have tried to provide all of the potentially relavant code up front to help identify the problem. I am relatively new to WCF and hope that I have overlooked something relatively simple.
|
| The string '' is not a valid AllXsd value - meh? | 09 May 2008 16:44 GMT | - |
Hello there - I'm quite new to WebServices and asp.net and I've exhausted my troubleshooting capacity on this one. I am running a lookup method against a remote webservice and am expecting some data back. It would seem as if the response I am getting back is
|
| SQl Transaction and Session Timeouts | 09 May 2008 09:49 GMT | - |
I have a web service which is used to perform database updates. Every now and then we have a networking glitch which causes a problem with the connection. The end result is that we end up with two records in the database when a new record is created in the Windows App.
|
| WCF - how to provide wsdl from a file for self hosted server | 08 May 2008 15:04 GMT | - |
I have created a self hosted service using WCFa and I want to provide my own wsdl from a local file rather than the generated wsdl - how can I do this? I actually need to produce a web service which is compatible with existing clients build for a asmx service as explained here:
|
| Web service problem | 08 May 2008 11:23 GMT | - |
I am facing a problem with web services ..I am creating a web service client, and web services are in "urn" format. fe : http:// ....[some url] .. /urn:..[some name].. but I am not able to add web reference to it using visual studio.
|
| How to get SoapException details / soap fault details | 08 May 2008 08:11 GMT | - |
Calling a webservice using HttpWebRequest below. Only WebException can be caught per documentation. How about SoapException - how do I get those details. Most web services will throw soapexceptions. Any way to accomplish this.
|
| How to get soapexception details | 08 May 2008 04:12 GMT | - |
Calling a webservice using HttpWebRequest below. Only WebException can be caught per documentation. How about SoapException - how do I get those details. Most web services will throw soapexceptions. Any way to accomplish this.
|
| dll not loading in Web Service | 07 May 2008 18:11 GMT | - |
We have developed a Web service and we need to add a reference to a .net dll MyDll.dll which uses Win32 dlls. If we write a window forms application and reference MyDll.dll and copy the Win32 dlls to the bin/debug folder, the form works fine. However, when we add the ...
|
| Round-tripping a DataTable through a web service? | 07 May 2008 16:42 GMT | - |
Folks, I need to send a non-strongly typed DataTable as a parameter through my web service to update the database with the user's changes, and need to return it to the user's client app with any changes the database/MT made. Most
|
| wcf only serializing strings | 07 May 2008 16:10 GMT | - |
I am currently using WCF, I am passing an object in to a method. When I look in the debugger only the strings are being passed over the wire. I am using the datacontract and datamember attributes. Ricky
|
| Consuming External WSD (WebReference), Missing a few types | 07 May 2008 15:20 GMT | - |
I have a new VB.NET project, and I am trying to add a web reference to the following WSDL: http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl The web reference is installed in the project, but I notice that
|
| WebService App q.2 | 05 May 2008 23:12 GMT | - |
this is the error I get on the server: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Unable to generate a temporary class (result=1).
|
| Transfered ASPX application now cofiguration error | 05 May 2008 20:48 GMT | - |
I transfered my application to new server. Now when I try to connect the application returns an error from the web.config page. When I transfered folders I copied them to a network location and then to the new server. How do I reconfigure the vitual folders? Is there a ...
|