login button

Project: WSO2 Mashup Server

#raw as outputType

Forums :

First of all, I am observing this issue (or what I believe to be an issue) in Mashup Server 1.5.1. 

According to the documentation here on data bindings (under the heading Wrapped vs Unwrapped Behavior), you should be able to use <functionname>.outputType = "#raw"; to keep the Mashup Server from wrapping the response of a method with XML.  I have thrown together an example as follows:

NEWBIE QUESTION: About Dashboard feature

Forums :

Hi there,

I have a question about Dashboard feature.

Is it possible to display images on my own Dashboard as the Try-it Gadget?
I tested to add sample mashup services included WSO2 Mashup Server v1.5 to my own dashboard.
For example, about digit2image Mashup, this gadget is able to get the URL information stored image, but not able to display the image.
Is it possible to display the image on my own Dashboard?

Thanks in advance.

Mihoko.

Unable to start mashup server

Forums :

This is for the first time i am using mashup server. I downloaded the zip file and extracted it into D: drive. Now when trying to start the server using wso2-mashup-server-1.5.1_HOME\bin\startup.bat, a window opens for some seconds and then goes away. I have set JAVA_HOME in the environment variable.
Can someone help me out on this.

Thanks

Upgrading Your WSO2 Mashup Server

Forums :

If you're running version 1.0 of the WSO2 Mashup Server, and haven't upgraded to 1.5 yet because you don't want to lose your users, mashups and metadata, you can upgrade now!

The Migration Guide contains links to a basic migration tool and the steps to be followed to migrate users, their mashups, comments, ratings and activity logs.

WSO2 Mashup Server 1.5.1 Released

Forums :

The WSO2 Mashup Server team is pleased to announce the release of the WSO2 Mashup Server 1.5.1,
which includes defect fixes and usability enhancements described in the release note given below.

The WSO2 Mashup Server is a powerful yet simple and quick way to tailor Web-based information to the personal needs of individuals and organizations.

It has been released under the Apache Software License 2.0.

This release can be downloaded from http://wso2.org/projects/mashup

WSO2 Mashup Server 1.5.1 - Release Note - 8th August 2008

WSO2 Mashup Server 1.5 Released

Forums :

The WSO2 Mashup Server team is pleased to announce the release of the Mashup Server 1.5.

The WSO2 Mashup Server is a powerful yet simple and quick way to tailor Web-based information to the personal needs of individuals and organizations. It has been released under the Apache Software License 2.0.

This release can be downloaded from http://wso2.org/projects/mashup

WSO2 Mashup Server 1.5 - Release Note - 21st July 2008

"Create, deploy, and consume Web services Mashups in the simplest fashion"

WSRequest Asynchronous

Forums :

Hi ,
I'm new to WSO2 Mashup Server.
and having troubles using WSRequest in a asynchronous way.

Below is the source:

//**********************************************************
function newsEventHandler()
{
if(wsrequest.readyState == 4)
{
// GetResponse
}
}
//**********************************************************

getNewsData.inputTypes = {"city" : "string"};

function getNewsData(city)
{
wsrequest.onreadystatechange = newsEventHandler;

wsrequest.open(options,rest_url,true);

var request = "";

Web Service To Create a New Service in WSO2 Mash Up Server from remote?

Forums :

Hello,
Is there a Web Service To Create a New Service in WSO2 Mash Up Server from remote?

Thanks,
Benny

Syndicate content