Home Page
Articoli
Tips & Tricks
News
Forum
Archivio Forum
Blogs
Sondaggi
Rss
Video
Utenti
Chi Siamo
Contattaci
Username:
Password:
Login
Registrati ora!
Recupera Password
Home Page
Stanze Forum
Web Services, XML
Looking for idea
giovedì 15 ottobre 2009 - 16.51
Elenco Threads
Stanze Forum
Aggiungi ai Preferiti
Cerca nel forum
wssam
Profilo
| Newbie
2
messaggi | Data Invio:
gio 15 ott 2009 - 16:51
Hello!!! I new some basics about webservice world.
Now I would like to implement an application which uses ws-* technologies in general.
Could some of you give me an interesting idea? What can I do?
Thankyou
alx_81
Profilo
| Guru
8.814
messaggi | Data Invio:
gio 15 ott 2009 - 18:13
>Hello!!! I new some basics about webservice world.
Hi!
>Now I would like to implement an application which uses ws-* technologies in general.
>Could some of you give me an interesting idea? What can I do?
The best way to learn to use a technology is to read some books
don't you think?
books:
http://www.amazon.com/Professional-Web-Services-Building-Remoting/dp/1861004397
tutorials:
http://www.codeguru.com/Csharp/Csharp/cs_webservices/tutorials/article.php/c5477
misc:
http://www.c-sharpcorner.com/Articles/ArticleListing.aspx?SectionID=1&SubSectionID=133
>Thankyou
not at all!
--
Alessandro Alpi | SQL Server MVP
http://www.alessandroalpi.net
http://blogs.dotnethell.it/suxstellino
http://mvp.support.microsoft.com/profile/Alessandro.Alpi
http://italy.mvps.org
wssam
Profilo
| Newbie
2
messaggi | Data Invio:
gio 15 ott 2009 - 19:33
Thankyou for your answer.
Actually I already know how to build webservice.
Maybe it seems strange, but now I'm only looking for an idea of an application to implement which mainly uses webservices and Co.(wspolicy, ws-reliablemessaging, ws-addresing...)
Just an idea
alx_81
Profilo
| Guru
8.814
messaggi | Data Invio:
ven 16 ott 2009 - 00:35
>Actually I already know how to build webservice.
>Maybe it seems strange, but now I'm only looking for an idea
>of an application to implement which mainly uses webservices
>and Co.(wspolicy, ws-reliablemessaging, ws-addresing...)
>Just an idea
mmmmh.. i try, ok?
I can say to you a simple architecture that allow you to use a web service based solution.
SCENARIO
A db server that hosts a sql server in a non DMZ called SERVER_A.
A web server that hosts a website that cannot access to sql SERVER_A, called SERVER_WEB.
You cannot access to SERVER_A but you need some info from that server.
How could you do?
You can develop a web service in a server that can access to SERVER_A, called SERVER_B, that implements some calls to SERVER_A.
You have to create some public Web Method in order to provide the SERVER_A infoes.
Then, you can call web service from your SERVER_WEB, because it's public, and retrieve the informations.
Hope this helps!
--
Alessandro Alpi | SQL Server MVP
http://www.alessandroalpi.net
http://blogs.dotnethell.it/suxstellino
http://mvp.support.microsoft.com/profile/Alessandro.Alpi
http://italy.mvps.org
Torna su
Stanze Forum
Elenco Threads
Partecipa anche tu! Registrati!
Hai bisogno di aiuto ?
Perchè non ti registri subito?
Dopo esserti registrato potrai chiedere
aiuto sul nostro
Forum
oppure aiutare gli altri
Consulta le
Stanze
disponibili.
Registrati ora !