• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Web Services using AXIS 2

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I am creating a web services steps are as follows

1. Created a dynamic web project
2. Created a WSDL file
3. Generate code from wsdl

Now i want to know in which generated java file i have to edit to implement my method
and how do i deploy it
I am giving yoy the wsdl file and also java file which are generated


Thank You
WSDL FILE



ConcatRequest


ConcatResponse


ExtensionMapper


SimpleServiceMessageReceiverInOut



SimpleServiceSkeleton



SimpleServiceSkeletonInterface









 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's probably too much code to expect anyone to go through. Can you tell us what you mean by "implement my method"? If there is a WSDL then presumably the web service is already in place? Or is that not what you're asking about?
 
Arvind Purohit
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks You Ulf Dittmer
For your Reply. In this web services i am trying to concatenate two string. I want to know In which file should i write my business logic( ie concatenate of two string )
In SimpleServiceSkeleton file you can see //TODO : fill this with the necessary business logic but i am not getting how to write it.

Can you please give me a tutorial link or book which is explaining about Creation of Web service from WSDL using Axis and Eclipse theat will be a great help to me thank you. If you have any doubt .. how i have generate these code i can explain

Thanks A lot
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first stop for such help should be the Axis 2 web site, which has an extensive tutorial and user guide on how to use it. I advise not to use an IDE so that you learn what's happening underneath.
 
Anderson gave himself the promotion. So I gave myself this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic