Hi Deepal
Thanks for your reply
On Fri, Jan 21, 2011 at 8:51 AM, Deepal Jayasinghe wrote:
>
> > hi Folks
> >
> > I'm creating a Axis java 2 handler .I want to know how to generate the
> > mar file. I have module.xml written ,src, edited axis2.xml to include
> > the module name.
> Please refer to
> hi Folks
>
> I'm creating a Axis java 2 handler .I want to know how to generate the
> mar file. I have module.xml written ,src, edited axis2.xml to include
> the module name.
Please refer to the documentation, and also there are a number of
articles explaining the process.
>
> Also i want to
hi Folks
I'm creating a Axis java 2 handler .I want to know how to generate the mar
file. I have module.xml written ,src, edited axis2.xml to include the module
name.
Also i want to store a token in a xml/Data base for reach requests coming
from each client to identify which requets came from wh
UPDATE :
If I use '-d' then following exception occurred :
Command : wsdl2java.bat -d -o -u -uri
https://blablabla.sugarondemand.com/soap.php?wsdl
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing
WSDL
at
org.apache.axis2.wsdl.codegen.CodeGe
Hi all,
I have tried to generate the stubs from the SugarCRM WSDL file using
Axis2, but following exception occured.
--> Command used : wsdl2java.bat -uri sugar.wsdl
Illegal character in path at index 11: file:/E:/My
Work/Frameworks/Apache Axis/axis2-1.5.3/bin/sugar.wsdl
downloaded wsdl file fr
Hi Folks;
I'm trying to develop a tool which to identify web service
dependencies,stubs/skeleton granularity ,service mapping and impact
change analysis tool.
I have some statics data (method call ,order of the method invocation)
generated based on some .Net client stubs which consumes a Axis jav
Hi,
We have axis2 running with tomcat6. Tomcat is running on the port 8080
and is connected to an apache server via mod_jk.
So our axis2 web service is accessable via http on port 80.
The autodetected url in the automatically generated wsdl is almost
always correct, http://myserver:80/axis2...