The following code snippet is giving me the following error:

 

                                    org.apache.axis.client.Service service = org.apache.axis.client.ServiceFactory.newInstance().createService(null);

                                    org.apache.axis.client.Call call2 = service.createCall();

 

Error(96,87): incompatible types; found: javax.xml.rpc.Service, required: org.apache.axis.client.Service

Error(97,58): incompatible types; found: javax.xml.rpc.Call, required: org.apache.axis.client.Call

 

 

What am I missing?

 

Thanks

 

Chris

 

Reply via email to