Re: Axis2 - Can a handler forward to a remote service.

2011-12-06 Thread Donald Kintzing
Thanks again Deepal, I have modified the response and made a call to axisEngine.send with the response. Since I don't want the original response to be processed any more I return invocationResponse.ABORT which seems to cause Axis2 to return null to the original requestor. Obviously I am missi

help plz

2011-12-06 Thread ilab
I am writing to the list in depths of despair :) I would really like to unsubscribe from the list. I think I have tried everything, sent many emails with and without subject and content to [email protected], considered the result of [email protected], I have tr

Re: AW: java.lang.ArrayIndexOutOfBoundsException: -1

2011-12-06 Thread Philippe de Rochambeau
Hi Joseph, thanks for your feedback. I will get back in touch with you with the information either tomorrow or the day after. Best regards, Philippe Le 6 déc. 2011 à 12:07, Stadelmann Josef a écrit : > Philippe > > Can you show the log tomcat takes while it is starting up? > I like to see h

WSDL in the service

2011-12-06 Thread Sathunuri, Hariprasad (US - Arlington)
Hi, When I create a .aar file using Service Archiver plugin (generating servcie xml automatically) , it is adding the service name infront of my exception For example: My servcie name is AwardServcie Exception it throws is InvalidInputException In WSD

RE: SOAP message handler

2011-12-06 Thread Martin Gainty
If the requirement is to Transmit a SOAP Request to a SOAP Listener Endpoint and have the SOAP Listener service operation respond SOAP Response to requesting client..SOAP-UI is the best tool to use www.eviware.com Saludos Cordiales, Martin __ Verzic

SOAP message handler

2011-12-06 Thread imranmm7
dear all, Can anybody guide me to a tutorial or example code which explains how to write a SOAP message handler for apache http server. i.e. an example which explains how to write a handler for Apache http server so all the messages passing via SOAP can be printed to a file...the handler functi

Re: How to read file from META-INF

2011-12-06 Thread Thomas Grabietz
Hi Denise, maybe you need the absolut path to open the file: MessageContext msgContext = MessageContext.getCurrentMessageContext(); ServletContext context = ((HttpServlet) msgContext.getProperty(HTTPConstants.MC_HTTP_SERVLET)).getServletContext(); String path = con

Re: Help with fault implementation

2011-12-06 Thread Kishanthan Thangarajah
Hi, On Mon, Dec 5, 2011 at 9:39 PM, Sathunuri, Hariprasad (US - Arlington) wrote: > Hi, > > > > I am trying to replicate the fault handling using AXIS2 withe the help of > example provided in the AXIS2 WAR file (BankServcieSkelton.Java). > > The service class is throwing the below exceptions : >

Re: How to read file from META-INF

2011-12-06 Thread Kishanthan Thangarajah
Hi Denise, On Tue, Aug 2, 2011 at 8:03 PM, Denise Wu wrote: > Hi, > > I have a "mySchema.xsd" located in the META-INF directory in the > webservice archive file myService.aar. > I would like to read this file "mySchema.xsd" in my webservice class. > How to access it at runtime? I think you can a

AW: java.lang.ArrayIndexOutOfBoundsException: -1

2011-12-06 Thread Stadelmann Josef
Philippe Can you show the log tomcat takes while it is starting up? I like to see how axis2.war is deployed including all axis2 modules *.mar found in axis2.war If no errors are shown deploying axis2-1.6.1.war then I would need to ask a developer. Maybe you check that tomcat is allowed to deplo

AXIS 1.3 parsing error on optional elements

2011-12-06 Thread dugolf
My soap message contains 1 mandatory element and 3 optionals complexe type (minOccurs = 0):

11 matches