• 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

WSDL2Client Emitter error

 
Greenhorn
Posts: 6
  • 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 Web Service Client using WSAD 5.1, Java 1.3. I get the following error because of a https:\\ end point address where the web service exists.
I did ensure that <install_root>\bin\setupCmdLine.bat has an entry for urlprotocols.jar in WAS_CLASSPATH environment variable. But I still get the same error. I tried the command line batch script too. But same error shows up.

Any idea why this could happen?
 
Ramamurthy Sudhi
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
forgot to put the error message -

WSWS3099E: Error: Emitter failure. Invalid endpoint address in port RegistrationService in service RegistrationServiceServiceLocator: https://somesite.com/Registration/services/RegistrationService
 
reply
    Bookmark Topic Watch Topic
  • New Topic