Thank you very much Chad. Thanks to that I managed to generate my WSDL files but now I have two questions :
* By default the WSDL files are generated on a path corresponding to the namespace in which the classifier is declared in the model. Is there a way to change that or should I just modify my model to declare my web service classifiers in the default package ? * I have specified the following tagged values for my webservice : @andromda.webservice.style=rpc @andromda.webservice.use=encoded @andromda.webservice.provider=RPC I would have expected to see that kind of definition in WSDL : <wsdl:binding name="EchoServiceSoapBinding" type="impl:EchoService"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="echo"> <wsdlsoap:operation soapAction="echo" style="document"/> <wsdl:input name="echo1Request"> <wsdlsoap:body use="encoded"/> </wsdl:input> <wsdl:output name="echo1Response"> <wsdlsoap:body use="encoded"/> </wsdl:output> </wsdl:operation> </wsdl:binding> But instead I got that : <wsdl:binding name="EchoServiceSoapBinding" type="impl:EchoService"> <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="echo"> <wsdlsoap:operation soapAction="echo" style="document"/> <wsdl:input name="echo1Request"> <wsdlsoap:body use="literal"/> </wsdl:input> <wsdl:output name="echo1Response"> <wsdlsoap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> Did I miss something ? Thx in advance. -- S�bastien Arbogast _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=845#845 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
