• 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

WS client invalid content length

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm a beginner in WS developing but have an interesting problem. No helpful solution has been found over several days of serfing communities and forums.
I dowloaded an example of secured web service and tried to develop a similar one.
But unexpected exception got me confused:
SRVE0080E: Invalid content length

If I change port binding in the client to use secured connection, exception doesn't arise. If I change port binding back to 9081 the same exception rises.
I use RSA 7.0.0.3 and WAS 6.1
What's the matter? What I do wrong?
Thank you for advance!
 
reply
    Bookmark Topic Watch Topic
  • New Topic