You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jack Smith <ja...@yahoo.com> on 2005/10/06 20:20:30 UTC

Support for / elements in WSDL2Java

Hi,

I downloaded Axis 1.2.1 Final and tried using the
included WSDL2Java tool to generate Java classes
corresponding to a WSDL file. The schema in the WSDL
file is the DSMLv2 schema available at:
http://www.oasis-open.org/committees/dsml/docs/DSMLv2.xsd

The generated Java classes didn't look quite right.
Particularly, processing of the <xsd:choice> and
<xsd:group> tags in DSMLv2.xsd seemed to have been
skipped, e.g. a class BatchRequest.java was created
but it did not contain any mention of the
BatchRequests group. Does Axis support <xsd:choice>
and/or <xsd:group> tags?

Thanks,
Jack



		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Re: java.io.InterruptedIOException: Read timed out - HELP!

Posted by Srinadh Karumuri <sk...@bbn.com>.
Problem resolved as usual after I posted. :)

After downloading and checking the source code I realized the following:

In axis-1_3, correct name of the property is "axis.connection.timeout" not 
"axis.connect.timeout" as I used.

I am using axis-1_1 and call.setTimeout(...) is the right way for 1.1.

Sri

At 03:20 PM 4/26/2006, Srinadh Karumuri wrote:
>I was a happy axis-1_1 user on both client and server for about a year 
>when we had to move to a slower server.
>
>Now I get the timed out exception everyday in the morning and I am trying 
>to figure out a way to increase the current timeout (probably at 60 
>seconds) to something like 180 secs.
>
>Here is the exception I see on the client side.
>
>java.io.InterruptedIOException: Read timed out
>         at java.net.SocketInputStream.socketRead(Native Method)
>         at java.net.SocketInputStream.read(SocketInputStream.java:85)
>         at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:199)
>         at 
> org.apache.axis.transport.http.HTTPSender.readHeadersFromSocket(HTTPSender.java:506)
>         at 
> org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:127)
>         at 
> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
>         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
>         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
>         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
>         at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
>         at org.apache.axis.client.Call.invoke(Call.java:2553)
>         at org.apache.axis.client.Call.invoke(Call.java:2248)
>         at org.apache.axis.client.Call.invoke(Call.java:2171)
>         at org.apache.axis.client.Call.invoke(Call.java:1691)
>
>I checked in Google and forums and tried:
>call.setProperty("axis.connect.timeout", new Integer(5000)); // set for 5 secs
>
>But it's not timing out after 5 secs. Idea was to use 180 secs once the 
>above code reproduces the problem.
>
>Thanks for any help,
>Sri



java.io.InterruptedIOException: Read timed out - HELP!

Posted by Srinadh Karumuri <sk...@bbn.com>.
I was a happy axis-1_1 user on both client and server for about a year when 
we had to move to a slower server.

Now I get the timed out exception everyday in the morning and I am trying 
to figure out a way to increase the current timeout (probably at 60 
seconds) to something like 180 secs.

Here is the exception I see on the client side.

java.io.InterruptedIOException: Read timed out
         at java.net.SocketInputStream.socketRead(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:85)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:199)
         at 
org.apache.axis.transport.http.HTTPSender.readHeadersFromSocket(HTTPSender.java:506)
         at 
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:127)
         at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
         at org.apache.axis.client.Call.invoke(Call.java:2553)
         at org.apache.axis.client.Call.invoke(Call.java:2248)
         at org.apache.axis.client.Call.invoke(Call.java:2171)
         at org.apache.axis.client.Call.invoke(Call.java:1691)

I checked in Google and forums and tried:
call.setProperty("axis.connect.timeout", new Integer(5000)); // set for 5 secs

But it's not timing out after 5 secs. Idea was to use 180 secs once the 
above code reproduces the problem.

Thanks for any help,
Sri



Re: SOAP 1.2 Support

Posted by Davanum Srinivas <da...@gmail.com>.
Yes and Yes

On 11/4/05, SUVANAN DUTTA <su...@yahoo.com> wrote:
> Does Axis 1.3 support SOAP 1.2?
>
> I have the same question for Axis2 as well?
>
> - Suvanan.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>


--
Davanum Srinivas : http://wso2.com/blogs/

Re: SOAP1.2 and .jws question

Posted by Anne Thomas Manes <at...@gmail.com>.
No.

On 11/17/05, SUVANAN DUTTA <su...@yahoo.com> wrote:
>
> Is it possible to create a SOAP1.2 service with a .jws
> file? If yes, how?
>
> - Suvanan.
>
>
>
> __________________________________
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com
>

Re: Query Regarding running custom servlet on axis

Posted by Wade Chandler <hw...@yahoo.com>.
--- anshuk pal chaudhuri <an...@yahoo.com> wrote:

> Hi,
> 
> I have a doubt.
> I am using axis 1.2 on Tomcat 5.0.28
> 
> 
> I have made my own custom servlet and put that
> inside
> the classes folder of axis.So I have also changed
> the
> web.xml file accordingly.
> I am just trying to print something inside ths
> servlet.Thats it.
> I am trying to run that servlet at 
> 
> http://localhost:8080/axis/servlet/MyServlet
> 
> Now I am getting error 
> exception 
> 
> exception 
> javax.servlet.ServletException: Error allocating a
> servlet instance
> 
>
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
> 
>
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
> 
>
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
> 
>
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
> 
>
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
> 
>
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
> 	java.lang.Thread.run(Thread.java:534)
> 
> root cause 
> java.lang.UnsupportedClassVersionError: MyServlet
> Unsupported major.minor version 49.0)
> java.lang.ClassLoader.defineClass0(Native Method)
> 
>
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
> 
>
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
> 
>
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1634)
> 
>
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:860)
> 
>
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1307)
> 
>
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
> 
>
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
> 
>
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
> 
>
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
> 
>
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
> 
>
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
> 
>
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
> 	java.lang.Thread.run(Thread.java:534)
> 
> 
> So my doubt is whether it is possible to run my
> custom
> servlet on axis or not?Or do I need to put any extra
> jars?
> 
> Please let me know..
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 

This has to do with the fact that you compiled this
servlet using a 1.5 VM and the target VM is 1.4.2 or
some other 1.4 version.  I wouldn't imagine a 1.3 is
your target (I think that version of Tomcat requires
1.4+..may be wrong).  Anyways, to fix it you need to
compile your servlet with the switches -version 1.4
-target 1.4 added to your javac calls (or which ever
version of the VM is the target...the VM version
Tomcat is running inside).  If you are using an IDE
then you'll have to figure out how to make the IDE
pass switches to the VM to cause this to happen.  In
Netbeans (4.1+) you would change you project source to
1.4 instead of 1.5..might have to change your
project.properties file to use javac.target=1.4
javac.source=1.4

Wade

Query Regarding running custom servlet on axis

Posted by anshuk pal chaudhuri <an...@yahoo.com>.
Hi,

I have a doubt.
I am using axis 1.2 on Tomcat 5.0.28


I have made my own custom servlet and put that inside
the classes folder of axis.So I have also changed the
web.xml file accordingly.
I am just trying to print something inside ths
servlet.Thats it.
I am trying to run that servlet at 

http://localhost:8080/axis/servlet/MyServlet

Now I am getting error 
exception 

exception 
javax.servlet.ServletException: Error allocating a
servlet instance

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)

org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)

org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)

org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)

org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
	java.lang.Thread.run(Thread.java:534)

root cause 
java.lang.UnsupportedClassVersionError: MyServlet
Unsupported major.minor version 49.0)
java.lang.ClassLoader.defineClass0(Native Method)

java.lang.ClassLoader.defineClass(ClassLoader.java:537)

java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1634)

org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:860)

org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1307)

org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)

org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)

org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)

org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)

org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
	java.lang.Thread.run(Thread.java:534)


So my doubt is whether it is possible to run my custom
servlet on axis or not?Or do I need to put any extra
jars?

Please let me know..

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

SOAP1.2 and .jws question

Posted by SUVANAN DUTTA <su...@yahoo.com>.
Is it possible to create a SOAP1.2 service with a .jws
file? If yes, how?

- Suvanan.


		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

SOAP 1.2 Support

Posted by SUVANAN DUTTA <su...@yahoo.com>.
Does Axis 1.3 support SOAP 1.2?

I have the same question for Axis2 as well?

- Suvanan.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: newbie to Axis2

Posted by Anne Thomas Manes <at...@gmail.com>.
The W3C has only just recently published the Candidate Recommendation for
WSDL 2.0. They have just issued a call for implementations -- but it will
take a while for folks to build them. The Apache Woden incubator project is
working on it: http://incubator.apache.org/woden/.

If you would like to participate in building a WSDL 2.0 implementation,
please join in, but I'd say that it's still a little early to try using WSDL
2.0 for building apps.

Anne

On 2/2/06, anshuk pal chaudhuri <an...@yahoo.com> wrote:
>
>
> ok.
> But actualli I am trying any of the soap engines
> present generate WSDL2.0 compliant.If any can you
> please let me know.
>
> Thanks,
> Anshuk
> --- Deepal Jayasinghe <de...@opensource.lk> wrote:
>
> > well WSDL 2.0 support is not fully completed , Axis2
> > can read WSDL 2.0 but
> > the writing part is not complete , since we are
> > using WSDL 1.1 writer you
> > only get WSDL 1.1 doc when you ask for wsdl from
> > axis2 :)
> >
> > Thanks,
> >  Deepal
> >
> ................................................................
> > ~Future is Open~
> >
> > ----- Original Message -----
> > From: "anshuk pal chaudhuri" <an...@yahoo.com>
> > To: <ax...@ws.apache.org>
> > Sent: Wednesday, February 01, 2006 8:30 PM
> > Subject: Re: newbie to Axis2
> >
> >
> > > Ajith,
> > >
> > > Sorry for the trouble.It must have been some other
> > > release which I was using.I downloaded the 0.94
> > > version and its working ok.I have tried the
> > > MyService.aar services and its working fine.The
> > wsdl
> > > is also generated properly.But the wsdl that is
> > > generated is compliant to 1.1.
> > > Axis 2 supports WSDL 2.0.rite??How will one
> > service
> > > (say the sample web services)generate a WSDL 2.0
> > > compliant wsdl?
> > > Can you please let me know.
> > >
> > > Anshuk
> > >
> > > --- Ajith Ranabahu <aj...@gmail.com>
> > wrote:
> > >
> > >> Hmm..
> > >> We've checked and verified that all these
> > features
> > >> are available. Is this
> > >> surely the 0.94 release ?
> > >>
> > >> On 2/1/06, anshuk pal chaudhuri
> > <an...@yahoo.com>
> > >> wrote:
> > >> >
> > >> > yah Ajith,
> > >> >
> > >> > I have got one temporary solution to it.The
> > >> problem
> > >> > what i thot was that the servlet getting
> > created
> > >> for
> > >> > the HappyAxis.jsp was happaxis_jsp.java.Check
> > the
> > >> name
> > >> > caps in both the cases.I changed the
> > HappyAxis.jsp
> > >> in
> > >> > the axis2 to happaxis.jsp.Also changed the
> > >> > corresponding urlin the index.jsp page for the
> > >> > Validate Link.
> > >> >
> > >> > Now the axis is properly as its getting all the
> > >> the
> > >> > componenents.
> > >> > Now The problem that I am still facing is that
> > the
> > >> > service which I have deployed (the one with
> > echo
> > >> and
> > >> > ping operations, the userguide examples one),I
> > am
> > >> not
> > >> > able to see the wsdl of the service.
> > >> > Someone said that the web page where the list
> > of
> > >> > services is being displayed, the service name
> > >> > (MYService in this case) is a hyperlink which
> > will
> > >> > lead to the wsdl page.But my Sevice Name is not
> > >> any
> > >> > link.So how do I view the wsdl of my service
> > >> deployed
> > >> > in axis2     ???
> > >> >
> > >> > Anshuk
> > >> >
> > >> >
> > >> >
> > >> > --- Ajith Ranabahu <aj...@gmail.com>
> > >> wrote:
> > >> >
> > >> > > Hmmm... Is this in the 0.94 release ?  I'm
> > >> thinking
> > >> > > that it's something to
> > >> > > do with the servlet container setup but need
> > >> more
> > >> > > info to confirm.
> > >> > > You can try deleting the work directory if
> > you
> > >> are
> > >> > > using tomcat.
> > >> > > BTW can you post the details about your
> > servlet
> > >> > > container setup, OS and the
> > >> > > rest of the environment ?
> > >> > >
> > >> > > On 2/1/06, anshuk pal chaudhuri
> > >> <an...@yahoo.com>
> > >> > > wrote:
> > >> > > >
> > >> > > > Hi,
> > >> > > >
> > >> > > > I have installed axis2 web application but
> > >> when I
> > >> > > am
> > >> > > > trying to view the Axis Happiness Page
> > using
> > >> the
> > >> > > > Validate Link in order to know that whether
> > >> all
> > >> > > the
> > >> > > > componenets are properly installed or
> > not,its
> > >> > > throwing
> > >> > > > an error.
> > >> > > >
> > >> > > > java.lang.NoClassDefFoundError:
> > >> > > > org/apache/jsp/HappyAxis_jsp (wrong name:
> > >> > > > org/apache/jsp/happyaxis_jsp)
> > >> > > >
> > >> java.lang.ClassLoader.defineClass0(Native
> > >> > > Method)
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
> java.lang.ClassLoader.defineClass(ClassLoader.java:537)
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
> java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
> java.net.URLClassLoader.access$100(URLClassLoader.java:55)
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
> java.net.URLClassLoader$1.run(URLClassLoader.java:194)
> > >> > > >
> > >> > >
> > >>
> > java.security.AccessController.doPrivileged(Native
> > >> > > > Method)
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
> java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)
> > >> > > >
> > >> > > >
> > >> > >
> >
> === message truncated ===
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

Regarding WSDL2Java

Posted by anshuk pal chaudhuri <an...@yahoo.com>.
Ajith,

Thanks a lot about the information regarding the
Java2WSDL tool.

I have few queries about the present WSDL2Java tool
that is already bing released in the 0.94 version in
axis2.
I am having some issues with it.
I want to know the WSDL2Java takes input the wsdl
specfic to which spec 1.1 or 2.0??
I am giving a wsdl according to WSDL 1.1 (which is
running fine with the WSDL2Java of Axis 1.2.1 and
generating client stubs)
But in this case of WSDL2Java of Axis2 its throwing an
error:

C:\WSDLS>java org.apache.axis.wsdl.WSDL2Java -uri
RPCServices.wsdl

Exception in thread "main"
java.lang.NullPointerException
        at
org.apache.axis.wsdl.codegen.CodeGenConfiguration.<init>(CodeGenConfi
guration.java:57)
        at
org.apache.axis.wsdl.codegen.CodeGenConfiguration.<init>(CodeGenConfi
guration.java:50)
        at
org.apache.axis.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerati
onEngine.java:66)
        at
org.apache.axis.wsdl.WSDL2Code.main(WSDL2Code.java:28)
        at
org.apache.axis.wsdl.WSDL2Java.main(WSDL2Java.java:22)


Can you let me know what is the problem???

Anshuk 

--- Ajith Ranabahu <aj...@gmail.com> wrote:

> hi,
> there were some code in 0.94 that did this WSDL
> generation but it was not
> really tested and was not made into a tool. But
> recently we've added the
> commandline tool support for this tool. You are
> welcome to test out
> Java2WSDL in the latest codebase.
> BTW we only generate doc/lit WSDL's :)
> 
> On 2/2/06, anshuk pal chaudhuri <an...@yahoo.com>
> wrote:
> >
> > Hi,
> >
> > In Axis2 to generate a wsdl from the interfaces
> and
> > different command line parameters (likewise in
> > previous axis versions using Java2WSDL) what is
> the
> > tool that is being used?
> >
> > Anshuk
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> 
> 
> 
> --
> Ajith Ranabahu
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Wat Java2WSDL equivalent in Axis2?

Posted by Ajith Ranabahu <aj...@gmail.com>.
hi,
there were some code in 0.94 that did this WSDL generation but it was not
really tested and was not made into a tool. But recently we've added the
commandline tool support for this tool. You are welcome to test out
Java2WSDL in the latest codebase.
BTW we only generate doc/lit WSDL's :)

On 2/2/06, anshuk pal chaudhuri <an...@yahoo.com> wrote:
>
> Hi,
>
> In Axis2 to generate a wsdl from the interfaces and
> different command line parameters (likewise in
> previous axis versions using Java2WSDL) what is the
> tool that is being used?
>
> Anshuk
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>



--
Ajith Ranabahu

Wat Java2WSDL equivalent in Axis2?

Posted by anshuk pal chaudhuri <an...@yahoo.com>.
Hi,

In Axis2 to generate a wsdl from the interfaces and
different command line parameters (likewise in
previous axis versions using Java2WSDL) what is the
tool that is being used?

Anshuk

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: newbie to Axis2

Posted by anshuk pal chaudhuri <an...@yahoo.com>.
ok.
But actualli I am trying any of the soap engines
present generate WSDL2.0 compliant.If any can you
please let me know.

Thanks,
Anshuk
--- Deepal Jayasinghe <de...@opensource.lk> wrote:

> well WSDL 2.0 support is not fully completed , Axis2
> can read WSDL 2.0 but 
> the writing part is not complete , since we are
> using WSDL 1.1 writer you 
> only get WSDL 1.1 doc when you ask for wsdl from
> axis2 :)
> 
> Thanks,
>  Deepal
>
................................................................
> ~Future is Open~
> 
> ----- Original Message ----- 
> From: "anshuk pal chaudhuri" <an...@yahoo.com>
> To: <ax...@ws.apache.org>
> Sent: Wednesday, February 01, 2006 8:30 PM
> Subject: Re: newbie to Axis2
> 
> 
> > Ajith,
> >
> > Sorry for the trouble.It must have been some other
> > release which I was using.I downloaded the 0.94
> > version and its working ok.I have tried the
> > MyService.aar services and its working fine.The
> wsdl
> > is also generated properly.But the wsdl that is
> > generated is compliant to 1.1.
> > Axis 2 supports WSDL 2.0.rite??How will one
> service
> > (say the sample web services)generate a WSDL 2.0
> > compliant wsdl?
> > Can you please let me know.
> >
> > Anshuk
> >
> > --- Ajith Ranabahu <aj...@gmail.com>
> wrote:
> >
> >> Hmm..
> >> We've checked and verified that all these
> features
> >> are available. Is this
> >> surely the 0.94 release ?
> >>
> >> On 2/1/06, anshuk pal chaudhuri
> <an...@yahoo.com>
> >> wrote:
> >> >
> >> > yah Ajith,
> >> >
> >> > I have got one temporary solution to it.The
> >> problem
> >> > what i thot was that the servlet getting
> created
> >> for
> >> > the HappyAxis.jsp was happaxis_jsp.java.Check
> the
> >> name
> >> > caps in both the cases.I changed the
> HappyAxis.jsp
> >> in
> >> > the axis2 to happaxis.jsp.Also changed the
> >> > corresponding urlin the index.jsp page for the
> >> > Validate Link.
> >> >
> >> > Now the axis is properly as its getting all the
> >> the
> >> > componenents.
> >> > Now The problem that I am still facing is that
> the
> >> > service which I have deployed (the one with
> echo
> >> and
> >> > ping operations, the userguide examples one),I
> am
> >> not
> >> > able to see the wsdl of the service.
> >> > Someone said that the web page where the list
> of
> >> > services is being displayed, the service name
> >> > (MYService in this case) is a hyperlink which
> will
> >> > lead to the wsdl page.But my Sevice Name is not
> >> any
> >> > link.So how do I view the wsdl of my service
> >> deployed
> >> > in axis2     ???
> >> >
> >> > Anshuk
> >> >
> >> >
> >> >
> >> > --- Ajith Ranabahu <aj...@gmail.com>
> >> wrote:
> >> >
> >> > > Hmmm... Is this in the 0.94 release ?  I'm
> >> thinking
> >> > > that it's something to
> >> > > do with the servlet container setup but need
> >> more
> >> > > info to confirm.
> >> > > You can try deleting the work directory if
> you
> >> are
> >> > > using tomcat.
> >> > > BTW can you post the details about your
> servlet
> >> > > container setup, OS and the
> >> > > rest of the environment ?
> >> > >
> >> > > On 2/1/06, anshuk pal chaudhuri
> >> <an...@yahoo.com>
> >> > > wrote:
> >> > > >
> >> > > > Hi,
> >> > > >
> >> > > > I have installed axis2 web application but
> >> when I
> >> > > am
> >> > > > trying to view the Axis Happiness Page
> using
> >> the
> >> > > > Validate Link in order to know that whether
> >> all
> >> > > the
> >> > > > componenets are properly installed or
> not,its
> >> > > throwing
> >> > > > an error.
> >> > > >
> >> > > > java.lang.NoClassDefFoundError:
> >> > > > org/apache/jsp/HappyAxis_jsp (wrong name:
> >> > > > org/apache/jsp/happyaxis_jsp)
> >> > > >
> >> java.lang.ClassLoader.defineClass0(Native
> >> > > Method)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>
java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>
java.net.URLClassLoader.access$100(URLClassLoader.java:55)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>
java.net.URLClassLoader$1.run(URLClassLoader.java:194)
> >> > > >
> >> > >
> >>
> java.security.AccessController.doPrivileged(Native
> >> > > > Method)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>
java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)
> >> > > >
> >> > > >
> >> > >
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: newbie to Axis2

Posted by Deepal Jayasinghe <de...@opensource.lk>.
well WSDL 2.0 support is not fully completed , Axis2 can read WSDL 2.0 but 
the writing part is not complete , since we are using WSDL 1.1 writer you 
only get WSDL 1.1 doc when you ask for wsdl from axis2 :)

Thanks,
 Deepal
................................................................
~Future is Open~

----- Original Message ----- 
From: "anshuk pal chaudhuri" <an...@yahoo.com>
To: <ax...@ws.apache.org>
Sent: Wednesday, February 01, 2006 8:30 PM
Subject: Re: newbie to Axis2


> Ajith,
>
> Sorry for the trouble.It must have been some other
> release which I was using.I downloaded the 0.94
> version and its working ok.I have tried the
> MyService.aar services and its working fine.The wsdl
> is also generated properly.But the wsdl that is
> generated is compliant to 1.1.
> Axis 2 supports WSDL 2.0.rite??How will one service
> (say the sample web services)generate a WSDL 2.0
> compliant wsdl?
> Can you please let me know.
>
> Anshuk
>
> --- Ajith Ranabahu <aj...@gmail.com> wrote:
>
>> Hmm..
>> We've checked and verified that all these features
>> are available. Is this
>> surely the 0.94 release ?
>>
>> On 2/1/06, anshuk pal chaudhuri <an...@yahoo.com>
>> wrote:
>> >
>> > yah Ajith,
>> >
>> > I have got one temporary solution to it.The
>> problem
>> > what i thot was that the servlet getting created
>> for
>> > the HappyAxis.jsp was happaxis_jsp.java.Check the
>> name
>> > caps in both the cases.I changed the HappyAxis.jsp
>> in
>> > the axis2 to happaxis.jsp.Also changed the
>> > corresponding urlin the index.jsp page for the
>> > Validate Link.
>> >
>> > Now the axis is properly as its getting all the
>> the
>> > componenents.
>> > Now The problem that I am still facing is that the
>> > service which I have deployed (the one with echo
>> and
>> > ping operations, the userguide examples one),I am
>> not
>> > able to see the wsdl of the service.
>> > Someone said that the web page where the list of
>> > services is being displayed, the service name
>> > (MYService in this case) is a hyperlink which will
>> > lead to the wsdl page.But my Sevice Name is not
>> any
>> > link.So how do I view the wsdl of my service
>> deployed
>> > in axis2     ???
>> >
>> > Anshuk
>> >
>> >
>> >
>> > --- Ajith Ranabahu <aj...@gmail.com>
>> wrote:
>> >
>> > > Hmmm... Is this in the 0.94 release ?  I'm
>> thinking
>> > > that it's something to
>> > > do with the servlet container setup but need
>> more
>> > > info to confirm.
>> > > You can try deleting the work directory if you
>> are
>> > > using tomcat.
>> > > BTW can you post the details about your servlet
>> > > container setup, OS and the
>> > > rest of the environment ?
>> > >
>> > > On 2/1/06, anshuk pal chaudhuri
>> <an...@yahoo.com>
>> > > wrote:
>> > > >
>> > > > Hi,
>> > > >
>> > > > I have installed axis2 web application but
>> when I
>> > > am
>> > > > trying to view the Axis Happiness Page using
>> the
>> > > > Validate Link in order to know that whether
>> all
>> > > the
>> > > > componenets are properly installed or not,its
>> > > throwing
>> > > > an error.
>> > > >
>> > > > java.lang.NoClassDefFoundError:
>> > > > org/apache/jsp/HappyAxis_jsp (wrong name:
>> > > > org/apache/jsp/happyaxis_jsp)
>> > > >
>> java.lang.ClassLoader.defineClass0(Native
>> > > Method)
>> > > >
>> > > >
>> > >
>> >
>>
> java.lang.ClassLoader.defineClass(ClassLoader.java:537)
>> > > >
>> > > >
>> > >
>> >
>>
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
>> > > >
>> > > >
>> > >
>> >
>>
> java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
>> > > >
>> > > >
>> > >
>> >
>>
> java.net.URLClassLoader.access$100(URLClassLoader.java:55)
>> > > >
>> > > >
>> > >
>> >
>>
> java.net.URLClassLoader$1.run(URLClassLoader.java:194)
>> > > >
>> > >
>> java.security.AccessController.doPrivileged(Native
>> > > > Method)
>> > > >
>> > > >
>> > >
>> >
>>
> java.net.URLClassLoader.findClass(URLClassLoader.java:187)
>> > > >
>> > > >
>> > >
>> >
>>
> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)
>> > > >
>> > > >
>> > >
>> >
>>
> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)
>> > > >
>> > > >
>> > >
>> >
>>
> org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java
>> > > > :548)
>> > > >
>> > > >
>> > >
>> >
>>
> org.apache.jasper.servlet.JspServletWrapper.getServlet(
>> > > > JspServletWrapper.java:136)
>> > > >
>> > > >
>> > >
>> >
>>
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
>> > > > :307)
>> > > >
>> > > >
>> > >
>> >
>>
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
>> > > >
>> > > >
>> > >
>> >
>>
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
>> > > >
>> > > >
>> > >
>> >
>>
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>> > > >
>> > > > Can anbody let me know what the error can be?
>> > > >
>> > > >
>> > > > Anshuk
>> > > >
>> > > >
>> __________________________________________________
>> > > > Do You Yahoo!?
>> > > > Tired of spam?  Yahoo! Mail has the best spam
>> > > protection around
>> > > > http://mail.yahoo.com
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Ajith Ranabahu
>> > >
>> >
>> >
>> > __________________________________________________
>> > Do You Yahoo!?
>> > Tired of spam?  Yahoo! Mail has the best spam
>> protection around
>> > http://mail.yahoo.com
>> >
>>
>>
>>
>> --
>> Ajith Ranabahu
>>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 



Re: newbie to Axis2

Posted by Eran Chinthaka <ch...@opensource.lk>.
Hi Anshuk,

We have a WSDL 2.0 compatible object model, but we do not support WSDL
2.0 serialization yet. We are waiting for Wooden to finish that and to
integrate that with Axis2.

-- Chinthaka

anshuk pal chaudhuri wrote:

>Ajith,
>
>Sorry for the trouble.It must have been some other
>release which I was using.I downloaded the 0.94
>version and its working ok.I have tried the
>MyService.aar services and its working fine.The wsdl
>is also generated properly.But the wsdl that is
>generated is compliant to 1.1.
>Axis 2 supports WSDL 2.0.rite??How will one service
>(say the sample web services)generate a WSDL 2.0
>compliant wsdl?
>Can you please let me know.
>
>Anshuk
>
>--- Ajith Ranabahu <aj...@gmail.com> wrote:
>
>  
>
>>Hmm..
>>We've checked and verified that all these features
>>are available. Is this
>>surely the 0.94 release ?
>>
>>On 2/1/06, anshuk pal chaudhuri <an...@yahoo.com>
>>wrote:
>>    
>>
>>>yah Ajith,
>>>
>>>I have got one temporary solution to it.The
>>>      
>>>
>>problem
>>    
>>
>>>what i thot was that the servlet getting created
>>>      
>>>
>>for
>>    
>>
>>>the HappyAxis.jsp was happaxis_jsp.java.Check the
>>>      
>>>
>>name
>>    
>>
>>>caps in both the cases.I changed the HappyAxis.jsp
>>>      
>>>
>>in
>>    
>>
>>>the axis2 to happaxis.jsp.Also changed the
>>>corresponding urlin the index.jsp page for the
>>>Validate Link.
>>>
>>>Now the axis is properly as its getting all the
>>>      
>>>
>>the
>>    
>>
>>>componenents.
>>>Now The problem that I am still facing is that the
>>>service which I have deployed (the one with echo
>>>      
>>>
>>and
>>    
>>
>>>ping operations, the userguide examples one),I am
>>>      
>>>
>>not
>>    
>>
>>>able to see the wsdl of the service.
>>>Someone said that the web page where the list of
>>>services is being displayed, the service name
>>>(MYService in this case) is a hyperlink which will
>>>lead to the wsdl page.But my Sevice Name is not
>>>      
>>>
>>any
>>    
>>
>>>link.So how do I view the wsdl of my service
>>>      
>>>
>>deployed
>>    
>>
>>>in axis2     ???
>>>
>>>Anshuk
>>>
>>>
>>>
>>>--- Ajith Ranabahu <aj...@gmail.com>
>>>      
>>>
>>wrote:
>>    
>>
>>>>Hmmm... Is this in the 0.94 release ?  I'm
>>>>        
>>>>
>>thinking
>>    
>>
>>>>that it's something to
>>>>do with the servlet container setup but need
>>>>        
>>>>
>>more
>>    
>>
>>>>info to confirm.
>>>>You can try deleting the work directory if you
>>>>        
>>>>
>>are
>>    
>>
>>>>using tomcat.
>>>>BTW can you post the details about your servlet
>>>>container setup, OS and the
>>>>rest of the environment ?
>>>>
>>>>On 2/1/06, anshuk pal chaudhuri
>>>>        
>>>>
>><an...@yahoo.com>
>>    
>>
>>>>wrote:
>>>>        
>>>>
>>>>>Hi,
>>>>>
>>>>>I have installed axis2 web application but
>>>>>          
>>>>>
>>when I
>>    
>>
>>>>am
>>>>        
>>>>
>>>>>trying to view the Axis Happiness Page using
>>>>>          
>>>>>
>>the
>>    
>>
>>>>>Validate Link in order to know that whether
>>>>>          
>>>>>
>>all
>>    
>>
>>>>the
>>>>        
>>>>
>>>>>componenets are properly installed or not,its
>>>>>          
>>>>>
>>>>throwing
>>>>        
>>>>
>>>>>an error.
>>>>>
>>>>>java.lang.NoClassDefFoundError:
>>>>>org/apache/jsp/HappyAxis_jsp (wrong name:
>>>>>org/apache/jsp/happyaxis_jsp)
>>>>>       
>>>>>          
>>>>>
>>java.lang.ClassLoader.defineClass0(Native
>>    
>>
>>>>Method)
>>>>        
>>>>
>>>>>          
>>>>>
>java.lang.ClassLoader.defineClass(ClassLoader.java:537)
>  
>
>>>>>          
>>>>>
>java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
>  
>
>>>>>          
>>>>>
>java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
>  
>
>>>>>          
>>>>>
>java.net.URLClassLoader.access$100(URLClassLoader.java:55)
>  
>
>>>>>          
>>>>>
>java.net.URLClassLoader$1.run(URLClassLoader.java:194)
>  
>
>>java.security.AccessController.doPrivileged(Native
>>    
>>
>>>>>Method)
>>>>>
>>>>>
>>>>>          
>>>>>
>java.net.URLClassLoader.findClass(URLClassLoader.java:187)
>  
>
>>>>>          
>>>>>
>org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)
>  
>
>>>>>          
>>>>>
>org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)
>  
>
>>>>>          
>>>>>
>org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java
>  
>
>>>>>:548)
>>>>>
>>>>>
>>>>>          
>>>>>
>org.apache.jasper.servlet.JspServletWrapper.getServlet(
>  
>
>>>>>JspServletWrapper.java:136)
>>>>>
>>>>>
>>>>>          
>>>>>
>org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
>  
>
>>>>>:307)
>>>>>
>>>>>
>>>>>          
>>>>>
>org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
>  
>
>>>>>          
>>>>>
>org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
>  
>
>>>>>          
>>>>>
>javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>  
>
>>>>>Can anbody let me know what the error can be?
>>>>>
>>>>>
>>>>>Anshuk
>>>>>
>>>>>
>>>>>          
>>>>>
>>__________________________________________________
>>    
>>
>>>>>Do You Yahoo!?
>>>>>Tired of spam?  Yahoo! Mail has the best spam
>>>>>          
>>>>>
>>>>protection around
>>>>        
>>>>
>>>>>http://mail.yahoo.com
>>>>>
>>>>>          
>>>>>
>>>>
>>>>--
>>>>Ajith Ranabahu
>>>>
>>>>        
>>>>
>>>__________________________________________________
>>>Do You Yahoo!?
>>>Tired of spam?  Yahoo! Mail has the best spam
>>>      
>>>
>>protection around
>>    
>>
>>>http://mail.yahoo.com
>>>
>>>      
>>>
>>
>>--
>>Ajith Ranabahu
>>
>>    
>>
>
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>  
>

Re: newbie to Axis2

Posted by anshuk pal chaudhuri <an...@yahoo.com>.
Ajith,

Sorry for the trouble.It must have been some other
release which I was using.I downloaded the 0.94
version and its working ok.I have tried the
MyService.aar services and its working fine.The wsdl
is also generated properly.But the wsdl that is
generated is compliant to 1.1.
Axis 2 supports WSDL 2.0.rite??How will one service
(say the sample web services)generate a WSDL 2.0
compliant wsdl?
Can you please let me know.

Anshuk

--- Ajith Ranabahu <aj...@gmail.com> wrote:

> Hmm..
> We've checked and verified that all these features
> are available. Is this
> surely the 0.94 release ?
> 
> On 2/1/06, anshuk pal chaudhuri <an...@yahoo.com>
> wrote:
> >
> > yah Ajith,
> >
> > I have got one temporary solution to it.The
> problem
> > what i thot was that the servlet getting created
> for
> > the HappyAxis.jsp was happaxis_jsp.java.Check the
> name
> > caps in both the cases.I changed the HappyAxis.jsp
> in
> > the axis2 to happaxis.jsp.Also changed the
> > corresponding urlin the index.jsp page for the
> > Validate Link.
> >
> > Now the axis is properly as its getting all the
> the
> > componenents.
> > Now The problem that I am still facing is that the
> > service which I have deployed (the one with echo
> and
> > ping operations, the userguide examples one),I am
> not
> > able to see the wsdl of the service.
> > Someone said that the web page where the list of
> > services is being displayed, the service name
> > (MYService in this case) is a hyperlink which will
> > lead to the wsdl page.But my Sevice Name is not
> any
> > link.So how do I view the wsdl of my service
> deployed
> > in axis2     ???
> >
> > Anshuk
> >
> >
> >
> > --- Ajith Ranabahu <aj...@gmail.com>
> wrote:
> >
> > > Hmmm... Is this in the 0.94 release ?  I'm
> thinking
> > > that it's something to
> > > do with the servlet container setup but need
> more
> > > info to confirm.
> > > You can try deleting the work directory if you
> are
> > > using tomcat.
> > > BTW can you post the details about your servlet
> > > container setup, OS and the
> > > rest of the environment ?
> > >
> > > On 2/1/06, anshuk pal chaudhuri
> <an...@yahoo.com>
> > > wrote:
> > > >
> > > > Hi,
> > > >
> > > > I have installed axis2 web application but
> when I
> > > am
> > > > trying to view the Axis Happiness Page using
> the
> > > > Validate Link in order to know that whether
> all
> > > the
> > > > componenets are properly installed or not,its
> > > throwing
> > > > an error.
> > > >
> > > > java.lang.NoClassDefFoundError:
> > > > org/apache/jsp/HappyAxis_jsp (wrong name:
> > > > org/apache/jsp/happyaxis_jsp)
> > > >        
> java.lang.ClassLoader.defineClass0(Native
> > > Method)
> > > >
> > > >
> > >
> >
>
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
> > > >
> > > >
> > >
> >
>
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
> > > >
> > > >
> > >
> >
>
java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
> > > >
> > > >
> > >
> >
>
java.net.URLClassLoader.access$100(URLClassLoader.java:55)
> > > >
> > > >
> > >
> >
>
java.net.URLClassLoader$1.run(URLClassLoader.java:194)
> > > >
> > >
> java.security.AccessController.doPrivileged(Native
> > > > Method)
> > > >
> > > >
> > >
> >
>
java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> > > >
> > > >
> > >
> >
>
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)
> > > >
> > > >
> > >
> >
>
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)
> > > >
> > > >
> > >
> >
>
org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java
> > > > :548)
> > > >
> > > >
> > >
> >
>
org.apache.jasper.servlet.JspServletWrapper.getServlet(
> > > > JspServletWrapper.java:136)
> > > >
> > > >
> > >
> >
>
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
> > > > :307)
> > > >
> > > >
> > >
> >
>
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
> > > >
> > > >
> > >
> >
>
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
> > > >
> > > >
> > >
> >
>
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > > >
> > > > Can anbody let me know what the error can be?
> > > >
> > > >
> > > > Anshuk
> > > >
> > > >
> __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam?  Yahoo! Mail has the best spam
> > > protection around
> > > > http://mail.yahoo.com
> > > >
> > >
> > >
> > >
> > > --
> > > Ajith Ranabahu
> > >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> 
> 
> 
> --
> Ajith Ranabahu
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: newbie to Axis2

Posted by Ajith Ranabahu <aj...@gmail.com>.
Hmm..
We've checked and verified that all these features are available. Is this
surely the 0.94 release ?

On 2/1/06, anshuk pal chaudhuri <an...@yahoo.com> wrote:
>
> yah Ajith,
>
> I have got one temporary solution to it.The problem
> what i thot was that the servlet getting created for
> the HappyAxis.jsp was happaxis_jsp.java.Check the name
> caps in both the cases.I changed the HappyAxis.jsp in
> the axis2 to happaxis.jsp.Also changed the
> corresponding urlin the index.jsp page for the
> Validate Link.
>
> Now the axis is properly as its getting all the the
> componenents.
> Now The problem that I am still facing is that the
> service which I have deployed (the one with echo and
> ping operations, the userguide examples one),I am not
> able to see the wsdl of the service.
> Someone said that the web page where the list of
> services is being displayed, the service name
> (MYService in this case) is a hyperlink which will
> lead to the wsdl page.But my Sevice Name is not any
> link.So how do I view the wsdl of my service deployed
> in axis2     ???
>
> Anshuk
>
>
>
> --- Ajith Ranabahu <aj...@gmail.com> wrote:
>
> > Hmmm... Is this in the 0.94 release ?  I'm thinking
> > that it's something to
> > do with the servlet container setup but need more
> > info to confirm.
> > You can try deleting the work directory if you are
> > using tomcat.
> > BTW can you post the details about your servlet
> > container setup, OS and the
> > rest of the environment ?
> >
> > On 2/1/06, anshuk pal chaudhuri <an...@yahoo.com>
> > wrote:
> > >
> > > Hi,
> > >
> > > I have installed axis2 web application but when I
> > am
> > > trying to view the Axis Happiness Page using the
> > > Validate Link in order to know that whether all
> > the
> > > componenets are properly installed or not,its
> > throwing
> > > an error.
> > >
> > > java.lang.NoClassDefFoundError:
> > > org/apache/jsp/HappyAxis_jsp (wrong name:
> > > org/apache/jsp/happyaxis_jsp)
> > >         java.lang.ClassLoader.defineClass0(Native
> > Method)
> > >
> > >
> >
> java.lang.ClassLoader.defineClass(ClassLoader.java:537)
> > >
> > >
> >
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
> > >
> > >
> >
> java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
> > >
> > >
> >
> java.net.URLClassLoader.access$100(URLClassLoader.java:55)
> > >
> > >
> >
> java.net.URLClassLoader$1.run(URLClassLoader.java:194)
> > >
> > java.security.AccessController.doPrivileged(Native
> > > Method)
> > >
> > >
> >
> java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> > >
> > >
> >
> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)
> > >
> > >
> >
> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)
> > >
> > >
> >
> org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java
> > > :548)
> > >
> > >
> >
> org.apache.jasper.servlet.JspServletWrapper.getServlet(
> > > JspServletWrapper.java:136)
> > >
> > >
> >
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
> > > :307)
> > >
> > >
> >
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
> > >
> > >
> >
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
> > >
> > >
> >
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > >
> > > Can anbody let me know what the error can be?
> > >
> > >
> > > Anshuk
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > >
> >
> >
> >
> > --
> > Ajith Ranabahu
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>



--
Ajith Ranabahu

Re: newbie to Axis2

Posted by anshuk pal chaudhuri <an...@yahoo.com>.
yah Ajith,

I have got one temporary solution to it.The problem
what i thot was that the servlet getting created for
the HappyAxis.jsp was happaxis_jsp.java.Check the name
caps in both the cases.I changed the HappyAxis.jsp in
the axis2 to happaxis.jsp.Also changed the
corresponding urlin the index.jsp page for the
Validate Link.

Now the axis is properly as its getting all the the
componenents.
Now The problem that I am still facing is that the
service which I have deployed (the one with echo and
ping operations, the userguide examples one),I am not
able to see the wsdl of the service.
Someone said that the web page where the list of
services is being displayed, the service name
(MYService in this case) is a hyperlink which will
lead to the wsdl page.But my Sevice Name is not any
link.So how do I view the wsdl of my service deployed
in axis2     ???

Anshuk



--- Ajith Ranabahu <aj...@gmail.com> wrote:

> Hmmm... Is this in the 0.94 release ?  I'm thinking
> that it's something to
> do with the servlet container setup but need more
> info to confirm.
> You can try deleting the work directory if you are
> using tomcat.
> BTW can you post the details about your servlet
> container setup, OS and the
> rest of the environment ?
> 
> On 2/1/06, anshuk pal chaudhuri <an...@yahoo.com>
> wrote:
> >
> > Hi,
> >
> > I have installed axis2 web application but when I
> am
> > trying to view the Axis Happiness Page using the
> > Validate Link in order to know that whether all
> the
> > componenets are properly installed or not,its
> throwing
> > an error.
> >
> > java.lang.NoClassDefFoundError:
> > org/apache/jsp/HappyAxis_jsp (wrong name:
> > org/apache/jsp/happyaxis_jsp)
> >         java.lang.ClassLoader.defineClass0(Native
> Method)
> >
> >
>
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
> >
> >
>
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
> >
> >
>
java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
> >
> >
>
java.net.URLClassLoader.access$100(URLClassLoader.java:55)
> >
> >
>
java.net.URLClassLoader$1.run(URLClassLoader.java:194)
> >        
> java.security.AccessController.doPrivileged(Native
> > Method)
> >
> >
>
java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> >
> >
>
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)
> >
> >
>
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)
> >
> >
>
org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java
> > :548)
> >
> >
>
org.apache.jasper.servlet.JspServletWrapper.getServlet(
> > JspServletWrapper.java:136)
> >
> >
>
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
> > :307)
> >
> >
>
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
> >
> >
>
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
> >
> >
>
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> >
> > Can anbody let me know what the error can be?
> >
> >
> > Anshuk
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> 
> 
> 
> --
> Ajith Ranabahu
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: newbie to Axis2

Posted by Ajith Ranabahu <aj...@gmail.com>.
Hmmm... Is this in the 0.94 release ?  I'm thinking that it's something to
do with the servlet container setup but need more info to confirm.
You can try deleting the work directory if you are using tomcat.
BTW can you post the details about your servlet container setup, OS and the
rest of the environment ?

On 2/1/06, anshuk pal chaudhuri <an...@yahoo.com> wrote:
>
> Hi,
>
> I have installed axis2 web application but when I am
> trying to view the Axis Happiness Page using the
> Validate Link in order to know that whether all the
> componenets are properly installed or not,its throwing
> an error.
>
> java.lang.NoClassDefFoundError:
> org/apache/jsp/HappyAxis_jsp (wrong name:
> org/apache/jsp/happyaxis_jsp)
>         java.lang.ClassLoader.defineClass0(Native Method)
>
> java.lang.ClassLoader.defineClass(ClassLoader.java:537)
>
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
>
> java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
>
> java.net.URLClassLoader.access$100(URLClassLoader.java:55)
>
> java.net.URLClassLoader$1.run(URLClassLoader.java:194)
>         java.security.AccessController.doPrivileged(Native
> Method)
>
> java.net.URLClassLoader.findClass(URLClassLoader.java:187)
>
> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)
>
> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)
>
> org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java
> :548)
>
> org.apache.jasper.servlet.JspServletWrapper.getServlet(
> JspServletWrapper.java:136)
>
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
> :307)
>
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
>
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
>
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
> Can anbody let me know what the error can be?
>
>
> Anshuk
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>



--
Ajith Ranabahu

Re: newbie to Axis2

Posted by anshuk pal chaudhuri <an...@yahoo.com>.
Hi,

I have installed axis2 web application but when I am
trying to view the Axis Happiness Page using the
Validate Link in order to know that whether all the
componenets are properly installed or not,its throwing
an error.

java.lang.NoClassDefFoundError:
org/apache/jsp/HappyAxis_jsp (wrong name:
org/apache/jsp/happyaxis_jsp)
	java.lang.ClassLoader.defineClass0(Native Method)

java.lang.ClassLoader.defineClass(ClassLoader.java:537)

java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

java.net.URLClassLoader.defineClass(URLClassLoader.java:251)

java.net.URLClassLoader.access$100(URLClassLoader.java:55)

java.net.URLClassLoader$1.run(URLClassLoader.java:194)
	java.security.AccessController.doPrivileged(Native
Method)

java.net.URLClassLoader.findClass(URLClassLoader.java:187)

org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:156)

org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:69)

org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:548)

org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:136)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:307)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

Can anbody let me know what the error can be?


Anshuk

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: newbie to Axis2

Posted by Deepal Jayasinghe <de...@opensource.lk>.
first start tomacat , then type go to axis2 web admin (127.0.0.1:8080/axis2) 
, then go to services , there you can see list of all the services in the 
systm , click one of them , then you will be able to see its WSDL

Thanks,
 Deepal
................................................................
~Future is Open~

----- Original Message ----- 
From: "anshuk pal chaudhuri" <an...@yahoo.com>
To: <ax...@ws.apache.org>
Sent: Monday, January 30, 2006 7:16 PM
Subject: newbie to Axis2


> Hi,
>
> I have deployed the sample web services of Axis2
> (userguide:example) on Tomcat.
> But after deploying teh web service how do I view the
> dynamically generated wsdl like the way we used to do
> in case of Axis 1.x?
>
> Regards,
> Anshuk
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 



newbie to Axis2

Posted by anshuk pal chaudhuri <an...@yahoo.com>.
Hi,

I have deployed the sample web services of Axis2
(userguide:example) on Tomcat.
But after deploying teh web service how do I view the
dynamically generated wsdl like the way we used to do
in case of Axis 1.x?

Regards,
Anshuk

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[ANN]: VTD-XML 1.0 released

Posted by Jimmy zhang <cr...@comcast.net>.
I am pleased to announce that both Java and C version 1.0 of
VTD-XML -- an open-source, high-performance and non-extractive
XML processing API -- is freely available on sourceforge.net.
For source code, documentation, detailed description of API
and code examples, please visit

  http://vtd-xml.sourceforge.net

New in VTD-XML 1.0 is the integrated support of XPath that also
features a easy-to-use interface that further enhances VTD-XML's
inherent benefits, such as CPU/memory efficiency, random access,
and incremental update. A demo of the XPath capability is available
at

  http://vtd-xml.sourceforge.net/demo.html

For further reading, please refer to the following articles about
VTD-XML

* Process SOAP with VTD-XML
  http://xml.sys-con.com/read/48764.htm

* Better, faster XML processing with VTD-XML
  http://www.devx.com/xml/Article/22219?trk=DXRSS_XML

* XML on a chip
  http://www.xml.com/pub/a/2005/03/09/chip.html

* Improve XML processing with VTD-XML
  http://www.intel.com/cd/ids/developer/asmo-na/eng/dc/xeon/multicore/211657.htm