Skip to content

A SpringBoot demo developed by Idea IDE to convert the soap web service to restful web service

Notifications You must be signed in to change notification settings

shaliniatwork/wsdl2java-rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

wsdl2java-rest

A SpringBoot demo developed by Idea IDE to convert the soap web service to restful web service

when converting the wsdl to java code, it may be throw the exception: undefined element declaration 's:schema' just find all the element: <s:element ref="s:schema" /> <s:any /> and replace them with the element below: <s:any minOccurs="2" maxOccurs="2"/>

About

A SpringBoot demo developed by Idea IDE to convert the soap web service to restful web service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.2%
  • Classic ASP 10.8%