Differenze tra le versioni di "Programmazione:Cpp/WebServices"
Da WikiSitech.
Vai alla navigazioneVai alla ricercam (Mazzotti ha spostato la pagina Programmazione:C++/WebServices a Programmazione:Cpp/WebServices)  | 
				|||
| (2 versioni intermedie di uno stesso utente non sono mostrate) | |||
| Riga 1: | Riga 1: | ||
| − | ==   | + | == FreeTDS ==  | 
| + | * [http://www.freetds.org FreeTDS: a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases]  | ||
| + | ** [http://linux-dvlpgui.netsitech.com/freeTDS/doc/freetds-0.82/userguide/index.htm La guida utente (rete interna Sitech)]  | ||
| + | ** [http://linux-dvlpgui.netsitech.com/freeTDS/doc/freetds-0.82/reference/index.html La guida di riferimento (rete interna Sitech)]  | ||
| + | * [http://ws.apache.org/axis Axis]  | ||
| + | == AXIS2/C ==  | ||
* [http://ws.apache.org/axis2/c/docs/om_tutorial.html Tutorial Axis2]  | * [http://ws.apache.org/axis2/c/docs/om_tutorial.html Tutorial Axis2]  | ||
* [http://www.linux.com/archive/feature/113947 Creating Web Services using Apache Axis-C]  | * [http://www.linux.com/archive/feature/113947 Creating Web Services using Apache Axis-C]  | ||
* [http://www.xvpj.net/2008/03/15/creating-a-service-and-a-client-in-axis2c Creating a client and a service using Axis2-C]  | * [http://www.xvpj.net/2008/03/15/creating-a-service-and-a-client-in-axis2c Creating a client and a service using Axis2-C]  | ||
| − | |||
| − | |||
| − | |||
| − | |||
=== Soap Engine ===  | === Soap Engine ===  | ||
| Riga 19: | Riga 20: | ||
* [http://srikanthnukala.net/devblog/category/web-services altre fonti...]  | * [http://srikanthnukala.net/devblog/category/web-services altre fonti...]  | ||
* [http://www.infoq.com/articles/os-ws-stacks-background InfoQ]  | * [http://www.infoq.com/articles/os-ws-stacks-background InfoQ]  | ||
| + | |||
| + | === Predisposizione ambiente di sviluppo server ===  | ||
| + | * [[Sitech:Progetti/AFO/Server/Setup|Guida]] passo passo per la messa a punto dell'ambiente di lavoro  | ||
Versione attuale delle 10:50, 6 feb 2020
Indice
FreeTDS
- FreeTDS: a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases
 - Axis
 
AXIS2/C
- Tutorial Axis2
 - Creating Web Services using Apache Axis-C
 - Creating a client and a service using Axis2-C
 
Soap Engine
Performance e caratteristiche a confronto
Predisposizione ambiente di sviluppo server
- Guida passo passo per la messa a punto dell'ambiente di lavoro