Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag libraries.

Tag Libraries

[tag libraries] [tags]

LibraryDescription
jelly:soap

Tags for invoking Web Services via Apache Axis

jelly:soap

Tags for invoking Web Services via Apache Axis

Tag NameDescription
invokeInvokes a web service
invokeRawInvokes a web service

Tags

[tag libraries] [tags]

soap:invoke

Invokes a web service

Attribute NameTypeDescription
endpointjava.lang.StringSets the end point to which the invocation will occur
escapeTextboolean
methodjava.lang.String
namespacejava.lang.StringSets the namespace of the operation
paramsjava.lang.ObjectSets the parameters for this SOAP call. This can be an array or collection ofSOAPBodyElements or types.
passwordjava.lang.StringSet the password for the SOAP call.
serviceorg.apache.axis.client.ServiceSets the service to be used by this invocation.If none is specified then a default is used.
trimboolean
usernamejava.lang.StringSet the username for the SOAP call.
varjava.lang.StringSets the name of the variable to output the results of the SOAP call to.

soap:invokeRaw

Invokes a web service

Attribute NameTypeDescription
endpointjava.lang.StringSets the end point to which the invocation will occur
escapeTextboolean
soapActionjava.lang.StringThe SOAPAction HTTP header.
trimboolean
varjava.lang.StringSets the name of the variable to output the results of the SOAP call to.