Re: Override the SOAPAction configurations from SOAPMessage while working with RI SAAJ Impl

2011-05-12 Thread Ivan
I opened a JIRA https://issues.apache.org/jira/browse/AXIS2-5039, and very appreciated with any comment ! Thanks. 2011/5/12 Ivan > Hi, > While using RI SAAJ impl with Axis2, it seems that RI SAAJ will always > adds a SOAPAction header with the value "" if it is a SOAP 1.1 message. I > found

RE: NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-12 Thread Mark Bullathsinghalage Cooray
Attached! Thanks >>> Martin Gainty 13/05/2011 10:25 AM >>> too little information to provide a comprehesive solution...please display the wsdl thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-12 Thread Martin Gainty
too little information to provide a comprehesive solution...please display the wsdl thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-12 Thread Mark Bullathsinghalage Cooray
Furthermore, I used TCPMON from axis2 to check the SOAP env the Request sent shows ; POST /axis2/services/TestService HTTP/1.1 Content-Type: text/xml; charset=UTF-8 SOAPAction: "urn:add" User-Agent: Axis2 Host: 127.0.0.1:7070 Transfer-Encoding: chunked 1e9 http://schemas.xmlsoap.org/soap/en

RE: NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-12 Thread Mark Bullathsinghalage Cooray
I checked the CATALINA_HOME and it already exists. However I downloaded addressing-1.5.4.mar from https://maven.atlassian.com/content/groups/public/org/apache/axis2/addressing/1.5.4/ and replaced the files the error did persist. Then I got addressing-1.5.4-classpath-module.jar ( http://www.jarvana.

JAXB util creating OMElement based on annotations

2011-05-12 Thread Sridhar Dabbeeru
Hi, We are enabling MTOM capability to our software using axis2 webservice stack. Having said that, we have situation where our service POJO contains mixed attributes some of them are JAXB annotated like (@XmlElement(name="serialNumber", namespace="http://xyz.com/";, type=String.class, nillable=tr

The endpoint reference (EPR) for the Operation not found is ...

2011-05-12 Thread wadi wadi
Hi, I have been struggling with the following error the last couple of days can you please help! I generated my server and client code using the wsdl2java tool from a wsdl 2.0 file. When invoking the webservice I am getting the following error: org.apache.axis2.AxisFault: The endpoint reference

AW: Axis Support for SSL and Access authheader

2011-05-12 Thread Lutz.Ebeling
Hi varun.raj.t, I used ADBClient with Axis2. Instead of ser: I used wsse, nevertheless maybe it helps. At the End of xxxServiceStub() after the following code serviceClient = new org.apache.axis2.client.ServiceClient( configurationContext, _service

RE: NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-12 Thread Martin Gainty
Just a few pointers: copy $AXIS2_HOME\core\trunk\modules\addressing\target\addressing-*.mar to $CATALINA_HOME\webapps\axis2\WEB-INF\modules update $CATALINA_HOME\webapps\axis2\WEB-INF\modules\modules.list to include exact filename of addressing-*.mar Log4j configuration: //Log4j will need to k

Axis Support for SSL and Access authheader

2011-05-12 Thread Axisboy
Hi All , I have managed to write Axis web service (server side). Now I would like support SSL to it. Any one having idea to access this fields inside the xxx_skeleton.java ? Any idea to support SSL in Axis ? -- View this message in context: http://old.n

Re: Axis generates all classes but not Axis2?

2011-05-12 Thread fire fox
bumping, still no clue. Please go through the info in the 1st mail itself. On Mon, Apr 25, 2011 at 2:05 PM, fire fox wrote: > Any tips? > > > On Thu, Apr 21, 2011 at 2:58 PM, fire fox wrote: > >> Yeah, I did use it. I was referring to the size of all classes together, >> be it packed or unpacke