java - How can i use SOAP web service on REST App -


im developing spring app rest web service.

i have use soap service 1 of client.and want know how can use client's soap service on rest app.

im trying create soap client on app , use soap service. there other ways without creating soap client?

if client provided wsdl file, why not import wsimport (oracle jdk) , use imported classes?

try line:

$java_home/bin/wsimport -xnocompile -extension <somefile.wsdl> 

then add java source files creates environment.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -