Re: Handling Large data in a method call

2009-05-06 Thread Sudhir Mongia
Hi Dennis, Currently We are going with the other alternative of making multiple calls to send data. Still need to see other binding options JiBX and JAXB. Thanks, Sudhir On Wed, May 6, 2009 at 11:01 AM, Dennis Sosnoski wrote: > HTTP chunking is probably already in use, but in any case is unlike

Re: AXIS2 and Weblogic 10.3

2009-05-06 Thread Hari Prasad
Hi, We have executed WL 10.x with Axis 2.14. What exactly is the problem you are facing? Regards Hari On Wed, May 6, 2009 at 11:49 PM, Shasank Bhandari < shasank.bhandari@fedex.com> wrote: > Hi, > > Has anyone executed any web application SUCCESSFULLY in WLS 10.3 with Axis2 > 1.3? > > Your

Re: SOAPMonitor applet not found

2009-05-06 Thread robert lazarski
On Wed, May 6, 2009 at 6:17 PM, Jack Sprat wrote: > I have the SOAPMonitor configured in my web.xml and can access the URL in my > web service. But I get an exception that the applet cannot be found: > > Exception: java.lang.ClassNotFoundException: > org.apache.axis2.soapmonitor.applet.SOAPMonitor

SOAPMonitor applet not found

2009-05-06 Thread Jack Sprat
I have the SOAPMonitor configured in my web.xml and can access the URL in my web service. But I get an exception that the applet cannot be found:   Exception: java.lang.ClassNotFoundException: org.apache.axis2.soapmonitor.applet.SOAPMonitorApplet.class   I've imported the SOAPMonitorApplet class

AXIS2 and Weblogic 10.3

2009-05-06 Thread Shasank Bhandari
Hi, Has anyone executed any web application SUCCESSFULLY in WLS 10.3 with Axis2 1.3? Your suggestions required. Thanks & Regards, Shasank Bhandari

RE: Newbie question: how to plug axis2 engine into existing web application running in weblogic

2009-05-06 Thread Caristi, Joe
One way to do it: 1. Add the Axis Servlet to web.xml AxisServlet org.apache.axis2.transport.http.AxisServlet 1 AxisServlet /services/* 2. Create (or generate) WSDL that describes the service you plan to implement 3. Use the Axis2 wsdl

Newbie question: how to plug axis2 engine into existing web application running in weblogic

2009-05-06 Thread Hu, Mary - ITG
Hi, I have a web application running in weblogic server. Now I get requirement to expose the server side as a web service so that some user can skip the GUI part and directly interact with this app via web service. I'm going to use axis2 as engine. I don't see any document about to plug th

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
Hi   I have read in XSD files for validating incoming XML parametrers to my web service. Use Class Loader and getResourceAsStream using the XML file as a parameter. Using this assumes you are trying to access the XML from the service where the XML file resides.   You should be able to access the

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
Hi   I have read in XSD files for validating incoming XML parametrers to my web service. Use Class Loader and getResourceAsStream using the XML file as a parameter. Using this assumes you are trying to access the XML from the service where the XML file resides.   You should be able to access the

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
Hi   I have read in XSD files for validating incoming XML parametrers to my web service. Use Class Loader and getResourceAsStream using the XML file as a parameter. Using this assumes you are trying to access the XML from the service where the XML file resides.   You should be able to access the

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
Hi   I have read in XSD files for validating incoming XML parametrers to my web service. Use Class Loader and getResourceAsStream using the XML file as a parameter. Using this assumes you are trying to access the XML from the service where the XML file resides.   You should be able to access the

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
Hi   I have read in XSD files for validating incoming XML parametrers to my web service. Use Class Loader and getResourceAsStream using the XML file as a parameter. Using this assumes you are trying to access the XML from the service where the XML file resides.   You should be able to access the

Re: Best way to load a configuration file in Axis2?

2009-05-06 Thread Kim McCarthy
Hi   I have read in XSD files for validating incoming XML parametrers to my web service. Use Class Loader and getResourceAsStream using the XML file as a parameter. Using this assumes you are trying to access the XML from the service where the XML file resides.   You should be able to access the

Best way to load a configuration file in Axis2?

2009-05-06 Thread Moley Harey
Hi, I am implementing a web service using Axis2 that can be tunned using several configuration parameters. My web service is deployed as *.aar file into the axis2/WEB-INF/services folder. I have done a separate XML configuration file that store those parameters, my idea was to include the configu

Axis2 1.4 - Update .properties file in AAR

2009-05-06 Thread Kim McCarthy
I have a web service deployed to Tomcat 5.5 using Axis2 1.4. (Win Server 2003/Java 5). My AAR file contains a .properties file that I would like to update. I can read the .properties from the AAR but I would like to know how it can be updated from within the AAR. Is this possible? Code below re

Axis2 Codegen-Can not serialize policy

2009-05-06 Thread ibrahim demir
Hi All; I want to generate Axis2 client code for the attached wsdl by using axis2codegen eclipse plugin. (1.3) But I get the can't serialize policy exception. The codegen works fine with other service descriptions that has no secirty info in it. But after adding security description I got that