Something to do with case I believe

 

 

 

From: [email protected]
[mailto:[email protected]] On Behalf Of Lunt, Bruce
Sent: 16 February 2011 00:13
To: [email protected]
Subject: [U2] SOAP in UniBasic

 

I wrote a program to make a SOAP call for address verification to an outside
vendor a couple of years ago. Now, I was going to add an enhancement and
when I tried to compile the program it failed with the following errors:


<line 195> ERR_CODE = SoapCreateRequest(URL,SoapAction,SoapReq)


-------------------------------------------^                        
Expecting:
array,string,number,function,variable,OR,AND,!,>,>=,<,<=,=,<>,MATCH,C
AT,:,+,-



main program: syntax error at or before

<line 228> ERR_CODE = SoapSubmitRequest(SoapReq, Timeout, respHeaders,
respData,

---------------------------------------------^                      
Expecting:
array,string,number,function,variable,OR,AND,!,>,>=,<,<=,=,<>,MATCH,C
AT,:,+,-     



I don't remember if I did anything special to get it to compile in the past
but I sure don't remember what I did then now. Can someone share with me
what I need to do for this to work? I tried to use lower-case basic with no
luck.

Thanks,
Bruce Lunt
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users 

  _____  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1204 / Virus Database: 1435/3446 - Release Date: 02/15/11

_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to