Part 7 Real time example of calling live weather forecast web service

  Рет қаралды 110,016

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 84
@pichap0n
@pichap0n 10 жыл бұрын
I don't understand how can anybody give you a negative vote. Please, keep going on with your tutorials, you are constructing the biggest ASP.NET multimedia library on the net.
@oasisoflife8454
@oasisoflife8454 5 жыл бұрын
There are lot many un-educated morons in the world. Negetivity is their necessity. Ignore they and they will pass silently to hell without knowing
@alanball1353
@alanball1353 8 жыл бұрын
Great videos, thank you. clear and concise, well spoken with really clear audio. Unhurried and relaxed, allowed my to listen and follow with ease. Technical level was exactly what I was looking for (wish I'd found you much sooner!). a couple of things which I was trying to work out for myself are oh so simple once you showed me how :).Thanks again for taking the time to put these together, I recon you have saved me hours and hours of my time.
@ymtan
@ymtan 11 жыл бұрын
Fantastic video on showing a real-life example of invoking a web service. Many thanks sir
@ogunsanyatosin2380
@ogunsanyatosin2380 8 жыл бұрын
Hello Kudevenkat, I love all your uploads so much. If i should come out straight to you, it is helping me seriously in the development field. Tutorials on ASP.NET has been awesome and now this WebService. You are the BEST!!!
@devangbhavsar3239
@devangbhavsar3239 5 жыл бұрын
I watch you every video asp.net mvc , web service , sql connection, all video are awesome , Thanks a lot
@BadrinathMedi
@BadrinathMedi 11 жыл бұрын
Few more Qs with rough answers, not sure how far those are right. Kindly cover these too if possible. Q> Types of Consuming a WebService Q> What is binding in WebService [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] Q> [System.ComponentModel.ToolboxItem(false)] Q> What kind of data can be returned web services web methods? Ans: It supports all the primitive data types and custom data types that can be encoded and serialized by xml. Q> How are web services implemented in .NET? Web services are implemented as HTTP Handlers that intercept requests to .asmx files. Q>What are the protocols supported by web services built with ASP.NET to exchange data? HTTP GET HTTP POST SOAP Q>What are the limitations of using GET & POST to communicate with a web service? It is less secured than SOAP. It prevents the user from passing structures and objects as arguments It prevents the user from passing ByRef arguments Thanks
@zubeenahuja88
@zubeenahuja88 10 жыл бұрын
Wonderful work kudvenkat...I have learned a lot from your videos. I request you to please explain authentications in web service ..like basic authentication... and how to pass username and password to a web service.
@dannyb8383
@dannyb8383 7 жыл бұрын
Thanks for uploading Venkat. You're a legend!
@SanjayKumar-fd9uh
@SanjayKumar-fd9uh 8 жыл бұрын
Thanks a lot for such a wonderful tutorials,It really made me to understand the meaning of webservice.
@ranugupta6191
@ranugupta6191 6 жыл бұрын
Thanks alot for such tutorial videos. This is really grt turorial for learning basic concepts of web services for beginners... God bless you....
@easifier
@easifier Жыл бұрын
this series was really helpful, thank you for the effort and clear explanation 👍🏻
@AhmedHeb
@AhmedHeb 10 жыл бұрын
Thank you so much for every single moment you give it to your work for helping others.... hoping allah gives you more and more.
@yuriymayyagruzglin1812
@yuriymayyagruzglin1812 4 жыл бұрын
Excellent video presentations, Venkat. Many thanks!
@khaldounkayal8788
@khaldounkayal8788 2 жыл бұрын
thank you for good job.
@dauculajava
@dauculajava 8 жыл бұрын
Like this a lot. Feel like learning directly on a class.
@ShivaMosam
@ShivaMosam 7 жыл бұрын
Well Explained with proper screenshots and examples .....
@iqbaljournals
@iqbaljournals 10 жыл бұрын
thanks alot..can you please create complete series for entity framework
@BadrinathMedi
@BadrinathMedi 11 жыл бұрын
Hi Venkat As per your webservice tutorials, if client application has a webservice reference url (WSDL document adress), the calling application can consume the Webservice. Now my doubt is, does webservice doesnt demand any credentials, to have access over it. (a kind of authentication and authorization) i was asked this kind of question in WCF Thank you.
@SuperVenkat77
@SuperVenkat77 10 жыл бұрын
Hello Sir...I am Venkat ..i like your video tutorial for all technologies...i learned so many things from your tutorial. I want to know that..How to use Bootstrap,knockoutJS, in MVC ..pls upload video tutorial for this...and i am vry thankful to you.
@miroslavstojakovic860
@miroslavstojakovic860 10 жыл бұрын
Thank you for this videos but please keep going with this and please explain how to use user name, password and if it is possible certifications in config file of web service clients. Thank you in advance.
@dalalhassan9285
@dalalhassan9285 8 жыл бұрын
a very useful tutorials keep it up
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 8 жыл бұрын
+dalal hassan Thanks a lot for taking time to give us your feedback. Dot Net & SQL training videos to help you become a successful web developer kzbin.infoplaylists?view=1&sort=dd DVDs for offline viewing www.pragimtech.com/Order.aspx Code Samples, Slides & Text Version of the videos are on my blog csharp-video-tutorials.blogspot.com Tips to best use our youtube channel kzbin.info/www/bejne/r2ibYYCtnb5qZtU To get alerts, when new videos are uploaded, please subscribe to our channel kzbin.info If you think you like these videos, please click on the THUMBS UP button below the video Thanks for sharing the link with your friends who you think would also benefit from them Sharing is fun Thanks Venkat
@abdulnalamama1729
@abdulnalamama1729 9 жыл бұрын
Thanks, i have changed the SOAP Action value of my web service to "nameEnq". the changed has shown in the development machine but when i took it to production it still showing something like : "myNamespace/methodName" i.e URI. please any idea on to fix this?
@emofreak881
@emofreak881 10 жыл бұрын
i got this Problem, what does this mean, help please... Server Error in '/' Application. The remote server returned an error: (417) Expectation Failed. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.WebException: The remote server returned an error: (417) Expectation Failed. Source Error: Line 657: Line 658: public WeatherApplication.WeatherService.WeatherReturn GetCityWeatherByZIP(string ZIP) { Line 659: return base.Channel.GetCityWeatherByZIP(ZIP); Line 660: } Line 661: }
@manishmoon8
@manishmoon8 11 жыл бұрын
Thanks a lot Sir..
@weijayhuang
@weijayhuang 9 жыл бұрын
awesome. Thanks for teaching.
@arvind3564
@arvind3564 8 жыл бұрын
Thanks a lot to explain in a very simple way.
@1RIYAS
@1RIYAS 9 жыл бұрын
Sir.. Thank you very much for this great opportunity.I am very first stage in Asp.net study..I done all your works in my pc.The Page is loading but when i click the button its not bringing anything.
@lessknownindeed
@lessknownindeed 9 жыл бұрын
All the videos are awsome...
@lessknownindeed
@lessknownindeed 9 жыл бұрын
OK Sir. I will do my best.
@dshpandeyogita
@dshpandeyogita 10 жыл бұрын
Thank you for great video. Will you please upload video on Service Oriented Architecture (SOA)?
@talkdeepak
@talkdeepak 11 жыл бұрын
Thanks Venkat ..very nice.
@varukolusampathsai8164
@varukolusampathsai8164 9 жыл бұрын
sir , How to access webservice ajax using javascript from one project to another project ? You Explained in part-6 within one project but i take webservice in one project nd design webform take in anothor page in this not working ? pls clarify my doubts
@shaikhateeque1811
@shaikhateeque1811 6 жыл бұрын
You have add the access control setting in you web services web.confg file
@ravigoriya
@ravigoriya 10 жыл бұрын
Hello sir, Thank you for sharing live example. My question is how to call this web service through javascript using ajax? Or How can invoke this web service in javascript?
@tarangekta
@tarangekta 9 жыл бұрын
***** were you able to figure out how to use this with ajax?
@Algo4Life_IN
@Algo4Life_IN 7 жыл бұрын
It will be an ace if you can create a WPF tutorial as well
@Ayubajbnabi
@Ayubajbnabi 10 жыл бұрын
Excellent. Thanks allot
@semirauthsala
@semirauthsala 9 жыл бұрын
superb !!!!
@dand5102
@dand5102 6 жыл бұрын
Thank you for entire series. I have problem to access the address from Europe. It should be something available for us too?
@padmapadma5999
@padmapadma5999 5 жыл бұрын
Hello sir, last month I attended interview. But they told me to learn web forms web services and and SQL server reporting service(SSRs) in c#.net. So I joined one company, but here they are teaching me vb.net. so I am referring KZbin videos. So is it really helpful. To get knowledge about web services The 7 videos you have uploaded on web services is enough or not.
@buichitai6072
@buichitai6072 10 жыл бұрын
Very useful. thank you very much !
@MelTongTong
@MelTongTong 9 жыл бұрын
Thanks for sharing. it's super clear
@zaheer21
@zaheer21 8 жыл бұрын
Hi Venkat, Thank you so much. I am living in Australia but this link works only for US. Can you please help me how i get the XML for Australia?
@stevengarcia7277
@stevengarcia7277 10 жыл бұрын
i have a problem, after add the web service reference i got this message "Warning 1 Custom tool warning: Cannot import wsdl:binding Detail: The required WSDL extension element 'binding' from namespace 'schemas.xmlsoap.org/wsdl/http/' was not handled. XPath to Error Source: //wsdl:definitions[@targetNamespace='ws.cdyne.com/WeatherWS/']/wsdl:binding[@name='WeatherHttpGet'] c:\users\implementaciones\documents\visual studio 2013\Projects\WebServiceDemo4\WebServiceDemo4\Service References\WeatherService\Reference.svcmap 1 1 WebServiceDemo4 "
@naqashahmed6237
@naqashahmed6237 8 жыл бұрын
Such a great tutorial
@shashikiran5388
@shashikiran5388 10 жыл бұрын
I just want to know...of course, I didn't reviewed all these web services related videos, Is all these 7 videos is the complete series of videos.. OR you are going to add any other videos to these.
@lukekubuluvevou5168
@lukekubuluvevou5168 6 жыл бұрын
thanks too good keep them coming
@vishnumvs5577
@vishnumvs5577 10 жыл бұрын
thanks you sir...........nice video
@tarangekta
@tarangekta 9 жыл бұрын
Mr. Venkat: could you pls show how to use this using ajax call like the one in part 6. I I am not able to ascertain what domain+class to give when I call GetCityWeatherByZIP in the javascript function.
@alizamehdi9712
@alizamehdi9712 7 жыл бұрын
Hi Sir.. Great job.. All of your seven videos are awesome I tried to implement7th video using the remotely hosted web forecast service by adding it as a service reference ,I got the 500 internal server error .. Please can you help me out why this is happening?? Thank in advance
@jvr9033
@jvr9033 9 жыл бұрын
Thanks so much you are fantastic!!
@patelchirag2216
@patelchirag2216 11 жыл бұрын
Hello Venkat Kindly Upload a video On in which Insert,Update and Delete Operation happen on Same View In Single Form... Thank You n Have a Great Day......Good Luck
@shanpalaniram
@shanpalaniram 9 жыл бұрын
Excellent!
@rubiamiskeen2092
@rubiamiskeen2092 3 жыл бұрын
love it, thanks
@vishnubathula8091
@vishnubathula8091 7 жыл бұрын
Hi, Im Vishnu. While running WebService url, i got error as below Runtime Error: Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Please suggest me to solve error...
@varukolusampathsai8164
@varukolusampathsai8164 9 жыл бұрын
Sir,How to Retrive the images From Webservice to WebForm ? Could u plz give me example anyOne.lets clarify my doubts
@enriquebello9579
@enriquebello9579 8 жыл бұрын
Hello. What is the URL of your Blog to get the URL of this example (weather forecast web service) ?. Thank you.
@1priyadarshi
@1priyadarshi 6 жыл бұрын
Hi , Can you tell me how to implement resiliency while calling SOAP response?
@harikaaakutota7776
@harikaaakutota7776 11 жыл бұрын
hi venkat ji, thank u.how to get india's weather report.along the same lines other countries' weather report also...
@chazaro0cuatroveinte
@chazaro0cuatroveinte 10 жыл бұрын
Excellent, man you're killing those fucking video, share more shit doogg, thank you
@gregs5999
@gregs5999 9 жыл бұрын
This web api doesn't look to be updated any longer. I utilized it and it's pulling 2014 data. Went with Forecast.io
@shaikhateeque1811
@shaikhateeque1811 6 жыл бұрын
Thanks a lot..
@MAYANK3359
@MAYANK3359 10 жыл бұрын
hello sir, i like your all video tutorial for web services
@omardweikat9520
@omardweikat9520 6 жыл бұрын
ummmm.. I know I'm a bit late, but can u make a video about passing parameters to a web service? Thanks
@meetgurl
@meetgurl 6 жыл бұрын
Hi Sir, do you have this same procedure in vb.net? i really need some explanation how to use it to retrieve live data from client's server. Thank you sir.
@davidespada01
@davidespada01 11 жыл бұрын
thank you, nice really
@adobaby9
@adobaby9 10 жыл бұрын
Thanks
@saagarsoni3
@saagarsoni3 11 жыл бұрын
thnx a lot sir
@ipsitapani8641
@ipsitapani8641 11 жыл бұрын
Thank u sir.
@sam4us007
@sam4us007 9 жыл бұрын
Thanks man
@sijimathew9982
@sijimathew9982 8 жыл бұрын
sir , can you start a tutorial on ASP Web Api ? Thanks in advance.
@harpreetsandhu7697
@harpreetsandhu7697 3 жыл бұрын
could you please explain how to consume.net web services in java
@troybryantIII
@troybryantIII 9 жыл бұрын
can you show this with ajax?
@bhanuprakashreddyarepally2650
@bhanuprakashreddyarepally2650 6 жыл бұрын
The link Which is provided is not working
@אברהםאנסבכר
@אברהםאנסבכר 3 жыл бұрын
where can i find web services for free use?
@ChaiSuttaClips
@ChaiSuttaClips 9 жыл бұрын
how to do it with rest json???
@ramileliyev8798
@ramileliyev8798 7 жыл бұрын
web service not working
@caside21
@caside21 10 жыл бұрын
Thank you very much, nice videos
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 51 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 4,2 МЛН
SCHOOLBOY. Мама флексит 🫣👩🏻
00:41
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 7 МЛН
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 51 МЛН