Hi,

Thanks for that.

Well, I can re-create your error, but I'm not sure what is happening in the background. Can you see if it is stuck in an infinite loop or something? Are you getting an error from the println statement?

Workflow is attached for others to try.

regards,
Paul.

Pierre LINDENBAUM wrote:
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:

Hi Paul,
thank you for your answer. I temporarily put my WS on our extranet. The WSDL is 
available here.

http://anybody.cephb.fr:8088/testws?wsdl


Thanks


------------------------------------------------------------------------------
_______________________________________________
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

<?xml version="1.0" encoding="UTF-8"?>
<s:scufl xmlns:s="http://org.embl.ebi.escience/xscufl/0.1alpha"; version="0.2" log="0">
  <s:workflowdescription lsid="urn:lsid:net.sf.taverna:wfDefinition:c3a91c66-7534-4fc8-9f09-012225603160" author="" title="hello_pierre" />
  <s:processor name="sayHello">
    <s:arbitrarywsdl>
      <s:wsdl>http://anybody.cephb.fr:8088/testws?wsdl</s:wsdl>
      <s:operation>sayHello</s:operation>
    </s:arbitrarywsdl>
  </s:processor>
  <s:processor name="name" boring="true">
    <s:stringconstant>Pierre</s:stringconstant>
  </s:processor>
  <s:link source="name:value" sink="sayHello:name" />
  <s:link source="sayHello:returnHello" sink="greeting" />
  <s:sink name="greeting" />
</s:scufl>

------------------------------------------------------------------------------
_______________________________________________
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

Reply via email to