I used webMethod to generate client code for the service WmSamples/sample.contentHandler.test:serviceToPostTo but it generated an exception on the line:
Context context = new Context();
the exception is:
A first chance exception of type ‘java.lang.ClassNotFoundException’ occurred in vjslib.dll
Hi Leon,
Thanks for the response.
Since I’m using C# I can’t import with the syntax ‘client.*’. I’m using the generated code that webMethods provided for C# and basically it can’t instantiate a HTTP context to make a post. So I’m wondering what other webMethod libraries I have to reference in my project to get past this exception?