Hi Isabelle, AFAIK, there is no SOAP API in Axis2 OOTB that you can use for what you need. But you can easily create a new Axis2 service that would expose an SOAP API to list available transports. You could achieve this by few lines of code.
Thanks. On Thu, Jul 17, 2014 at 11:05 AM, Isabelle Mauny <[email protected]> wrote: > Hi Akila, > > Goal is to list available transports from 3rd party app (not running in > process with the ESB) - So we need an API (SOAP would work). > > Isabelle. > > > On Thu, Jul 17, 2014 at 4:01 AM, Akila Ravihansa Perera <[email protected]> > wrote: >> >> Hi Isabelle, >> >> Do you mean an API exposed as a web service Or Java API? >> >> I presume you are referring to transports defined in axis2.xml when you >> say Axis2. >> >> Thanks. >> >> On 16 Jul 2014 14:44, "Isabelle Mauny" <[email protected]> wrote: >>> >>> $subject pls. >>> >>> ------------------------------------------------------------------------------------- >>> Isabelle Mauny >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> > -- Akila Ravihansa Perera Software Engineer WSO2 Inc. http://wso2.com Phone: +94 77 64 154 38 Blog: http://ravihansa3000.blogspot.com _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
