I'll give it a test with the 2.0.1 release. Thanks.
Type: Posts; User: tom.greasley; Keyword(s):
I'll give it a test with the 2.0.1 release. Thanks.
Great, thanks for the prompt response.
I'm trying to create a gateway using an interface that extends another interface
e.g.
interface A
{
@Gateway(requestChannel="a")
public Integer methodA(Integer in);