• 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

Weblogic 9.1, XML Beans jar

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai all,

i want to deploy a web service in Weblogic Server 9.1. the IDE which im using is Weblogic Workshop 8.1. Iam using some .xsd s in my application.

These are stored in a separate Schema Project. so i can get the XML Bean Classes corresponding to that .xsd s.

So i can use these XML Bean classes in my program for getting values from the xml.

my web service contains a method which accept a "XML Bean Class", will make some updations and returning the same type of XML Bean Class.

iam using ant script for generating war file.
i have included the XML schema project .jar file in jwsc classpath.

the war file is generating without any problem but that schema jar file is not packing with the jar files. so iam getting an error in the corresponding wsdl file.

if any one has some solution please help me.

thanks in advance

-Sabu
 
Time flies like an arrow. Fruit flies like a banana. Steve flies like 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