• 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

jwsdp 2.0 unable to deserialize SoapFault from axis webservice

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

i am accessing an axis webservice (rpc encoded) with an client generated with jwsdp 2.0 jaxrpc libraries.

Everything works fine, except the deserialization of the SOAPFaults.

SOAPFault:



This fault should bring me an RemoteException: Authentification failed. Please verify user name and password.

But i receive:

Caused by: Unexpected xml reader state. Excpected: END but found: START: {http://xml.apache.org/axis/}hostname
at com.sun.xml.rpc.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:233)
at com.sun.xml.rpc.client.StreamingSender._readBodyFaultElement(StreamingSender.java:460)
at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:221)
... 16 more

when i am using the webservices-osgi packages from metro project for testing purposes i receive the correct exception.

The webservice client should run on Jboss AS Server side, so i can not use the metro packages.

Has anybody a idea how to receive the correct exception using jwsdp Jaxrpc packages?

Thanks

Sascha

Edit:

I have tried it with jdk 1.5 and jdk 1.6.
Allways the same behaviour.

 
Power corrupts. Absolute power xxxxxxxxxxxxxxxx is kinda neat.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic