Hi all,

According to your suggestions I made some investigations and realized that:

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.

Here is the code calling web service:

C_TEXT(vtSeqNumber_User)
SET WEB SERVICE PARAMETER("SeqNumber_User";vtSeqNumber_Zakaznik)
AUTHENTICATE WEB SERVICE("MacMiro - Miro Novak";"xxxx")

P_CallWebService ("WebService_x1")

Where P_CallWebService  is:

C_TEXT($1)

CALL WEB 
SERVICE("http://192.168.1.10:8081/4DSOAP/";"A_WebService_KUPA_sk#"+$1;$1;"ht
tp://www.KUPA.sk/KUPA_Entry/default")
$vtText_0:=Get Web Service error info(0)
$vtText_1:=Get Web Service error info(1)
$vtText_2:=Get Web Service error info(2)
$vtText_3:=Get Web Service error info(3)

In interpreted mode all seems and works OK,
in compiled mode the line CALL WEB SERVICE ...  results in mentioned error.

I tried to debug this error, but I don?t find nothing extra.

Is it:
1. problem of Active4D and WEB SERVICE, or
2. I have something wrong in my WEB SERVICE code and On Web Connection error
is misleading?

Thanks in advance,
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