facebook

Web Service Client

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259257 Reply

    jediez
    Member

    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

    #259270 Reply

    Riyad Kalla
    Member

    If you want to use the class, yes you definately need to add it on the build path of the client project. No way around that really if that is the code you need to work.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Web Service Client

You must be logged in to post in the forum log in