How to configure the namespace prefix for a request stub ?

2010-04-14 Thread Rares Pop
Hello, I am writing a client to a .NET based webservice I have no control over and I am using Axis 1.5.1 and XmlBeans. It requires the method request node to have an empty namespace prefix otherwise it returns a "Bad request". Is there a way to enforce that? By default the request stub is assoc

Re: Axis2 and POJO from Axis1

2010-04-14 Thread Demetris
If not one has seen the problem I have below, can at least get some pointers as to where I can find client samples for remote POJO Axis2 services running in Tomcat? The documentation does not include such code (unless the client listed that uses the same technique of sending and receiving OME

Re: Large number of files written to temp folder

2010-04-14 Thread Andreas Veithen
Some quick comments about this: 1. Using a DeploymentClassLoader with embeddedJars has a drastic performance impact. It is not visible in all scenarios, but when it shows up, it makes Axis2 look ridiculous. Therefore, using this as the default behavior would be a bad idea. 2. Creating a Configura

Re: Problem with WS Client on TIBCO server

2010-04-14 Thread Andreas Veithen
On Wed, Apr 14, 2010 at 16:49, Qian Cheng - fusionPOINT GmbH wrote: > Hi, > > > > I am new here and writing a Web service client which should communicate with > web service on a TIBCO server.  I got following error in the first step: > > > > ConfigurationContext cc = > ConfigurationContextFactory.

Problem with WS Client on TIBCO server

2010-04-14 Thread Qian Cheng - fusionPOINT GmbH
Hi, I am new here and writing a Web service client which should communicate with web service on a TIBCO server. I got following error in the first step: ConfigurationContext cc = ConfigurationContextFactory.createConfigurationContextFromFileSystem(null,"axis2.xml"); ..

Large number of files written to temp folder

2010-04-14 Thread Ben Reif
My application needs to create different ConfigurationContext objects to pass into the ServiceClient to invoke different Web Services. It seems that every time this is done Axis2 creates a lot of *.mar files in a temp folder. This reduces performance and also takes up a lot of disk space. I’ve read

Axis2 behind a reverse proxy in HTTPS

2010-04-14 Thread Philippe Vandenhove
Hi, I have to install an Axis2 web service in Tomcat (HTTP) behind a Reverse Proxy (HTTPS). The web service has to be accessible from the web. In my wsdl, i have set the address to https://myurl and it works fine, i can access my web service from the web. The problem comes when i send my Soap