• 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

Weblogic webservice manual deployment

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I want clear steps of deploying a webservice(stateless session bean) of type RPC in weblogic 6.1 app server. The manual steps include creation of WSDL file and SOAP issues.
Is there any resource availble giving such type of sequence of steps to create and run a webservice?
Thanks
Srinivas
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are using Apache's Axis Implementation for SOAP and Web Services this link might be of help
http://ws.apache.org/axis/index.html Check the userguide link therein...
And though it mentions about Tomcat App Server..it's not much different that WebLogic6.1 sp4..
 
srinivasrao marri
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
thanks for giving reply. While working webservices with weblogic6.1 manually, either we have to go for ant tool or do manually. While trying to do manually we suppose to use certain weblogic utilities where the wsdl and soap things will be created automatically.
I am looking for cetain kind of thing where i can adopt the sequential steps to deploy a webservice and run a client to use that service.
Srinivas
 
Sam Bom
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are using Axis implementataion on your WebLogic then the Axis will take care of wsdl generation and rest of the other stuff...not sure how WebLogic handles it independent of Axis..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic