ibatis with axis2

2011-08-19 Thread Gustavo Antonio Correa Caja
This is my error: Caused by: java.lang.RuntimeException: Error initializing class UtilSqlConfig class. Cause: java.io.IOException: Could not find resource com / cuponium / user / ibatis / SqlMapConfig.xml at com.cuponium.util.UtilSqlConfig. (UtilSqlCo nfig.java: 34) ... 34 more Eans that you can n

Re: Problem using Axis2 and SSLv3.

2011-08-19 Thread Emil Hornung
Hi, Some time ago, a colleague of mine solved the problem, so I would like to share it with others. His solution is based upon EasySSLProtocolSocketFactory class. We've taken the source code of the class and adopt it to use only SSLv3 protocol. To turn on this factory, you have to register it

apachesoap:Element[] from php

2011-08-19 Thread david garry
Hi there, I've developed a web service using axis. I've enclosed my entire WSDL in the above attachement. The problem I have is developing a client using php to use the apachesoap:Element[] type. (From attached WSDL) I gen