• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

generate WSDL from java class and Deploy the WSDL on the JBoss server---Kindly Help me..Very Urgent

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I want to create a WSDL from a java class
and then after creation of te WSDL i want to Deploy the WSDL on the JBoss server
So that i can able to access that WSDL on the Network i.e. to the other system.
kindly helpnme its very urgent
 
Ranch Hand
Posts: 198
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

puneet bansal wrote:hi
I want to create a WSDL from a java class



Do you mean to create a Web Service?
If so, Search google for simple WS implementaion, and deployment is just a "right click and deploy" if you are using any IDE.
 
Rancher
Posts: 1044
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

puneet bansal wrote:its very urgent



It is not urgent - not for us anyway.

I mean: it is contraproductive to mention its being urgent. From the reader's point of view, it only adds clutter.
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use Axis, CXF etc. to do this. I'd use Axis 1.x to create the WSDL from Java. Please go the Apache Axis 1.x website and you will links that point you in the right direction. Basically.

1. Run java2wsdl tool by giving the path to the source code that you want to expose as webservice
2. Edit the descriptors generated by Axis to match your environment
3. Package you webservice so that it can be deployed on Jboss.
 
I got this tall by not having enough crisco in my diet as a kid. This ad looks like it had plenty of shortening:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic