From: Eric W. <ewa...@sy...> - 2006-12-11 20:10:03
|
I haven't used LSIDAssigner myself, but there appears to be an example use of it in LSIDTestClient in the lsid-client jar. I suspect the endpoint to use in the SOAP location is specified in web.xml as the servlet-mapping to the AssigningServlet, .../assigning by default. The port should just be whatever Tomcat is running on, so you would create the LSIDStandardPort like so: new SOAPLocation("http://mydomain.org:8080/assigning"); -Eric Allyson Lister wrote: > Hi all, > > Sorry to ask about something that I should probably know about, but I am > a newcomer to actually *using* web services :) > > I'm using the lsid toolkit provided by Benjamin and others, and I wanted > to try using the LSIDAssigner.java code just to see how a hypothetical > lsid assigner would work, but unfortunately I have no idea how to > construct the LSIDStandardPort port that it requires in its constructor. > I have the default authority and authority/assigner running in my > tomcat, but I have not used SOAP or web services, and I don't know where > to get the information needed to fill the port details - is there an > example use of LSIDAssigner somewhere in the toolkit? Also, will the > SOAP port be different from the port where tomcat is sitting? I'm > guessing yes...? > > Again, apologies if this is blindingly obvious to everyone, but a push > in the right direction would be most helpful! > > Regards, > Allyson > > -- > Allyson Lister > Research Associate > Centre for Integrated Systems Biology for Ageing and Nutrition > Newcastle University > http://www.cisban.ac.uk > School of Computing Science > Newcastle University > Newcastle upon Tyne, NE1 7RU > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Lsid-developer mailing list > Lsi...@li... > https://lists.sourceforge.net/lists/listinfo/lsid-developer |