Looking for idea

giovedì 15 ottobre 2009 - 16.51

wssam Profilo | Newbie

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

>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

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

>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
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 !
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5