com.smartclient.debug.public.sc.client.schema.WebServiceOperation.ds.xml.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartgwt Show documentation
Show all versions of smartgwt Show documentation
SmartGWT - GWT API's for SmartClient
The newest version!
isc.DataSource.create({
ID:"WebServiceOperation",
addGlobalId:false,
fields:{
name:{
name:"name",
required:true,
title:"Operation Name"
},
soapAction:{
name:"soapAction",
title:"SOAPAction Header"
},
inputMessage:{
name:"inputMessage",
title:"Input Message"
},
outputMessage:{
name:"outputMessage",
title:"Output Message"
},
inputHeaders:{
multiple:true,
name:"inputHeaders",
type:"WSOperationHeader"
},
outputHeaders:{
multiple:true,
name:"outputHeaders",
type:"WSOperationHeader"
}
}
})