• 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

how to pass the value of the parameter through the URI

 
Ranch Hand
Posts: 159
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi members
i am new to the web-services, & i am using Axis2.
i did go though some theory regarding the Axis2 & the book i followed is Quick Start Apache Axis2.
now i have tried to develop a service, a basic one of-course,
i have deployed the axis2.war into the tomcat server & created the service class and created the service.xml and archived them into .aar file, now i am facing no error but unable to pass the value to the parameter in the method i have created in the service class.
now when i enter the following uri in the browser



where my expected one is

where
HelloService is my service name
sayHello is operation name in the service class
name is the parameter to be passed to the sayHello service
trial is it's value
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic