![JAR search and dependency download from the Maven repository](/logo.png)
com.smartclient.public.sc.schema.WebServiceOperation.ds.xml 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"
}
}
})
© 2015 - 2025 Weber Informatics LLC | Privacy Policy