Questions Tagged With webservicehttps://answers.axonivy.com/tags/webservice/?type=rss&user=Walter%20Weissquestions tagged <span class="tag">webservice</span>enFri, 03 Nov 2017 11:36:49 -0400SOAP Webservice in Ivy using Javahttps://answers.axonivy.com/questions/2956/soap-webservice-in-ivy-using-java<p>I tried to publish a web service similar to the one described in the tutorial below. I did not use the out-of-the-box Ivy WS process as each of the WS have many methods (and decided to build them in Java instead). </p> <p><a href="https://www.journaldev.com/9123/jax-ws-tutorial">Example</a></p> <p>Using Endpoint.publish() I specified the location for the WS. However, this requires me to run the class containing this method in the java console, and then run Ivy. I tried tying Endpoint.publish() to a "Start Process" in Ivy but it did not work. </p> <pre><code>public class SOAPPublisher { public static void main(String[] args) { Endpoint.publish("http://localhost:8888/ws/depotWS99", new WSDepotShopImpl()); } </code></pre> <p>Is there a "best practices" method to building a SOAP WS via Java in Ivy, and how do I get the WS published in Ivy? Thanks!</p>Walter WeissFri, 03 Nov 2017 11:36:49 -0400https://answers.axonivy.com/questions/2956/soap-webservice-in-ivy-using-javaivyjavasoapwebservice