FoxPro Programming
class definition wwjsonserviceclient is not found
Gravatar is a globally recognized avatar based on your email address. class definition wwjsonserviceclient is not found
  Bob
  All
  Oct 8, 2024 @ 08:22am
Parameters p_billingId
Do wwhttp
Do wwJsonSerializer

loProxy = Createobject("wwJsonServiceClient")
varCustid=cc_custid
varPassword=cc_password
VarQuerypw = cc_querypw

When the program hits thisline loProxy = Createobject("wwJsonServiceClient") it creates 1733 error Class definition wwjsonserviceclient is not found.

wwjsonserviceclient.prg is in the compiled project. not sure where to look next.

Gravatar is a globally recognized avatar based on your email address. re: class definition wwjsonserviceclient is not found
  Rick Strahl
  Bob
  Oct 8, 2024 @ 10:39am

Somewhere before you use the code you have to do:

DO wwJsonServiceClient

to load the library dependencies.

+++ Rick ---

© 1996-2024