0 Replies Latest reply on Nov 1, 2012 3:04 PM by ramboid

    JBoss remoting client

    ramboid

      Could one use the client invoker of JBoss remoting to POST and GET to a http servlet running in a remote server?  Currently, I POST and GET to the remote http servlet by writing a java https client in a servlet or EJB in my JBoss5.  I can send and receive xml fine.  I was wondering if I cna use the client invoker of my JBoss server instead of wrting a SUN https client.