----- Original Message ----- From: "Michael Fecina" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 2:09 AM Subject: Deploying an existing set of classes/XML files as a web service
PROBLEM: I deploy this thing as a web service. It deploys fine. I write a client. I change the *SoapBindingImpl file to create an instance of the web service, since the Axis tutorial says to do this. >The client runs fine...takes a bit so I assume ita ccesses the deployed .jar file and does its thing. However, I have >the client simply calling one of the methods which should return a Product object, and then it should print out some >stuff about this product object if the product object is not null. Unfortunately, the Product object I receive from the >service is null. oops > Does the GroceryWebService.java's main method get called when the client creates a new instance of it? no, why should it? > Or, just the constructor get called? yup
