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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -