Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » using axis2
using axis2 [message #204675] Sun, 18 November 2007 11:37 Go to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
Hi,
I just downloaded WTP 3.0 M3 and Axis2.
I was trying to create a web service based on a very simple class I have (it
has a single method which takes a String and returns a String).
I was following the "Creating Bottom Up Web Service via Apache Axis2"
tutorial
( http://www.eclipse.org/webtools/community/tutorials/BottomUp Axis2WebService/bu_tutorial.html).
What I get is a project with errors in some of the JSP files that are
created (adminheader.jsp, link-fotter.jsp, upload.jsp).
Is this a known issue?
Re: using axis2 [message #204682 is a reply to message #204675] Sun, 18 November 2007 15:08 Go to previous messageGo to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
I also cannot see the WSDL that should have been generated by this service,
so I cannot create its client.

"zohar" <david_fire4@hotmail.com> wrote in message
news:fhp83f$4lu$1@build.eclipse.org...
> Hi,
> I just downloaded WTP 3.0 M3 and Axis2.
> I was trying to create a web service based on a very simple class I have
> (it has a single method which takes a String and returns a String).
> I was following the "Creating Bottom Up Web Service via Apache Axis2"
> tutorial
> ( http://www.eclipse.org/webtools/community/tutorials/BottomUp Axis2WebService/bu_tutorial.html).
> What I get is a project with errors in some of the JSP files that are
> created (adminheader.jsp, link-fotter.jsp, upload.jsp).
> Is this a known issue?
Re: using axis2 [message #205250 is a reply to message #204675] Sat, 01 December 2007 00:11 Go to previous messageGo to next message
Kathy Chan is currently offline Kathy ChanFriend
Messages: 93
Registered: July 2009
Member
Yes, the errors in the JSP files are a known problem reported in Bugzilla
207589 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=207589). You can
safely ignore the bugs for now. They are resulted from JavaScript
validation errors. Alternatively, you can go to Preferences -> Validation
and disable "JavaScript Syntax Validation" to not have the errors show up.

Regards,
Kathy Chan

"zohar" <david_fire4@hotmail.com> wrote in message
news:fhp83f$4lu$1@build.eclipse.org...
> Hi,
> I just downloaded WTP 3.0 M3 and Axis2.
> I was trying to create a web service based on a very simple class I have
> (it has a single method which takes a String and returns a String).
> I was following the "Creating Bottom Up Web Service via Apache Axis2"
> tutorial
> ( http://www.eclipse.org/webtools/community/tutorials/BottomUp Axis2WebService/bu_tutorial.html).
> What I get is a project with errors in some of the JSP files that are
> created (adminheader.jsp, link-fotter.jsp, upload.jsp).
> Is this a known issue?
Re: using axis2 [message #205265 is a reply to message #204682] Sat, 01 December 2007 00:19 Go to previous message
Kathy Chan is currently offline Kathy ChanFriend
Messages: 93
Registered: July 2009
Member
Once you deployed an Axis2 Web service on a server, just select the Web
project and select "Run on Server" on it. It will display the Axis2 Web app
which has a Services link that show you all the deployed Web service. Click
on the name of the Web service to get to it's WSDL file.

For example, for an Axis2 Converter service deployed in Web project named
"Axis2WebProject", the WSDL is at:

http://localhost:8080/Axis2WebProject/services/Converter?wsd l

Regards,
Kathy Chan


"zohar" <david_fire4@hotmail.com> wrote in message
news:fhpkfp$v9k$1@build.eclipse.org...
>I also cannot see the WSDL that should have been generated by this service,
>so I cannot create its client.
>
> "zohar" <david_fire4@hotmail.com> wrote in message
> news:fhp83f$4lu$1@build.eclipse.org...
>> Hi,
>> I just downloaded WTP 3.0 M3 and Axis2.
>> I was trying to create a web service based on a very simple class I have
>> (it has a single method which takes a String and returns a String).
>> I was following the "Creating Bottom Up Web Service via Apache Axis2"
>> tutorial
>> ( http://www.eclipse.org/webtools/community/tutorials/BottomUp Axis2WebService/bu_tutorial.html).
>> What I get is a project with errors in some of the JSP files that are
>> created (adminheader.jsp, link-fotter.jsp, upload.jsp).
>> Is this a known issue?
>
Previous Topic:Where can I get org.apache.axis11?
Next Topic:Holiday Networking Event in San Francisco (12/6)
Goto Forum:
  


Current Time: Thu Apr 25 08:37:20 GMT 2024

Powered by FUDForum. Page generated in 0.03907 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top