• 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

Document style service with Axis 1.3

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have several services running in RPC style under Axis 1.3.

Now, I am trying to get a Document style web service running in Axis 1.3.
and it IS NOT WORKING.

I have read all the theory and what little Axis doucmentation there is on this subject but NONE of it relates to practice!!

The exception I get is meaningless too .. a NullPointer while trying to create an Axis fault at entry point to the method ...
Clearly the problem I have is related in some way to the way in which the service is configured ...

Some specific questons then:
1. Is it possible to define RPC style AND MSG style services in one .wsdd file
2. I have tried java:RPC and java:MSG as provider attribute values in the service element. Both should work according to documentation!!! Have also tried various combinations values for "style" and "use" attributes
None of it works ... Are there any special "tips" or "tweaks" which I ought to know ?

Either way, I would appreciated it if someone could please point me to a SIMPLE AND PRACTICAL howto on setting up a document style (literal use) web service on Axis 1.x ?
 
Time is mother nature's way of keeping everything from happening at once. And this is a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic