• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Not a non-static method, No object found - ERROR

 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm new to webservices... I just tried a simple web service... by the following two classes.

Interface
---------


Implementation
--------------

================
I'm trying out this using an IDE. When i try to create a web service (server side) no errror.. then when i try to generate server side files or WSDL... i get the error..."NOt a non-static method...NO oject Found must use object resolver".

I really have no idea about this... can any one help me...

thanks in advance...
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Vanchi Nathan:
When i try to create a web service (server side) no errror.. then when i try to generate server side files or WSDL... i get the error...


You'll have to be more specific... What are you able to generate and what are you not able to generate? How are you generating whatever you're trying to generate?
 
Vanchi Nathan
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Actually, i am using SUN One Studio for creating a web service.

After compiling the Interface and its implementation; then i try to create a new Web Service using the wizzard (for choosing the method) there is no problem; the web service icon on the explorer(file system) is created.

Now using the web service icon when i try to generate the Web service files the IDE generates the above error.

Pl. help me to over come this errors because i cannot proceed further.

thanks a lot
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have to make static methods if you are going to use the classes in that way.

/CF

[ August 25, 2004: Message edited by: Carlos Fieldgrowe ]
[ August 25, 2004: Message edited by: Carlos Fieldgrowe ]
 
Vanchi Nathan
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Carlos,

Pl. refer to my previous post were i am not using any static methods, then why should the system ask so?
 
reply
    Bookmark Topic Watch Topic
  • New Topic