• 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

newbie: howto deploy a 'servioce' and how to be used by end users (clients)? code example

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

So...I have just manages to write my first dummy web-service - a calculator service.
For this I utilized axis2 and eclipse.

So...I wrote my client code and it looks like this:

CalculatorCallbackHandler
CalculatorServiceClient
CalculatorStub

the CalculatorServiceClient



My question is this:

1. I wish to deploy the service on a remote site - how exactly should I do that? I have the axis2.war but how do I place the service 'Calculator'?

2. Say I wish someone to use the service, how can I permit him to do so? I mean, I saw some code like this:


but not sure how to use it - can anyone advise?

THANK YOU!
reply
    Bookmark Topic Watch Topic
  • New Topic