Re: [Axis2]How to create a mar file out of classes in AXIS 2

2011-01-20 Thread Kanchana Welagedara
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

Re: [Axis2]How to create a mar file out of classes in AXIS 2

2011-01-20 Thread Deepal Jayasinghe
> 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

[Axis2]How to create a mar file out of classes in AXIS 2

2011-01-20 Thread Kanchana Welagedara
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

Re: problem while generating stubs itself : Axis2, SugarCRM WSDL

2011-01-20 Thread fire fox
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

problem while generating stubs itself : Axis2, SugarCRM WSDL

2011-01-20 Thread fire fox
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

WS-Impact analysis on Axis java 2

2011-01-20 Thread Kanchana Welagedara
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

Axis2, automatically generated WSDL and autodetected URL as wsdl:port location

2011-01-20 Thread fadila.mumbasic
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...