• 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

404 Error

 
Ranch Hand
Posts: 233
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am currently doing the WSAD 5.1 Stock Quote tutorial by IBM.

After overcoming some other issues, I am now getting a 404 error back (see below). According to IBM this could happen when the WSDL (i) makes use of
style="document" and use="literal" AND (ii) uses the SOAP header for passing the input. Although (i) is indeed true in my case, I cannot see how the SOAP header, which IBM states to be the "culprit", comes into play (see WSDL document snippet below).

Following is the error message I get, plus the pertinent snippet from the WSDL document. Any help would be _greatly_ appreciated!

==========================================

[...] WSWS3243I: Info: Mapping Exception to WebServicesFault.
[...] TRAS0014I: The following exception was logged WebServicesFault
faultCode: {http://websphere.ibm.com/webservices/}HTTP
faultString: (404)Not Found
faultActor: null
faultDetail:
null: WSWS3192E: Error: return code: 404
Error 404: File not found: services/StockQuoteService

==========================================

[ August 04, 2004: Message edited by: Panagiotis Varlagas ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic