>>> A runtime error occurred at line number:  0  When executing the
>>> method:  *
>>> ON WEB CONNECTION  Invalid parameters in an Execute command
>>> 
>>> 1. occures in compiled mode,
>>> 2. occures only when I call web service.
>> 
>> Active4D is not expecting to handle web services. You need to set a
>> flag in On Web Authentication based on the the result of Is SOAP
>> Request, then skip all of the code in On Web Connection if that flag is
>> set.
> 
> I translated yours words into adding IF condition around your original On
> Web Connection code:
> 
> If (Is SOAP request=False)
> ... Your code
> End if
> 
> 1. did I mistake, or
> 2. any other suggestion?
> 
> Thanks in advance,
> miro

Oops,
An important statement is missing in my last mail:
The code results into the same error.

I am sorry
miro

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to