Started 3 days, 19 hours ago (2008-11-29 03:41:44)
by tinuverma
Allen, Firstly, thanks for all the patience. I figured out why I was not seeing or able to add the .
svc file..I was in a regular WCF project. As soon as I a WCF Web project, all was good. I got to that part where I am able to create and host the service. To add this to a client project here is what I do: - Create new asp.net web site. - add reference to service created above: http://...
Started 3 days, 21 hours ago (2008-11-29 02:08:10)
by daniel50096230
Hi,the following is my codes: [WebMethod] public String Cancel_Booking(String BookingID) { SqlConnection conTravel; conTravel = new SqlConnection(@"Data Source=.\sqlexpress;AttachDbFilename=|DataDirector y|TravelDB.mdf;Integrated Security=True;User Instance=True"); conTravel.
Open(); string strSelect = "Select * From Travel_Booking Where Booking_ID=@...
Started 4 days, 11 hours ago (2008-11-28 11:27:35)
by mark-1961
what is the correct syntax to post an xml file to a
web service. ive tried XmlDocument x = new XmlDocument(); x.LoadXml(XMLFile); TxttoolsAddressbookServiceService myService = new TxttoolsAddressbookServiceService(); myService.Addressbook(x); but this gives error on build - cannot convert from 'System.Xml.XmlDocument' to 'TxtToolsService....
Started 4 days, 17 hours ago (2008-11-28 06:00:00)
by ManWithNoName
More problems. Now running a batch file from an IIS method. The batch file is placed in the some root as the rest of the code e.g the
Virtual Folder which lets say resides on a share on the same server in \\Server\D$\Website. How do I run this file. Do I call just the filename, which doesn't work or the <Path><\Filename> doesn't work. Keeps saying File Not Found. No logs in event viewer...
Started 4 days, 16 hours ago (2008-11-28 06:34:26)
by Gambit
i have the following code in my
webservice proxy class but i would like to be able to see the request that is generated in the me.invoke. is this possible? <System.Web.Services.Protocols.SoapDocumentMethodA ttribute( "http://xx.xx.1.19/genericinterfacews/genericinter face.asmx/HCNUpdate" , RequestNamespace:= "http://xx.xx.1.19/genericinterfacews/genericinter face.asmx" , ResponseNamespace:= "...
Started 5 days, 18 hours ago (2008-11-27 04:21:00)
by santosh090
I am facing a technical roadblock while trying to hit a
WCF service which returns massively nested collection. It is failing in client side. Have already tried the following approaches 1. Tracing the log . 2. Passing endpoint behaviors both in Client and Server Side. 3. Created a custom initialized ...
Started 5 days, 6 hours ago (2008-11-27 16:23:00)
by wil58
Hi....I've been given a wsdl file for a web service client that will send information and I would like to build a web service to receive it. I've generated the code for the interface and now need to integrate it into a web service server app. When I've generated the interfaces code, how would I integrate it into the web service server project in
Visual Studio 2005? thanks...
Started 1 week ago (2008-11-25 05:05:48)
by babin123cs
How i can use wcf service in
web application?where i have to use it?plz anyone explain me and send me some sample code sothat i can understand wcf service.
Started 5 days, 19 hours ago (2008-11-27 03:48:00)
by freakshow
Hi, I'm totally going crazy over this issue. I'm trying to learn WCF, so I have a service written with a ListProducts() method. It works fine and everything. But now I update ListProducts() so that it returns junk or nothing. I then updated the client reference to the service. However, when I run the client again, it runs the ListProducts() from the earlier version, so that instead of returning ...
Started 5 days, 10 hours ago (2008-11-27 12:29:00)
by belitre
I removed the Word garbage. I hope now someone can help me !!!