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
Post a Comment