• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to integrate AXIS2 envirnoment into the current webapllication.

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Can anybody let me know how to integrate the AXIS2 to existing web-application.
Basically i have an developed web-application which works in java-tomcat5.5 environment.I need to convert this application into a web service either using WSIT or AXIS2.

Can anybody help me on how to proceed!!!

Regards,
Darshans
 
Ranch Hand
Posts: 398
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

darshan collabera solutions wrote:Hi ,

how to integrate the AXIS2 to existing web-application.



Go through this link, may be useful for you.
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"darshan", please check your private messages regarding an important administrative matter.

Thank you.
 
Darshan Shiv
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you.
 
Darshan Shiv
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I followed the same procedure as mentioned in the above link.I integrated the AXIS2 envirnoment to my existing web-application.I created the service folder inside the WEB-INF folder and tried accessing that service and i get the below error when clicked on the below link:

http://localhost:6080/pricecomparator/services/RunCoreDais.jws

i get this error:

This XML file does not appear to have any style information associated with it. The document tree is shown below.


<soapenv:Reason>

<soapenv:Text xml:lang="en-US">
The service cannot be found for the endpoint reference (EPR) /pricecomparator/services/RunCoreDais.jws
</soapenv:Text>
</soapenv:Reason>

on my tomcat 5.5 console also i get the error.
I am using AXIS2 1.4.1 version which is the latest.

Please will anybody will let me know on the this issue.

Regards,
Darshan

 
reply
    Bookmark Topic Watch Topic
  • New Topic