WCF / ASMX :: Tutorial For Using Amazon Web Services For Searching Book
Feb 3, 2011a tutorial for using amazon web services for searching book, i want to develop it in Visual Studio 2010, and framework 4.0
View 4 Repliesa tutorial for using amazon web services for searching book, i want to develop it in Visual Studio 2010, and framework 4.0
View 4 RepliesHow can amazon API be used to search a book using an ISBN number with asp.net?
View 2 RepliesUp to now I've only really worked with ASP.NET (both WebForms and MVC) but have never tried my hand at building an application for Windows. I've been working at moving one of my Web Forms pages to an executable but things just don't flow as easily. I've got it to work but I'm not sure if "best practices" (or at least the practices I'm used to) translate between the two technologies. For example, I'm filling a DataGridView in the app using Linq to Sql which is taking the column header names from the "select new {}" but that doesn't give me control over additional fields I may want to add and if I do they are both tacked into the DataGridView. I'm not familiar with binding without <itemtemplates> and such. Can anyone suggest a tutorial or book to get me started?
View 6 Replies am involved in a project with UI comprising mainly of Action Script.
My role as an ASP.NET programmer is to pull data from DB using Web Services and
supply it as XML to the Action Script.if I could learn more about XML Web Services in ASP.NET.
How to design crystal report such type that it is exct print into the bank checkbook?
View 1 Repliesi want to know, how to use the web services in asp.net project
View 2 RepliesI need a book or two to get a good understanding of web services, starting from very basics, and going upto WCF. I've been using c# for 2 years and have intermediate level of experience with the language.
View 1 RepliesUsing ASP.NET 3.5 /C# / VS 2008.
I have written some web services that I want to make available to others by subscription. The subscribers need to use the service from a specific domain / IP address and also authenticate with a user Id and password.
What exactly should I distribute to the subscriber so they can use the services, while exposing the least about my code?How can authenticate a consumer of services without always passing an Id / password for each service?
I learned from internet that webservices can be invoked only by HTTP whereas WCF can be invoked by HTTP,TCP,et., can i know the difference between them
View 4 RepliesThese days I see that every other job posting requires LINQ and WCF. I have spent lot of time on LINQ, was fun to learn.
Now I want to move on to Web Services and WCF. After goggleing for some time, I am not sure either go for web services or WCF.
I've created Web Services in .Net 3.5 & Consumed those Web Services in a Client Web Application. Now i want to Host the WebService in IIS 5.1. I'm very new to .net, I'm using VS 2010, Wndows XP Service Pack 3, IIS 5.1;
View 15 RepliesI have a wcf dataservice that talks to a silverlight client and a wcf service library that talks to a chat client.How can i get the two services to talk to each other?
View 3 RepliesFrom my following code snippet:
ExchangeServiceBinding binding = new ExchangeServiceBinding();
binding.Credentials = new NetworkCredential(username, password);
binding.Url = "http://servername/ews/exchange.asmx";
The above web services throws Unauthorized Access Error (Error : 401) for newly created users.I would like to know how to impersonate this user for accessing this exchange web services.
What is End Point URL in Web Services?
View 1 RepliesMicrosoft Dynamics GP is installed on my system..can I access GP web services?...If I can,how it is possible
View 1 Replieswhy does web services do not support datareader? plz explain it ,it's urgent .
View 3 RepliesHow to communicate with applications which build in lets say SAP,Java,Ruby or any other technology through web services
View 3 RepliesI'm having my first experience with Web Services with .Net. I received from a client an integration manual to consume a web service they have.
In this manual I have the following information:
Request Interface: [URL]
Using SOAP request would return a XML Document with the response.
WSDL: [URL]
Request XML:
[Code]....
There's also XSD for the response XML.
Well, I'm having a little trouble trying to figure out how to consume this web service.
I found a topic here pointing to a MSDN article. There it says that I would have to add a Web Reference for this web service, but in my case this web service is external. Do I really have to add this reference to consume the web service? If yes how do I do that?
Next I have to create the XML Document that will be sent with the SOAP request. But here's a question. Searching on the internet I found mainly two types of request XML. I don't know wich one I should use.
The first one would be:
[Code]....
The second one is a XML file with soap:Body, soap:Header, soap:Envelope, etc.
Wich one should I create with my application in order to consume the web service? If it's the second one, how would look the XML for the data of the first XML?
And finally, how do I send the Soap request? As I said above, I found a MSDN article but it assumes I'm adding a web reference to the web service on my project and I belive that in my case I won't add this reference. So, how do I consume this web service?
I'm kind of lost here and really really soon I will have to estimate how long will take to develop the web service consume code.
I have a simeple web service set up to call from JAVASCRIPT. That works. Can someone tell me how to access profiles from a web seervice. I get arofileCommon could nt be found......I have included the following in the service but it doesn't seem to solve the problem:
View 1 RepliesCan we access a DB through Web Service?If yes wd u explain the difference with usual DB accessing with web page?
View 2 RepliesHow to make web services secure in asp.net both the asmx and on WCF. Currently we have web services and now are in process of converting them to WCF in some modules in our application. Now as upgradation is in process we like to incorporate security on the web services as we intend to open some of them to all our clients via web (they contain both asmx and WCF as well).
View 1 RepliesI have a webservice, that when called, calls many other web services based on the information that was sent. I have always left the timeout as the default, or a better way to describe it, I have never changed anything.
How (and where) do I change the timeouts for each service individually. Since I have quite a few now, I want the original transaction to never take more than 30 seconds. That said. I want to go in and change the timeouts for the services I have to ping in that 30 seconds to be 5 to 10 seconds based on which one.
I am a .NET programmer trying to catch up on Java web services for an upcoming project in office. Can someone describe briefly what are the differences between .NET web services and Java web services?
View 4 Repliesi had been developing web applications in .net 2.0 version ,now i need to learn concepts in web services and wcf as they are the major improvements over previous versions... if anyone can provide RELIABLE online resources link for learning about web services and wcf..i had seen the msdn link but am not knowing where to start..??...will there be any virtual labs to practise in .net 3.5.
View 3 RepliesWhat is the use of XSD when providing web services to the client.?
How visual studio provieds XSD ?
What will be the situtation where we need to develop XSD mannually instead of use of Visualstudio.
Suppose I have created web services for Add method.
How the XSD will be.?