• 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

NullPointerException in weblogic.wsee.bind.internal.FormQualifiedHelper

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

I am trying to generate client stubs for a WSDL. I used weblogic clientgen task. The client stubs generate fine, but when trying to hit the WSDL, gets the below exception

at weblogic.wsee.bind.internal.FormQualifiedHelper.getPropertyForElement(FormQualifiedHelper.java:131)
at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.processExceptionMappings(Deploytime109MappingHelper.java:282)
at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.buildTylar(Deploytime109MappingHelper.java:173)
at weblogic.wsee.bind.runtime.internal.RuntimeBindingsBuilderImpl.createRuntimeBindings(RuntimeBindingsBuilderImpl.java:99)
at weblogic.wsee.ws.WsBuilder.createRuntimeBindingProvider(WsBuilder.java:379)
at weblogic.wsee.ws.WsBuilder.buildService(WsBuilder.java:236)
at weblogic.wsee.ws.WsFactory.createClientService(WsFactory.java:45)
at weblogic.wsee.jaxrpc.ServiceImpl.init(ServiceImpl.java:143)
at weblogic.wsee.jaxrpc.ServiceImpl.<init>(ServiceImpl.java:111)

Thanks in Advance,
Anila

 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like part of the stack trace is truncated. Can you post the full thing ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic