Chris,
As I have mentioned earlier, I have following code in one of the
"finally" blocks.
Field dbfield =
ReflectionUtil.getDeclaredField(XMLUtils.class,
"documentBuilder");
ThreadLocal db = (ThreadLocal) dbfield.get(null);
if (db !=
Hello
I have 2 web services packaged in the same war. They are configured in the
same service.xml :
http://www.w3.org/ns/wsdl/in-out";
class="com.bull.bxss.test.service.Axis2ServiceMessageReceiverInOut"/>
com.bull.bxss.test.service.Axis2ServiceSkeleton
Hi All,
I am very new to Axis2 and even Axis. I have to upgrade existing
module that uses Axis to Axis2. I think the object model has also been
upgraded to Axiom.
--> MessageElement[] records = queryResult.getRecords(i).get_any();
[Salesforce WS API]
I am wondering how should I change