This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Trying to create first service in WebSphere AST Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Trying to create first service in WebSphere AST" Watch "Trying to create first service in WebSphere AST" New topic
Author

Trying to create first service in WebSphere AST

Douglas Rowe
Greenhorn

Joined: Dec 09, 2003
Posts: 9
I'm having a great deal of trouble getting started with web services in IBM's eclipse based Application Server Toolkit. I only have a cursory understanding of services so I am relying on documentation. All of the documentation I'm finding suggests selections that I don't find available or don't work as shown in my installation (6.0.0.2). For example to start a top down web service, I'm supposed to create a new WSDL document. There is no option for this anywhere under new. I have tried creating a bean that does what I need and running Java2Wsdl on it, but I keep getting the same error, "The <class-of-porttype> was not specified" when I clearly have my class specified as the last arg.

Can anyone be of help here?


Whenever you find yourself on the side of the majority, it is time to pause and reflect. Mark Twain
Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
this http://www-128.ibm.com/developerworks/library/ws-radtest/?ca=dnt-64&ca=dnp-412 may give you some inputs ...


RR Kumaran
SCJP 1.4
Douglas Rowe
Greenhorn

Joined: Dec 09, 2003
Posts: 9
Thank you, but I don't have the rational tool. I was looking for another way using only the AST.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Trying to create first service in WebSphere AST
 
Similar Threads
Java Web Service
Eclipse 3.4 WTP Big Headache
Unable to expose a class as webservice
non-SOAP axis2 web service
how to invoke web service implemented in MS.NET