• 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

No Deserializer found to deserialize

 
Ranch Hand
Posts: 205
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am using Apache SOAP for web services..

While running the client side application using web services, i encountered the error message:

No Deserializer found to deserialize a 'urn:cd-catalog-demo:cd' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'

Can you please help me, how to debug this error.

Thanks in Advance..
 
Skanda Raman
Ranch Hand
Posts: 205
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

This is the client program am trying to execute..

I am getting the message..

No Deserializer found to deserialize a 'urn:cd-catalog:cd' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.

Please let me know where am i going wrong..



 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So the sample code "SOAP 12.4. Going Further" from Java and XML, Second Edition (2001) doesn't work?



The problem may be on the server side given that the CD instance is serialized on the client side and de-serialized on the server side. Did you make the necessary alterations in the deployment descriptor on the server side?


[ December 10, 2008: Message edited by: Peer Reynders ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic