This all seems so easy....
Lesson number one: When you use the Generate Client from WSDL tool, for it to work the service must be RUNNING. It took a little pounding to get that through my thick skull.
Having figured that out, the tool created the client. However, when I try to compile it, I get a syntax error on the -proxy program, "'.' in source listing or program ID in native code." I did not change the generated code. Is there something I need to do to resolve this, or is this a bug in the generator?
Also, the tool looks like it creates a console app, as the code has lots of "display" and "accept" statements. I'm looking for something that is callable. Do I need to set something different in the program properties or when I run the generator so I can build the Client as a GNT? Or is this just a shortcut way to communicate with the service? Or is the generated code a template that I need to adapt to my application's needs?
Sorry to be so dense, but I've been all through the Micro Focus web site and the Web, and I've found very little documented on how to call a web service through unmanaged code,m and what I have found has been very general. If this were new development, I would certainly have set things up differently, but this is a legacy system and I'm kind of stuck with what I have.
Any help or examples would be great!
Thanks!