• 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

Webservice for Tomcat with JWSDP

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am building a webservice for deployment on Tomcat. I made use of JWSDP.

I am getting error: unexpected type: char while using wsdeploy

D:\tomcat50-jwsdp\webapps\WS>D:\tomcat50-jwsdp\jaxrpc\bin\wsdeploy.bat -verbose-o dist/giTestService.war build/giWEB-INF.war

info: created temporary directory: C:\DOCUME~1\NIRANJ~1.RAI\LOCALS~1\Temp\jaxrpc-deploy-fa9871
info: processing endpoint: giTestService
[creating model: giTestService]
[creating service: GiTestService]
[creating port: cititru.interdict.gi.GiServerInterfaceWS]
[creating operation: lookup]
error: unexpected type: char
info: created output war file: D:\tomcat50-jwsdp\webapps\WS\dist\giTestService.war
info: removed temporary directory: C:\DOCUME~1\NIRANJ~1.RAI\LOCALS~1\Temp\jaxrpc-deploy-fa9871


This is a showstoper for me can you please advice ?
Thanks in advance


 
reply
    Bookmark Topic Watch Topic
  • New Topic