RE: axis2/java service client set operation

2011-03-03 Thread Martin Gainty
x27;expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne

Re: axis2/java service client set operation

2011-03-03 Thread Gordon Brown
: Wed, March 2, 2011 4:57:17 PM Subject: RE: axis2/java service client set operation try this ..     String port = ""; //port the TCP mon listens     String SOAPAction = "Service"; //service name     String endpoint = "http://127.0.0.1:"; + port + "

RE: axis2/java service client set operation

2011-03-02 Thread Martin Gainty
el effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Wed, 2 Mar 2011 15:51:50 -0800 From: gordonw.br...@yahoo.com Subject: axis2/java service client set operation

axis2/java service client set operation

2011-03-02 Thread Gordon Brown
Hi All, I am using axis2/java to build a web service client component. I have a question. Is there a way to set the operation name in the web service client? Using axis/j, I can do something like this:     org.apache.axis.client.Service soapService = new org.apache.axis.client.Service();