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&#58;binding name="EchoServiceSoapBinding" type="impl&#58;EchoService">

&nbsp; &nbsp; &nbsp; &nbsp; <wsdlsoap&#58;binding style="rpc" 
transport="http&#58;//schemas.xmlsoap.org/soap/http"/>

&nbsp; &nbsp; &nbsp; &nbsp; <wsdl&#58;operation name="echo">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdlsoap&#58;operation 
soapAction="echo" style="document"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdl&#58;input name="echo1Request">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdlsoap&#58;body 
use="encoded"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </wsdl&#58;input>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdl&#58;output name="echo1Response">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdlsoap&#58;body 
use="encoded"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </wsdl&#58;output>

&nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;operation>&nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;

&nbsp; &nbsp; </wsdl&#58;binding>



But instead I got that :



<wsdl&#58;binding name="EchoServiceSoapBinding" type="impl&#58;EchoService">

&nbsp; &nbsp; &nbsp; &nbsp; <wsdlsoap&#58;binding style="document" 
transport="http&#58;//schemas.xmlsoap.org/soap/http"/>

&nbsp; &nbsp; &nbsp; &nbsp; <wsdl&#58;operation name="echo">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdlsoap&#58;operation 
soapAction="echo" style="document"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdl&#58;input name="echo1Request">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdlsoap&#58;body 
use="literal"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </wsdl&#58;input>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdl&#58;output name="echo1Response">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <wsdlsoap&#58;body 
use="literal"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </wsdl&#58;output>

&nbsp; &nbsp; &nbsp; &nbsp;</wsdl&#58;operation>&nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;

&nbsp; &nbsp; </wsdl&#58;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

Reply via email to