Programming Call web service from Java import java.net.*; import java.io.*; public class EDCJavaWSInterface { public static double GetTicketBalance(String aimsServer, String ticketId) throws IOException { // initialize the connection …
Computers Consuming Web Services Oracle PL/SQL http://www.oracle-base.com/articles/9i/ConsumingWebServices9i.php