• 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

EJB Webservice

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I tried to create a web service for a stateless EJB using WSAD 5.0. After the web service was created, I got a message saying that some of the types were invalid. I noticed for a couple of XSD files generated for the classes used by the service, there were error messsages. The source seems to be failure to read some imported schemas. But some other XSDs that had similar import statements had no errors. Can any one help me figure out what is wrong ?
Here are the messages WSAD reported for one XSD :
KindStatusPriorityDescriptionResourceIn FolderLocation
Warningsrc-import.0: Failed to read imported schema document 'http://schemas.xmlsoap.org/wsdl/'.WsPlan.xsdRateEngineWSWeb/Web Content/wsdl/com/agac/rateengine/wsline 9
Warningsrc-import.0: Failed to read imported schema document 'http://schemas.xmlsoap.org/wsdl/'.WsPlan.xsdRateEngineWSWeb/Web Content/wsdl/com/agac/rateengine/wsline 9
Warningsrc-import.0: Failed to read imported schema document 'http://schemas.xmlsoap.org/soap/encoding/'.WsPlan.xsdRateEngineWSWeb/Web Content/wsdl/com/agac/rateengine/wsline 10
Warningsrc-import.0: Failed to read imported schema document 'http://schemas.xmlsoap.org/soap/encoding/'.WsPlan.xsdRateEngineWSWeb/Web Content/wsdl/com/agac/rateengine/wsline 10
Errorsrc-resolve: Cannot resolve the name 'soapenc:Array' to a(n) type definition component.WsPlan.xsdRateEngineWSWeb/Web Content/wsdl/com/agac/rateengine/wsline 13
Errorsrc-resolve: Cannot resolve the name 'soapenc:Array' to a(n) type definition component.WsPlan.xsdRateEngineWSWeb/Web Content/wsdl/com/agac/rateengine/wsline 13
Thanks,
Sankar
 
reply
    Bookmark Topic Watch Topic
  • New Topic