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
