home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / en_US$rpc_properties.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  4.9 KB  |  71 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en_US$rpc_properties extends ResourceBundle
  6.    {
  7.       public function en_US$rpc_properties()
  8.       {
  9.          super("en_US","rpc");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "noBaseSchemaAddress":"Cannot resolve relative schema import without a fully qualified base address.",
  16.             "unrecognizedPortTypeName":"The WSDL parser couldn\'t find a portType named \'{0}\' in namespace \'{1}\'",
  17.             "noListenerForHeader":"No event listener for header {0}",
  18.             "cannotConnectToDestination":"Couldn\'t establish a connection to \'{0}\'",
  19.             "unexpectedException":"Runtime exception {0}",
  20.             "noServiceElement.details":"No <wsdl:service> elements found in WSDL at {0}.",
  21.             "unableToLoadWSDL":"Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL ({0})",
  22.             "errorWhileLoadingFromParent":"Error while loading imported schema from parent location: {0}",
  23.             "unexpectedSchemaException":"Error while importing schema: {0}",
  24.             "unrecognizedBindingName":"The WSDL parser couldn\'t find a binding named \'{0}\' in namespace \'{1}\'",
  25.             "cannotResetService":"Cannot reset the service of an Operation",
  26.             "mustSpecifyWSDLLocation":"You must specify the WSDL location with useProxy set to false.",
  27.             "urlNotSpecified":"A URL must be specified with useProxy set to false.",
  28.             "unexpectedInputParameter":"Unexpected parameter \'{0}\' found in input arguments.",
  29.             "noBaseWSDLAddress":"Cannot resolve relative WSDL import without a fully qualified base address.",
  30.             "noListenerForEvent":"An event was received for which no listener was defined. Please add an event listener. {0}",
  31.             "unknownSchemaVersion":"Unknown schema version",
  32.             "missingInputParameter":"Array of input arguments did not contain a required parameter at position {0}",
  33.             "unrecognizedNamespace":"The WSDL parser had no registered document for the namespace \'{0}\'",
  34.             "multiplePortsFound":"A valid port was not specified. Unable to select a default port as there are multiple ports in the WSDL file.",
  35.             "wsdlDefinitionsNotFirst":"Definitions must be the first element in a WSDL document",
  36.             "xmlEncodeReturnNoXMLNode":"xmlEncode did not return XMLNode",
  37.             "xmlDecodeReturnNull":"xmlDecode returned null",
  38.             "tooFewInputParameters":"Too few parameters - expected at least {0} but found {1}",
  39.             "noPortsInWSDL":"There are no valid ports in the WSDL file for the {0} service.",
  40.             "invalidResultFormat":"Invalid resultFormat \'{0}\' valid formats are [{1}, {2}, {3}, {4}, {5}]",
  41.             "unrecognizedMessageName":"The WSDL parser couldn\'t find a message named \'{0}\' in namespace \'{1}\'",
  42.             "operationsNotAllowedInService":"Cannot assign operations into an RPC Service ({0})",
  43.             "badSchemaNode":"Bad schema node",
  44.             "noSuchServiceInWSDL":"The requested service \'{0}\' was not found in the WSDL file.",
  45.             "destinationOrWSDLNotSpecified":"A destination and/or WSDL must be specified.",
  46.             "noBaseWSDLAddress.details":"Please specify the location of the WSDL document for the WebService.",
  47.             "missingInputParameterWithName":"Required parameter \'{0}\' not found in input arguments.",
  48.             "badElement":"Element {0}:{1} not resolvable",
  49.             "overloadedOperation":"The WSDL contains an overloaded operation ({0}) - we do not currently support this usage.",
  50.             "defaultDecoderFailed":"Default decoder could not decode result",
  51.             "faultyWSDLFormat":"Faulty WSDL format",
  52.             "soapVersionMismatch":"Request implements version: {0}, Response implements version {1}",
  53.             "badType":"Type {0} not resolvable",
  54.             "noSuchService":"Couldn\'t find service \'{0}\'",
  55.             "cannotResetOperationName":"Cannot reset the name of an Operation",
  56.             "unknownSchemaElement":"Unknown element: {0}",
  57.             "pendingCallExists":"Attempt to invoke while another call is pending.  Either change concurrency options or avoid multiple calls.",
  58.             "noServiceAndPort":"Couldn\'t find a matching port (service = \'{0}\', port = \'{1}\')",
  59.             "noServices":"There are no valid services in the WSDL file.",
  60.             "unknownProtocol":"Unknown protocol \'{0}\'",
  61.             "unknownSchemaType":"Unknown schema type system",
  62.             "invalidSoapResultFormat":"Invalid resultFormat \'{0}\'. Valid formats are \'object\', \'xml\', and \'e4x\'",
  63.             "xmlEncodeReturnNull":"xmlEncode returned null",
  64.             "cannotFindType":"Cannot find type for: {0}",
  65.             "noServiceElement":"Could not load WSDL"
  66.          };
  67.       }
  68.    }
  69. }
  70.  
  71.