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. 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. I've only currently generated the WSDL for wrapped/literal style because axis had poor support for that when generating the WSDL from the WSDD. If you use RPC/encoded axis generates the WSDL file. Theres an open JIRA issue to add generation of the WSDL for RPC/encoded to the cartridge, but I haven't gotten around to adding it yet. -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=846#846 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
