[mashup-dev] [jira] Commented: (MASHUP-280) Describing REST access
to services
Keith Godwin Chapman (JIRA)
jira at wso2.org
Tue Oct 23 02:15:23 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-280?page=comments#action_13007 ]
Keith Godwin Chapman commented on MASHUP-280:
---------------------------------------------
Fixed, Now we have REST stuff in place with the new annotations included.
> Describing REST access to services
> ----------------------------------
>
> Key: MASHUP-280
> URL: http://www.wso2.org/jira/browse/MASHUP-280
> Project: WSO2 Mashup Server
> Issue Type: Improvement
> Reporter: Jonathan Marsh
> Assigned To: Keith Godwin Chapman
> Fix For: 0.3
>
>
> We currently support two ways to access a service RESTfully - one can POST:
> POST /services/digit2image/digit2image
> ...
> <p:digit2image xmlns:p="http://services.mashup.wso2.org/digit2image?xsd"><digit>3</digit><size>s</size></p:digit2image>
> or one can GET:
> GET /services/digit2image/digit2image?digit=3&size=s
> ...
> The former is described in the WSDL, the latter isn't. Should we add another HTTP binding that describes the latter, in cases where it applies (IRI style?)?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Mashup-dev
mailing list