Skip to content

yd137730268/ws_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. generate the client code by cxf command wsdl2java/wsdl2java.bat;
	wsdl2java/wsdl2java.bat url
	
exception:
1. wsdl2java : failed to read document, change the JDK version(JDK1.7);
2. test the service : cannot create a secure XmlInputFactory, add jar files :
				stax2-api-3.1.4.jar
				woodstox-core-asl-4.4.1.jar 
3. cxf 2.7.18支持map复杂类型,不需要在接口添加@XmlJavaTypeAdpter(class[ ? XmlAdpter])实现转换器

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages