• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Unused classes in web service auto generated code

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i have to use a web service with some classes and methods.
I automatically generate the web service code using netbeans, but there are some unused classes. I can do everything that i was told without using some classes.

in a main method i can do everything by right click->code insert->web service client code like this:


and use it:



these lines do everything needed to mod operation.
but there are two classes Mod and ModResponse
BUT what do the Mod and ModResponse classes do?
They are here:
Mod.java



ModResponse.java



What should i do with the unused classes; Mod.java and ModResponse.java?
I am wanted to develop a SOA oriented application, so should i use the unused classes to make my app more SOA oriented?
This is my question. Thanks
 
rubbery bacon. crispy tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic