Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
315 views
in Technique[技术] by (71.8m points)

spring ws - Improve performance on consuming web service

I have a spring-boot application which talks to a legacy web service. I'm using WebserviceTemplate and Jaxb2Marshaller. And I don't have the WSDL and XSD files but only a jar file which consists of the generated java classes.

The problem is the SOAP communication is too slow when the amount of data to fetch is very high.

  1. I believe we can skip the XSD validation on client-side. But I'm not using XSD and WSDL directly. So I don't know how to bypass the validation here.
  2. Or is there any better way to improve performance without any changes in the server which produces the web service?

Thanks in advance.

question from:https://stackoverflow.com/questions/65650944/improve-performance-on-consuming-web-service

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

Just Browsing Browsing

[2] html - How to create even cell spacing within a

2.1m questions

2.1m answers

60 comments

56.9k users

...