source: sipes/modules_contrib/services/README.txt @ 3514c84

stableversion-3.0
Last change on this file since 3514c84 was 3959b2a, checked in by planificacion <planificacion@…>, 8 años ago

Se agregaron los modulos para permitir el despliegue de servicios web (SOAP)

  • Propiedad mode establecida a 100644
File size: 653 octetos
Línea 
1
2Goals
3==============
4- Create a unified Drupal API for web services to be exposed in a variety of
5  different server formats. 
6- Provide a service browser to be able to test methods.
7- Allow distribution of API keys for developer access.
8
9Documentation
10==============
11http://drupal.org/node/109782
12
13Installation
14============
15If you are using the rest server you will need to download the latest version of SYPC and Mimeparse:
16wget http://spyc.googlecode.com/svn/trunk/spyc.php -O  servers/rest_server/lib/spyc.php
17
18Once downloaded you need to add spyc.php to the rest_server/lib folder which exists under
19the location you have installed services in.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.