10-11-2011 10:30 AM
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$.ajax({
type: "POST",
url: "http://localhost:8080/activiti-rest/service/login",
dataType: "json",
contentType: "application/json; charset=utf-8",
data: {
"userId": "kermit",
"password": "kermit"
},
success: function(json) {
alert(json.success);
}
});
});
</script>
</head>
<body>
</body>
</html>
10-11-2011 10:43 AM
04-22-2012 03:47 AM
04-22-2012 05:10 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.