• 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

Web services installco example in WSAD 4.0.3

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi kyle,
am doing the web services example ... (IBM ...WorkOrderManagement.. installco)in WSAD 4.0.3.
i have followed the instructions as per the pdf.when i try running the TestClient.jsp,i get the following error:
--------------------------------------------------
....\cache\localhost\Default_Server\WorkOrderManagementEAR\WorkOrderManagement.war\sample\WorkOrderManager\_Result_jsp_0.java:214: Class proxy.soap.com.installco.WorkOrderManagerProxy not found.
WorkOrderManagerid= (proxy.soap.com.installco.WorkOrderManagerProxy)
-------------------------------------------------
but WorkOrderManagerProxy class file is available at the required location.where am i going wrong.
kyle,pls do reply.
thanks
ruppa
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have no idea what PDF you are referring to. Which example are you using? Can you point me to the particular PDF?
Kyle
 
Kartik Ruppa
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
kyle,
i am using the sample at the following url:
https://www6.software.ibm.com/dw/education/ws/wsadws1/?
anyways,sorry,my mistake.i didnt rebuild the project in WSAD.hence it was not finding the proxy class file.
thanks.
ruppa
 
reply
    Bookmark Topic Watch Topic
  • New Topic