• 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

Top-Down Java beans Web service Error

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have created the Top-Down Java beans Web service from given WSDL. The service deploys, I can access the WSDL from other applications and view it in the browser & can be loaded the service through Test Web Service Explorer as well.

The WebServices Explorer however does not work & always returning an error:

IWAB0135E An unexpected error has occurred.404 Not Found

I'm Using RAD 7.0

Any Idea Please ..

Thanks
dhanuxp

 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I don't think there is anything wrong with your web service, but rather with the Test Web Service Explorer.
I suggest you to use some other tool, like soapUI (http://www.eviware.com/), to test your web service.
Best wishes!
 
dhanu manjula
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ivan Krizsan wrote:Hi!
I don't think there is anything wrong with your web service, but rather with the Test Web Service Explorer.
I suggest you to use some other tool, like soapUI (http://www.eviware.com/), to test your web service.
Best wishes!



Hi Ivan,
Many Thanks for your input & one more things to ask,

In the create Web service wizard of the RAD 7.0, if I select
Web Service runtime: IBM Websphere JAX-RPC
it gave above error but
Web Service runtime: Apache Axis
Everything seems ok in RAD 7.0,
Really confusing about why can’t use Webshpere JAX-RPC runtime environment.
Please explain..

Thanks
Dhanu
 
Ivan Krizsan
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

dhanu manjula wrote:
Really confusing about why can’t use Webshpere JAX-RPC runtime environment.


Sorry, I have no idea why - I do not use RAD myself.
Best wishes!
 
reply
    Bookmark Topic Watch Topic
  • New Topic