• 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

problem with clientgen for weblogic

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

I am facing a problem.
Basically I want to invoke a web service that authorizes some information.
This web service is ready and the wsdl file is saved on my comp.
I am using BEA Weblogic.

I ran the following command

java weblogic.webservice.clientgen -wsdl "http://goyle/ACHWebservice/CCACHWebservice.asmx?WSDL" -clientJar "C:\Documents and Settings\abhattad\My Documents\clientjar.jar" -packageName "myapp.myservice.client"

and got the following error

can't open C:\j2sdk1.4.2_09\jre\lib\tzmappings.
Generating client jar for C:\Documents and Settings\abhattad\My Documents\CCA.ws
dl ...
Generating Java classes and serializers from WSDL (C:\Documents and Settings\abh
attad\My Documents\CCA.wsdl)...
Exec failed .. exiting

I feel helpless....
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic