• 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

When to create the skeletons ?

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey ranchers.
I am using Tomcat 5.0 and Axis 1.1
I built a webservice and create the WSDD file and every thing is OK.
I used the following command :
java org.apache.axis.wsdl.WSDL2Java -v bookservice.wsdl
I got a stubs files.
my first question is should I put the created files (the service locator and a stub) under axis web application ?
when trying the following command :
java org.apache.axis.wsdl.WSDL2Java -v -s -S true bookservice.wsdl
I got a new files like implementaion file and a skeleton file and a new WSDD file.
my second question is should I put the skeleton files under axis web application ?
should I run the new WSDD file ?
when to use this approach ?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic