File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Make a WSDL from JWS using Axis (Complex types problem) 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 "Make a WSDL from JWS using Axis (Complex types problem)" Watch "Make a WSDL from JWS using Axis (Complex types problem)" New topic
Author

Make a WSDL from JWS using Axis (Complex types problem)

Vlad Golodov
Ranch Hand

Joined: Jul 05, 2004
Posts: 50
I'm trying to make a WSDL from JWS using Axis. File compiles without errors, but if i press "Click to see the WSDL", it gives me nothing. What can be wrong with my code? With simple types all works OK.



Thanks!


SCJP, SCJWSD prepairing<br /><a href="http://www.vladgolodov.com" target="_blank" rel="nofollow">http://www.vladgolodov.com</a>
Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
before you think you are done with the deployment of this web service you need to add register your java beans with the (de)serializer's axis providers for handling such java bean. for this you can modify your service in the server-config.wsdd or your deploy.wsdd with code similiar to below :



RR Kumaran
SCJP 1.4
 
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: Make a WSDL from JWS using Axis (Complex types problem)
 
Similar Threads
why is my loginForm stopped processing the user input
Java2WSDL command inside WebSphere how to use it!
java.io.IOException: Type {http://lang.java}Exception is referenced but not defined.
WSDL2Java Question
problem persisting an object with collections and manytomany relationship