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
[
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
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
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
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
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