users@glassfish.java.net

RE: soap wsdl

From: Andreas Junius <ajunius_at_staff.iinet.net.au>
Date: Wed, 4 Dec 2013 04:30:03 +0000

Thanks Martin. I've got it to work using that resource (for anyone interested): http://isurues.wordpress.com/2009/10/01/how-to-generate-your-jaxws-service-from-a-wsdl-using-wsimport/
The only missing part for my implementation was the annotation mentioned at the bottom of the page. I thought the annotation on the interface gets inherited but it appears that this is not the case.

GF even creates the Tester page, unfortunately it doesn't seem to support complex types for input, so its of limited use.

Cheers,
Andy



From: Martin Gainty [mailto:mgainty_at_hotmail.com]
Sent: Wednesday, 4 December 2013 3:09 AM
To: users_at_glassfish.java.net
Subject: RE: soap wsdl

Andy

WSDL2Java that ALWAYS works

http://wso2.com/library/tutorials/reference-guide-axis2-code-generation-parameters-part-1/#usingTool

Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.



________________________________
From: ajunius_at_staff.iinet.net.au<mailto:ajunius_at_staff.iinet.net.au>
To: users_at_glassfish.java.net<mailto:users_at_glassfish.java.net>
Subject: soap wsdl
Date: Tue, 3 Dec 2013 05:43:39 +0000
Hi all,

Can anyone point me to a good tutorial or any resource about generating a web service from its wsdl definition, please?
I managed to generate the code using wsimport, however I don't know how and where to add the actual implementation. It would be perfect if I then could use the GF generated tester to run the web service. Any help appreciated.

Cheers,
Andy