• 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

server-config.wsdd

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

To ask my question in simple way, can i define sendMultiRefs and sendXsiTypes values inside the "Service" tag instead of globalConfiguration tag

To put it in detail

I am using JRun4 with apache axis. In my server-config.wsdd file the parameters sendMultiRefs and sendXsiTypes values are set to "true" in the globalConfiguration tag.

And i have configured a couple of web services using "Service" tag in server-config.wsdd file. Is it possible for me to define the parameters sendMultiRefs and sendXsiTypes values to "false" inside the "Service" tag for a particular web service and as "true" in the Global Configuration.

Else, if you can give me the link for the server-config.wsdd template, that will also help me.

Any help is greatly appreciated
 
reply
    Bookmark Topic Watch Topic
  • New Topic