On Wed, Apr 1, 2009 at 12:58, Stuart Owen <[email protected]> wrote:
> Hi,
>    Your wsdl indicates that your web service is based upon RPC/Literal
> which Taverna doesn't support. RPC/Literal is highly discouraged for
> interoperability reasons. You should change it to wrapped doc/literal or
> RPC/Encoded.

However I bbelieve it's not a Encoded vs. Literal problem, as I traced
this it was hanging in the actual HTTP connection. I verified this by
intercepting and reading the bytestream myself, and it did hang in the
end after receiving the soap response, until the client  timeout (by
default 5 minutes). My intuition says that there's a deadlock between
the client and server - perhaps the server doesn't close the
connection before the client, and vice versa.  In HTTP/1.0 I believe
the server should close the connection right after finishing the
request. (Keep-aliive of the connection is another 1.1 feature)



-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester

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