Hi, Could you post the wsdl location please. Also, I think you have local host in the wsdl file, which makes it difficult for any other users to test. Is this the case:
line 30 <soap:address location="http://localhost:8088/testws"></soap:address> regards, Paul. Pierre LINDENBAUM wrote: > Hi all, > I've created a simple "Hello X" Service with the JAX-WS API. When I call it > via taverna 1.7.1.0 , the WS stays in the frozen state 'Invoking'. > > The Interface of my web service (just concatenate "Hello " and a name) is > available here: > > http://pastie.org/private/782m1utnixogxwlsxqxdw > > The implementation is here: > > http://pastie.org/private/g44yyqtnrzrl39ks7whw > > and the generated WSDL is here: > > http://pastie.org/private/f5rlnvjapxbrhfrvgonea > > I've added this WSDL in taverna using "Add new WSDL scavenger" and invoked > this service with a constant string. > But my service remains in the state 'invoking" whereas I can see it that my > implementation was actually called ( System.err.println("invoked with > "+name); ) > > Did I miss something ? Any Idea ? > Thank you in advance. > > Pierre > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > taverna-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/taverna-users > Documentation: http://www.mygrid.org.uk/usermanual1.7/ > FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq > Biological Services: > http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices > ------------------------------------------------------------------------------ _______________________________________________ taverna-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-users Documentation: http://www.mygrid.org.uk/usermanual1.7/ FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq Biological Services: http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices
