Re: WS outside of control

2008-03-22 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, Welcome to Tuscany! Let me first make sure that I understand your scenario correctly. 1) You have an external web service "MathService" developed with Axis2 and the endpoint address is http://localhost:8080/zong/services/MathService. 2) In the Calculator composite, yo

Re: Passing URL parameters to a feed component?

2008-03-22 Thread Jean-Sebastien Delfino
Skip Schuler wrote: So the thing is that I need to implement the Servlet interface, is that right? No you don't need to implement the Servlet interface. The workspace admin app does more than producing feeds and that's why it implements the Servlet interface in addition to the Collection int

XSD2JavaGenerator: *FactoryImpl.init() problem

2008-03-22 Thread Stanislaw T. Findeisen
Hello I am having the following problem with XSD2JavaGenerator: private static GlobusFactoryImpl instance = null; public static GlobusFactoryImpl init() { if (instance != null ) return instance; instance = new GlobusFactoryImpl(); // Initialize dependent packages CommonFac