package WebGUI::i18n::English::Asset_WSClient; our $I18N = { '35' => { message => q|Debug: No template specified, using default.|, lastUpdated => 1033575504 }, '32' => { message => q|Debug: Error: Could not connect to the SOAP server.|, lastUpdated => 1033575504 }, '11' => { message => q|Execute by default?|, lastUpdated => 1033575504 }, '21' => { message => q|There were no results for this query.|, lastUpdated => 1033575504 }, '71' => { message => q|
A Web Services Client allows a user to query data from any SOAP server to which they have access. This wobject is in development status and should not be made accessible to untrusted site administrators.
A few tricks...
redirectURL. The value of redirectURL can be any valid URI understood by a web browser.http://mydomain.com/cgi-bin/soaplistener.pl|,
lastUpdated => 1119981444,
},
'4 description' => {
message => q|The SOAP method is the name of the function to be invoked by the SOAP server. Include any extra parameters in the SOAP Call Parameters field below.|,
lastUpdated => 1119981444,
},
'5 description' => {
message => q|If your SOAP call requires any additional parameters, include them here as a valid Perl hash, array or scalar. For example: 'userid' => '12', companyid => '^FormParam("companyid"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.'.|,
lastUpdated => 1119981444,
},
'16 description' => {
message => q|If soapHttpHeaderOverride is set in the WebGUI configuration file, then this
property allows you to override the default MIME type for this page.|,
lastUpdated => 1119981444,
},
'11 description' => {
message => q|Leave this set to yes unless your page is calling itself with additional parameters. You will probably know if/when you need to turn off default execution. To force execution when it has been disabled by default, pass a form variable "targetWobjects" specifying the name of the SOAP call to force execution. If current cached results already exist for this wobject they will be returned regardless. If you don't want any results returned no matter what, see the Tricks section below.|,
lastUpdated => 1119981444,
},
'9 description' => {
message => q|If you want to display debugging and error messages on the page, check this box.|,
lastUpdated => 1119981444,
},
'15 description' => {
message => q|This option will only display if you have Data::Structure::Util installed. SOAP calls return UTF8 strings even if they may not have UTF8 characters within them. This converts UTF8 characters to that there aren't collisions with any character sets specified in the page header. Decoding is turned off by default, but try turning it on if you see goofy gibberish, especially with the display of copyright symbols and the like.|,
lastUpdated => 1119981444,
},
'28 description' => {
message => q|By default, SOAP calls are cached uniquely for each user session. By selecting "Global" call returns can be shared between users.|,
lastUpdated => 1119981444,
},
'27 description' => {
message => q|Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.|,
lastUpdated => 1119981444,
},
'26' => {
message => q|Could not connect to SOAP server.|,
lastUpdated => 1055349311
},
'2' => {
message => q|SOAP URI or WSDL|,
lastUpdated => 1033575504
},
'22' => {
message => q|Parse error on SOAP parameters.|,
lastUpdated => 1055348597
},
'assetName' => {
message => q|Web Services Client|,
lastUpdated => 1128834404
},
'72' => {
message => q|Web Services Client Template|,
lastUpdated => 1072812143
},
'30' => {
message => q|Debug: Error: The URI/WSDL specified is of an improper format.|,
lastUpdated => 1033575504
},
'13' => {
message => q|Pagination after|,
lastUpdated => 1072810296
},
'16' => {
message => q|HTTP Header Override|,
lastUpdated => 1033575504
},
'23' => {
message => q|The URI/WSDL specified is of an improper format.|,
lastUpdated => 1055348955
},
'29' => {
message => q|Session|,
lastUpdated => 1088120988
},
'25' => {
message => q|There was a problem with the SOAP call: |,
lastUpdated => 1055349116
},
'27' => {
message => q|Cache expires|,
lastUpdated => 1055349028
},
'28' => {
message => q|Cache|,
lastUpdated => 1088972047
},
'3' => {
message => q|SOAP Proxy|,
lastUpdated => 1033575504
},
'61' => {
message => q|Web Services Client, Add/Edit|,
lastUpdated => 1033575504
},
'9' => {
message => q|Debug?|,
lastUpdated => 1033575504
},
'12' => {
message => q|Msg if no results|,
lastUpdated => 1033575504
},
'14' => {
message => q|Pagination variable|,
lastUpdated => 1072810296
},
'15' => {
message => q|Decode UTF8 data?|,
lastUpdated => 1101795689,
},
'20' => {
message => q|Edit Web Services Client|,
lastUpdated => 1033575504
},
'8' => {
message => q|Preprocess macros on query?|,
lastUpdated => 1033575504
},
'4' => {
message => q|SOAP Method/Call|,
lastUpdated => 1033575504
},
'73' => {
message => q|This is the list of template variables available for Web Services Client templates.
disableWobject
If the page was called with a form param of disableWobjects, this variable will
be set to true.
results
This loop contains all the results from
the SOAP call. Within the loop, you may access specific data elements by the
names set for them by the SOAP server (i.e. perhaps "localTime" for a time query). In addition, there are a number of special template variables:
numResults|, lastUpdated => 1111122637 }, '24' => { message => q|SOAP return is type: |, lastUpdated => 1055349028 }, '19' => { message => q|Global|, lastUpdated => 1088972047 }, '31' => { message => q|Debug: Error: There was a problem with the SOAP call.|, lastUpdated => 1033575504 }, '5' => { message => q|SOAP Call Parameters|, lastUpdated => 1033575504 }, }; 1;
Number of rows found by the client, if an array was returned. firstPage
Link to first page in a paginated set. lastPage
Link to last page in a paginated set. nextPage
Link to next page in a paginated set. pageList
List of all pages in a paginated set. previousPage
Link to previous page in a paginated set. multiplePages
Boolean indicating multiple pages in a paginated set. numberOfPages
Number of pages in a paginated set. pageNumber
Current page number in a paginated set.