Hi,
Thanks for all the help I have so far, I have now managed to do everything I
needed to do! I have one final question which is about the generated code.
Currently I am exposing my actual implementation class and I have handwritten
my services.xml file and deployed my service from within WEB-
Hi all:
I´ve created an Axis2 client to retrieve info from an Axis2 Web Service,
when i test it at my local Ide Netbeans it all works fine, but when i try it at
Testing environment (which is a copy of Pro) it says me the following error:
org.apache.axiom.om.OMException: No meta factory
Sorry i didn´t change subject
Hi all:
I´ve created an Axis2 client to retrieve info from an Axis2 Web Service,
when i test it at my local Ide Netbeans it all works fine, but when i try it at
Testing environment (which is a copy of Pro) it says me the following error:
org.apache.axi
you're right ..this should be handled by a profile inside pom.ml which triggers
on feature property value being 'default' or 'dom'
if (feature.equals(FEATURE_DEFAULT)) {
jarHint = "axiom-impl.jar";
} else if (feature.equals(FEATURE_DOM)) {
jarHint = "ax
Hi,
I have one way SSL working fine as I have my web services exposed over https
and I am able to consume them with a client built from the wsdl using
wsdl2java. I would now like to set up mutual SSL so that I can allow only
clients I choose to connect to my service.
I have tried getting this
I have done the following:
if (sslProtocol != null && "https".equals(endPoint.getProtocol()))
{
serviceClient.getOptions().setProperty(HTTPConstants.CUSTOM_PROTOCOL_HANDLER,
sslProtocol);
//if the endpoint is https, the port is 443 by defa
Rampart has a slightly different implementation for Mutual Authentication
pom.xml has maven-antrun-plugin copya prebuilt services-14.xml to
META-INF/services.xmland a prebuilt SecureService14.aar pom.xml:
org.apache.maven.plugins
maven-antrun-plugin