Re: Data element of the OM Node is NULL

2010-01-26 Thread Nandika Jayawardana
Can you attach the code which construct the response in your service ? Regards Nandika On Mon, Jan 25, 2010 at 9:47 AM, Sam Carleton scarle...@miltonstreet.comwrote: When I run Apache Server and Axis2/C in development, all is well, when I run it in a clean VM, I am getting the error: Data

Re: Data element of the OM Node is NULL

2010-01-26 Thread Sam Carleton
Nandika, Sorry, I cannot, it is too complex. What I did find yesterday though was that the Release optimization was causing some bugs when trying to open the SQLite database. I removed the optimizations and that code is working. I think the cause of the problem was not handing that error

Re: Integer validation in WSDL2C.sh generated code

2010-01-26 Thread slowpoison
On Fri, Jan 22, 2010 at 10:57 PM, Sanjiva Weerawarana sanj...@opensource.lk wrote: Why not get the script to run the generated code thru a pretty printer? True. But, why add an extra step. Besides, I have seen that running the code through pretty printer still leaves something to be desired. For

http headers on axis soap messages

2010-01-26 Thread Chris Mannion
Hi All I'm having a problem with a system that's using Axis 1 to send SOAP messages to an external web-service. I have two version of the system, both run Tomcat with Axis 1.4 and ws calls are made through a pretty simple, low level client program. The client builds and sends a call as follows

Axis2 maven plugin: repository 301 Moved Permanently

2010-01-26 Thread Dzmitry Lazerka
Hello, I get several errors while using axis2-wsdl2code-maven-plugin, just one of them: Downloading: http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-xmlbeans/1.5.1/axis2-xmlbeans-1.5.1.pom [INFO] Unable to find resource 'org.apache.axis2:axis2-xmlbeans:pom:1.5.1' in repository

Re: Axis2 maven plugin: repository 301 Moved Permanently

2010-01-26 Thread Andreas Veithen
That is because java.net messed up their repository. See [1] for details. Note that this thread discusses a problem with building the Axis2 sources (which is a bit different from just using axis2-wsdl2code-maven-plugin), but the root cause is the same. Andreas [1]

multiple service repositories

2010-01-26 Thread gerhard presser
hi all, I'm using the axis2 servlet to enable webservices for our webapplication. we have a single axis2.xml and a repository where anyone can drop their services/modules. because our application supports 'nested applications', it would be nice to support an own repository for each nested

Re: AXIS2-2883

2010-01-26 Thread Nirav Shah
Hi Thilina/Glen, Can you advice?? I am using Axis 2.1.5.1... I do a soapBinding._getServiceClient().getOptions().setTimeOutinMillis() for every call made to another webservice. Do i need to cleanup transport after every call or does the AXIS2-2883 fix cleans up after every request. Is these

Re: AXIS2-2883

2010-01-26 Thread Deepal jayasinghe
Nirav, Yes, try to call clean up after each request call. Thanks, Deepal Hi Thilina/Glen, Can you advice?? I am using Axis 2.1.5.1... I do a soapBinding._getServiceClient().getOptions().setTimeOutinMillis() for every call made to another webservice. Do i need to cleanup transport after

ADB Code Generation issues

2010-01-26 Thread Brandon Low
Hi, I'm using the ant codegen task to build the Google Adwords v2009 API and am running into issues relating to the code generator's handling of complex extensions. The initial issue is that the sub-types of an explicitly referenced type are not themselves explicitly referenced, they are not

Re: ADB Code Generation issues

2010-01-26 Thread Brandon Low
Both are named APIException. As a result of this, when the inner classes are unpacked from the Stubs, the Fault (which extends Exception) is generated first and then not overwritten by the complex type (which does not). Pardon me, I mispoke. It's the inner complex type which is generated

Re: AXIS2-2883

2010-01-26 Thread Nirav Shah
Thanks Deepal, very much appreciate a response..I have added the serviceClient cleanupTransport( ) after each service call based on your response below. However, i have seen a couple of folks having a NullPointer thrown all of a sudden when they do that in the Axis 2.1.5.1 codebase.

Axis213 Soap request and response logging issue

2010-01-26 Thread arockia . samy
Hi All, In axis213 for Soap REQUEST AND RESPONSE LOGGING I put the below entry in the configuration file called balilogger.lcf. # To log SOAP Messages enable this log4j.logger.org.apache.axis2.transport.http=DEBUG, LOGFILE # LOGFILE is set to be a File appender using a PatternLayout.

Re: Namespace clash with XMLBean databinding.

2010-01-26 Thread rahul yadav
yes, it is in classpath. On Mon, Jan 25, 2010 at 10:08 AM, arockia.s...@aciworldwide.com wrote: Hi Is resource folder which got generated during codegen is in class path. *resources\schemaorg_apache_xmlbeans* Thanks Regards, Arockia This email message and any attachments may

Re: [Axis2] How to deploy Axis2 in https

2010-01-26 Thread stevens_wu
Does anybody know how to deploy axis2.war to https port in geronimo 2.1?I have deployed axis2.war to http port in geronomo 2.1. Any suggestions will be appreciated. Subash Devkota wrote: Hi all, I have problem deploying axis2 1.0 in https. I need to deploy my axis2 1.0 server over https