Why does the axis2-osgi bundle import javax.jms package ?

2011-03-02 Thread Ivan
Hi, I am trying to use axis2-osgi-1.5.4 bundle in OSGi environment, and the bundle is failed to resovle due to an import package javax.jms;version="1.1". I searched the codes packaged in that jar file, and did not find any use of classes in that package. So, why is javax.jms is added in the importe

Re: axis2/java service client set operation

2011-03-02 Thread Sagara Gunathunga
Hi Gordonw, Axis2 server side use several criteria to dispatch incoming messages, "soapAction" is one of them take a look [1]. In fact soapAction is mandatory in SOAP 1.1 but replaced in SOAP 1.2 using a optional "action". So your client can send one of above input data according to underline dis

Suggestions

2011-03-02 Thread mapardo
Hi all The reason whereby i send this mail is for request any suggestions. I have a web service (axis2 1.1.1) which in the first step send a message to another method of a web service and in the second step it stores information in a oracle table using hibernate. But recently we need store inf

RE: axis2/java service client set operation

2011-03-02 Thread Martin Gainty
try this .. String port = ""; //port the TCP mon listens String SOAPAction = "Service"; //service name String endpoint = "http://127.0.0.1:"; + port + "/service/servlet/AxisServlet"; //create the service Service service = new Service(); //create the call for

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();

org.apache.axis2.AxisFault: No such method

2011-03-02 Thread wadi wadi
Hi all, I am running a sign and encrypt example based on sample 07 in rampart installation. I am getting the following error when calling a simple 'authenticate' method "org.apache.axis2.AxisFault: No such method 'authenticate' in class edu.uni.myservice.PWCBHandler when browsing http://localhos