I have been using AndroMDA for about a week now and decided to try deploying a 
webservice.  I created an <<Entity>> called Commit which has 2 string 
attributes.  I created a <<WebService>><<Service>> called CommitService with a 
method getCommitById(id:String):Commit.  I also have a dependency from the 
service to the entity.  So, everything generates fine from the model, but when 
I try to run org.apache.axis.wsdl.WSDL2Java against the generated 
CommitService.wsdl file, I get the following error: 



java.io.IOException&#58; Type 
&#123;http&#58;//com.cisco.step.commitarch.service&#125;Commit is referenced 
but not defined.

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined&#40;SymbolTable.java&#58;522&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.axis.wsdl.symbolTable.SymbolTable.add&#40;SymbolTable.java&#58;422&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.axis.wsdl.symbolTable.SymbolTable.populate&#40;SymbolTable.java&#58;408&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.axis.wsdl.symbolTable.SymbolTable.populate&#40;SymbolTable.java&#58;393&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run&#40;Parser.java&#58;245&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run&#40;Thread.java&#58;552&#41;



Am I doing something wrong?  Has anyone encountered this before?



I am using AndroMDA 3.0 with MagicDraw 9.5.
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2168#2168
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to