Generating Server Skeleton, Response Objects and Services.xml

2012-12-21 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
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-

Could you give me the email to send my questions?

2012-12-21 Thread areeg samir

RE: Generating Server Skeleton, Response Objects and Services.xml

2012-12-21 Thread Oscar Rugama
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

org.apache.axiom.om.OMException with Axis2 Client

2012-12-21 Thread Oscar Rugama
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

RE: org.apache.axiom.om.OMException with Axis2 Client

2012-12-21 Thread Martin Gainty
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

Mutual SSL with Axis2

2012-12-21 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
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

RE: Mutual SSL with Axis2

2012-12-21 Thread Okken,Brett
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

RE: Mutual SSL with Axis2

2012-12-21 Thread Martin Gainty
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