Hi,
I developed a web Service using XFire libraries and MyEclipse 5.0.
Now, I am trying to consume this web service. Both client and web service are located in separate projects.
When I am coding the client, and attemp to do this:
Service srvcModel = new ObjectServiceFactory().create(I_Web_Service_Orders.class);
I found that “I_Web_Service_Orders” can not be resolved to a type.
So…, do I have to include that interface definition in my Client project…?
Is that really necessary? Is there any other way to do that
Thanks a lot in advance.
Est 10