[EMAIL PROTECTED] wrote:
Quote: 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 ? (end of quote) Why is that a problem? The namespace doesn't appear when you access the service from a URL. (end of quote) The problem is more conceptual in fact : I understand why Java sources tree structure reflects the structure of packages, because files have to be compiled. But WSDL files are not to be compiled so I don't see any reason why they should be generated on a package-reflecting path. But anyway this is not a big issue I just have to adapt my model to suit my specific tree structure needs. Quote: If you're using RPC/encoded (which I'm not sure why you'd want to since its not WS-I compliant), the server-config.wsdd file will contain the appropriate configuration, but the WSDL will not be generated. (end of quote) Actually I don't know precisely. All I know is that my services should be invocable by a J2ME WSA client and according to my documentation about that specification (http://developers.sun.com/techtopics/mobility/apis/articles/wsa/), WSA does only support rpc style services. For the encoded part it was definitely a mistake. In fact the only supported pair is rpc/literal. But you say that if I set tagged values to be anything but rpc/wrapped, WSDL files shouldn't be generated at all. But the thing is that they are, but don't seem to take my parameters into account. WDYT ? -- S�bastien Arbogast _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=849#849 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
