• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Axis inside and outside Oracle OAS

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

I am trying to develop a webservice client in Axis 1.4 with Oracle JDeveloper 10.1.3.

When I run my a test-class in plain java I am able to recieve the expected outcome.

However when I pack the webservice client in a web-application I recieve the folowing error

08/05/06 14:50:23 AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (400)Bad Request
faultActor:
faultNode:
faultDetail:
{}:return code: 400

{http://xml.apache.org/axis/}HttpErrorCode:400


Do you have any idea how to solve this issue or what to look for?


Regards,

Romano
 
Romano Londt
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
New INFO:

I tested the webapp in Tomcat (6).

The webservice is being called successfully. Does anyone know how to overcome the differences?

Regards,

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

I solved this issue by putting the xercesImpl.jar and xml-apis.jar from wss4j into the JDeveloper project.

Regards,

Romano

Originally posted by Romano Londt:
Hi,

I am trying to develop a webservice client in Axis 1.4 with Oracle JDeveloper 10.1.3.

When I run my a test-class in plain java I am able to recieve the expected outcome.

However when I pack the webservice client in a web-application I recieve the folowing error

08/05/06 14:50:23 AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (400)Bad Request
faultActor:
faultNode:
faultDetail:
{}:return code: 400

{http://xml.apache.org/axis/}HttpErrorCode:400


Do you have any idea how to solve this issue or what to look for?


Regards,

Romano

 
Tick check! Okay, I guess that was just an itch. Oh wait! Just a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic