• 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

SOAPFaultException: JAXRPCSERVLET28: Missing port

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

I downloaded J2EE 1.4 All-In-One Bundle and tried out the J2EE 1.4 Tutorial Update 2 Chapter 8 Building Web Services with JAX-RPC.

I managed to build, package and deploy the service using deploytool. I was able to view the WSDL file of the deployed service by requesting the URL http://localhost:8080/hello-jaxrpc/hello?WSDL in a web browser.

I managed also to build the static stub client using the asant build command. However, I ran into problem when i run the client via the asant run command.

According to the tutorial, i should get "Hello Duke". Instead I get the following errors:



Did anyone encounter this problem? How was it solved?

Please advise and thanks in advance,
Derek
[ September 20, 2004: Message edited by: derek leong ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic