source: sipes/modules_contrib/soap_server/README.txt @ 3959b2a

stableversion-3.0
Last change on this file since 3959b2a 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: 1.2 KB
Línea 
1$Id: README.txt,v 1.2.2.1.2.1.2.3 2011/01/25 13:49:22 ilo Exp $
2
3SOAP Server
4===========
5
6Soap Server for Services 6.x-3.x
7
8WARNING:  This module is a prototype and is not secure.  DO NOT USE FOR PRODUCTION SITES
9
10GETTING STARTED
11===============
12
13Enable the module
14Add an endpoint at admin/build/services/add choosing SOAP as the Server
15Enable the node and user retrieve methods at admin/build/services/{endpoint_name}/resources
16View the generated WSDL at soap_server/debug_wsdl/{endpoint_name}
17Give anonymous user 'access soap server' permission  - NOT FOR PRODUCTION USE
18Use SOAPUI or ther test client to import the WSDL from http://example.com/{endpoint_path}?wsdl
19or
20Enable devel module
21View a node object and user object debug client at soap_server/debug_client/{endpoint_name}/{nid}
22The debug client will show:
23ARGS
24Endpoint object
25Node object
26
27Available client functions
28The XML of the request
29The XML of the response
30The node object retrieved from the node.retrieve service from the supplied nid
31The user object for user 1
32
33NOTES
34+++++
35
36If an endpoint is configured to use one or more Hose XML endpoints then Hose XML will take over
37WSDL generation for the endpoint which may have unexpected results for Services (or other) resources.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.