An idea about apache axis2

2011-03-18 Thread Lasantha Bandara
Dear all; I have an idea to improve user friendliness of Apache Axis2. Microsoft IIS server provides a html interface to test web services when we deploy a service in it. We do not need to generate stubs or write test codes to test the service. Axis2 is not still having this feature. It gives jus

[jira] Updated: (AXIS2-3851) adb-codegen no longer accepts schemas without targetNamespace

2011-03-18 Thread Rustam Abdullaev (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rustam Abdullaev updated AXIS2-3851: Attachment: AXIS2-3851.zip Please take a look at the attached file (AXIS2-3851.zip), runnin

SimpleHTTPServer

2011-03-18 Thread abeaur+axis2
Hello, I'm trying to embed Axis2 in our application. I've used the example provided at http://wso2.org/library/83 (How do I Embed SimpleHTTPServer in My Application and Deploy a POJO?) as a template and so far so good. However, I wanted to test a few things and tried to update the contextRoot in

RE: SOAP monitor module in AXIS2

2011-03-18 Thread Martin Gainty
create a test folder cd /test download to test folder the pom.xml and all jars from http://repo1.maven.org/maven2/org/apache/axis2/axis2-soapmonitor-servlet/1.5.4/ --create folders to hold java src mkdir src cd src mkdir main cd main mkdir java cd .. cd .. --unjar contents to ./src/main/java ja

SOAP monitor module in AXIS2

2011-03-18 Thread Cuiting Chen
Hi there, I am trying to use the SOAP monitor module, while I cannot find the soapmonitor-servlet-1.5.4.jar in the lib of AXIS2. I compiled the whole axis2 project, still cannot get the jar file. Does anyone have experience in this issue? Thanks in advance! -- Best regards, Cuiting Chen

Provide a way to force using the new 216 method retriever ?

2011-03-18 Thread Ivan
Hi, In the latest Axis2 1.6 branch, I found a new PostRI216MethodRetrieverImpl is provided to keep compatibility with the new specification. Currently, it checks the wsgen version to determine whether to use it or the legacy one. It is a good solution way. But it might be a little difficult in G