• 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

"SAAJ0537: Invalid Content-Type" Exception

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

I am using SAAJ and JAXM API implementations. When I send request soap message to the service I am getting back response soap message from the service but the client is abnormally terminating with exception "SAAJ0537: Invalid Content-Type. Could be an error message instead of a SOAP message". The details are hereunder.

Can anyone please tell me why I am getting this exception. As you see my client and service soap message consrtruction, I am using the same soap message for sending and receiving. Also, I see there are some junk characters like "179", "0" in my response soap message. I dont why they are generated by JAXM/SAAJ API








MessageReceiver.java
---------------------------------------------------------------------------





Response SOAP Message
---------------------------------------------------------------------------







Exception on Client Side
---------------------------------------------------------------------------







Thanks & Regards,
reply
    Bookmark Topic Watch Topic
  • New Topic