Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Incorrect action-ids in examples #7

Open
rfischer opened this issue Apr 14, 2013 · 1 comment
Open

Incorrect action-ids in examples #7

rfischer opened this issue Apr 14, 2013 · 1 comment
Assignees
Milestone

Comments

@rfischer
Copy link

According to the WAMP specification a CALL message contains a procURI which has to be a valid URI or CURIE (http://wamp.ws/spec#call_message). In your wamp.xml example and your tests you don't use an URI or CURIE. I would suggest to use an sample URI for the action-ids to conform to the spec and to prevent misunderstandings.

 <action id="http://example.com/api#CallAction1" class="com.example.TestCallAction"/>
@ghost ghost assigned ghetolay May 21, 2013
@ghetolay
Copy link
Owner

JWamp is not yet fully WAMP compliant. It does not use URI/CURIE name for calls and events and it does not support prefix messages aswell.

I'll change example action id's when JWamp will actually use URI and not String as id's.

@ghetolay ghetolay added this to the JSR356 milestone Feb 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants