| 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
|
 |
 |
|
|
subject: Make a WSDL from JWS using Axis (Complex types problem)
|
|
|