Author: keith
Date: Mon Dec 10 07:44:02 2007
New Revision: 10860
Log:
Fixing the incorrect httpmethod
Modified:
trunk/mashup/java/modules/samples/RESTSample/RESTSample.js
Modified: trunk/mashup/java/modules/samples/RESTSample/RESTSample.js
==============================================================================
--- trunk/mashup/java/modules/samples/RESTSample/RESTSample.js (original)
+++ trunk/mashup/java/modules/samples/RESTSample/RESTSample.js Mon Dec 10
07:44:02 2007
@@ -55,7 +55,7 @@
return city;
}
-PUTWeather.httpMethod = "GET";
+PUTWeather.httpMethod = "PUT";
PUTWeather.httpLocation = "weather/{city}";
PUTWeather.inputTypes = {"city" : "string",
"weatherDetails" : "string"};
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev