• 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

Restful webservice call hangs during service call

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have requirement where i need to call webservice from my code which is external service opened up.

I am using Spring RestTemplate for calling external service.


entityObj carries my request Object which is been marshalled.

when i have my request object(XML) limited to 2o elements my external service receives the request object then processs it and send out the response, if number of request elements exceeds 20 then external service is not receiving any request. mean while my server hangs out and seems to be waiting for response. I dont know where i am going wrong. I am using weblogic server for posting http request.

Note :-

I tested using my Junit where i posted 40 elements and it was successful.. the problem happen when i deploy into weblogic server. server might be blocking the data for some reason ..


I really appreciate response.
 
Paper beats rock. Scissors beats tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic