[Arp] XMLService -> createFault?
henrik weber (freemind-design)
hw at freemind-design.de
Thu Jul 6 10:25:49 PDT 2006
hi christophe!
thanks for your quick response! i'm a little bit confused (sorry if it
sounds
silly), but your extensions refer to a namespace called 'org.osflash.arp'
where do i get this version of the arp-framework? my version has this
namespace 'com.ariaware.arp'...
and while i'm on it ;) are the arpx-classes of grant davies as well
integrated
in this package??? cause i also want to use those for my project...
i would love to change the references in my application at once. the 'org-
osflash.arp' namespace is definetly nice :)
cheers!
henrik
Christophe Herreman wrote:
> Hi henrik,
>
> you probably have a very old version.
> This should be the last upload:
> http://www.herrodius.com/upload/arp_extensions.zip
>
> regards,
> Christophe
>
> henrik weber (freemind-design) schreef:
>> hi list,
>>
>> i'm tryin to use the XMLService-Class by Christophe Herreman and ran
>> into a strange error-message, when compiling it in AMES...
>>
>> here is the error-message
>> <error>
>> [mtasc]
>> D:\devTools\ARP-Framework/com/ariaware/arp/xml/XMLService.as:149:
>> characters 18-29 : type error Unknown variable createFault
>> </error>
>>
>> here is the corresponding code-snippet in XMLService.as
>>
>> <code>
>> _xml.onLoad = function(success:Boolean):Void{
>> if(success){
>> if(this.status == 0){
>>
>> pc.onResult(_this._serviceClass[methodName].apply(_this._serviceClass,
>> args));
>> }else{
>> pc.onStatus(createFault(this.status, methodName));
>> }
>> }else{
>> pc.onStatus(new Fault(this.status, "Unable to load/parse
>> XML.", "Error when calling '" + methodName + "' method.", "XMLService
>> error."));
>> }
>> }
>> </code>
>>
>> everything is running fine if i remove the following line:
>> <code>
>> pc.onStatus(createFault(this.status, methodName));
>> </code>
>>
>> i wonder if i somehow have fetched an outdated version of the
>> package or if i'm doing something else wrong... any hints?
>>
>> btw: i'm compiling for flash7 and that i already have the classes
>> from the flash remoting 2004mx-package installed...
>>
>> thx in advance!
>>
>> henrik
>> --
>> __freemind design__
>> Henrik Weber [MediaDesign&FlashDevelopment]
>>
>> --
>> Henrik Weber
>> Certified Flash Developer
>> __freemind-design__
>> http://www.freemind-design.de
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Arp mailing list
>> Arp at ariaware.com
>> http://ariaware.com/mailman/listinfo/arp_ariaware.com
>>
>
>
More information about the Arp
mailing list