playframework - Support for HTTP "MERGE" verb in Play! Framework 2.1? -
i'm attempting implement odata service on play! framework.
when updating records, odata client "jaydata" uses 'merge' http verb/method submit changes, doesn't appear supported @ play framework.
is there anyway add support this?
merge
won't supported because not valid http method.
in order use arbitrary http method in request, use execute
method wsrequestholder
.
Comments
Post a Comment