Posted By:
jc_lethiec
Posted On:
Friday, February 9, 2007 08:45 AM
Hello I have a SOAP service who get me a list of customer object, this service is very slow and i don't why. Configuration : j2sdk 1_4_2_12 jakarta-tomcat 5.0.28 soap 2.3.1 the size of return xml file is about 200 kb and the object type returned are quite complex Server side, the business treament (acces to database... ) take less than 0.5 s but all the SOAP service take more than 3 second. I don't if it's a pb of parsing, soap configuration or optimzation but i localize the pb in the invoke and more excalty in the send http method Could you help me thanks JC
More>>
Hello
I have a SOAP service who get me a list of customer object, this service is very slow and i don't why.
Configuration :
j2sdk 1_4_2_12
jakarta-tomcat 5.0.28
soap 2.3.1
the size of return xml file is about 200 kb and the object type returned are quite complex
Server side, the business treament (acces to database... ) take less than 0.5 s but all the SOAP service take more than 3 second.
I don't if it's a pb of parsing, soap configuration or optimzation but i localize the pb in the invoke and more excalty in the send http method
Could you help me
thanks
JC
<<Less