• 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 optimize namespace definitions in SOAP?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now this is going to be a little vague, insofar as I have a barely adequate grasp of the subject. I'm hoping that the good people in here will understand my question anyway:

I am revising a webservice that wastes a lot of bandwidth on redundant namespace definitions. To wit, the answer to the webmethod hentAlleUNILoginAnsatte is this (abbreviated):



My question is: How can I reduce the redundancy of xmlns:java="java.com.mycomp.myservice.webservice.returTyper" (in order to save 60% bandwidth, and make the result at bit more human readable)? My own guess is that the java namespace should be moved outside the repeating tags, approximately like this:



But I really don't now how to do that (Oh, I have tried... ).

The technical details:

* Bea weblogic server
* Relevant: JWS Annotation Tags:



I've probably not given enough information here, but please give me a hint as to what is missing, and where to start finding it.

Regards, Ole.
 
reply
    Bookmark Topic Watch Topic
  • New Topic