Axis2 Service and Code Gen: New Options are not visible

2011-09-21 Thread Scott Selvia
nothing is displayed in the New menu. How can I verify that the plugins are installed in eclipse indigo and is there an update site to install the plugins? Scott Selvia Manager of Product Development (O) 813.960.7800 x102 (F) 813.960.7811 http://www.datamentors.com <http://www.datamentors.com/> <>

RE: Axis2 Service and Code Gen: New Options are not visible

2011-09-21 Thread Scott Selvia
hristopher=mayo.edu@axis.apache. org] On Behalf Of Scott Selvia Sent: Wednesday, September 21, 2011 9:50 AM To: java-user@axis.apache.org Subject: Axis2 Service and Code Gen: New Options are not visible I have tried installing multiple times with eclipse indigo and I cannot get the Axis2 plu

RE: Axis2 Service and Code Gen: New Options are not visible

2011-09-21 Thread Scott Selvia
September 2011 16:50, Scott Selvia wrote: I have tried installing multiple times with eclipse indigo and I cannot get the Axis2 plugins to be visible within the New menu. I have searched the error log and I cannot see anything that tells me that there is a problem. I have installed the

RE: Axis2 Service and Code Gen: New Options are not visible

2011-09-21 Thread Scott Selvia
, 2011 11:06 AM To: java-user@axis.apache.org Subject: Re: Axis2 Service and Code Gen: New Options are not visible On 21 September 2011 17:03, Harshana Eranga Martin wrote: Hi Scott, On 21 September 2011 16:50, Scott Selvia wrote: I have tried installing multiple times with eclipse

Error Deploying Webservice on Axis2 1.6.1 and Rampart 1.6.0 with wsp:Policy in services.xml

2011-09-22 Thread Scott Selvia
:307) at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGr oup(ArchiveReader.java:101) at org.apache.axis2.deployment.repository.util.ArchiveReader.processService Group(ArchiveReader.java:143) ... 22 more Scott Selvia Manager of Product Development (O)

RE: Error Deploying Webservice on Axis2 1.6.1 and Rampart 1.6.0 with wsp:Policy in services.xml

2011-09-22 Thread Scott Selvia
ampart 1.6.0. Please try reverting back to Axis2 1.6.0 until Rampart 1.6.1 will be released. We are planning to release Rampart 1.6.1 soon. Thanks, Thilina On Thu, Sep 22, 2011 at 5:59 PM, Scott Selvia wrote: The following wsp:Policy block in my services.xml works with Axis2 1.5.5 with Rampar

RE: Error Deploying Webservice on Axis2 1.6.1 and Rampart 1.6.0 with wsp:Policy in services.xml

2011-09-22 Thread Scott Selvia
Sorry for the typo on the Rampart version the stack trace was displayed when I had Axis2 1.6.0 and Rampart 1.6.1 From: Scott Selvia [mailto:ssel...@datamentors.com] Sent: Thursday, September 22, 2011 10:41 AM To: java-user@axis.apache.org Subject: RE: Error Deploying Webservice on Axis2

RE: Axis2 Service and Code Gen: New Options are not visible

2011-09-28 Thread Scott Selvia
will see the Axis2 wizards in New Wizards category. Thanks and Regards, Harshana On 21 September 2011 20:04, Scott Selvia wrote: Fresh eclipse indigo install with the two jars in the dropins folder and now UI options. When I select the POJO project while in the JavaEE perspective there

Annotated POJO Webservice Errors

2011-09-30 Thread Scott Selvia
tring aFromClient) { return "The WS got the Message: ".concat(aFromClient); } } Scott Selvia Manager of Product Development (O) 813.960.7800 x102 (F) 813.960.7811 http://www.datamentors.com <http://www.datamentors.com/> <>

JSR-181 Annotated POJO Webservice "useOriginalwsdl" should default to false

2011-10-03 Thread Scott Selvia
m the service. So if the wsdlLocation parameter on the WebService annotation is not specified then the services.xml that is generated from the annotations should set the useOriginalwsdl to false instead of true. From: Scott Selvia [mailto:ssel...@datamentors.com] Sent: Friday, September 30,

How to Solve Axis2 Information Leakage from OWASP Testing

2014-11-26 Thread Scott Selvia
We are running security tests on our Axis2 1.6.2 web services. It has been pointed out that we have an OWASP information leakage and I'm trying to figure out how to solve this. We intercept the SOAP request and java.xml.stream.XMLSt reamException: DOCTYPE is not allowed I'm trying to gather i

RE: How to Solve Axis2 Information Leakage from OWASP Testing

2014-11-26 Thread Scott Selvia
low" phase instead of the "FaultFlow" If you don't have access to the service .. Can you add a handler on the "InFlow" phase of your client to intercept the response and filter out the leakage and then proceed to your client? Regards. -brando From: Scott Selvi

RE: How to Solve Axis2 Information Leakage from OWASP Testing

2014-11-26 Thread Scott Selvia
exception.. return theObjectYourMethodReturns.setExceptionReason(e.getMessage); (catch exception and set reason in returned object) } return theObjectYourMethodReturns; (if no exception this returns with whatever your implementation requires) } From: Scott Selvia [mailto:ssel...@datam

RE: How to Solve Axis2 Information Leakage from OWASP Testing

2014-11-26 Thread Scott Selvia
t;Good SOAP Message"); } catch (Exception e) { e.printStackTrace(); response = new MyResponse("Bad SOAP Message"); } } From: Scott Selvia [mailto:ssel...@datamentors.com] Sent: Wednesday, November 26, 2014 10:59 AM To: java-user@axis.apache.org Subjec

RE: How to Solve Axis2 Information Leakage from OWASP Testing

2014-11-26 Thread Scott Selvia
-user@axis.apache.org; Scott Selvia Subject: RE: How to Solve Axis2 Information Leakage from OWASP Testing 1)DTDs not been supported by axis for at least 10 years and any/all attempts to implement DTDs will fubar your axis default installation you *can* install your own incoming/outgoing message receive