[Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Senaka Fernando
Hi all, When I create a ProxyService in ESB, The WSDL is not mandatory. But, TryIt is available and can do absolutely nothing with that service. Does it make sense to display Try It in such a scenario? Thanks, Senaka. -- *Senaka Fernando* Member - Integration Technologies Management Committee;

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Afkham Azeez
If you invoke the mediate operation with the correct requests try it works, right? -- Afkham Azeez Sent from my phone On Jul 10, 2012 4:00 AM, Senaka Fernando sen...@wso2.com wrote: Hi all, When I create a ProxyService in ESB, The WSDL is not mandatory. But, TryIt is available and can do

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Senaka Fernando
Hi Azeez, Well, it should, but its not as in when you have the WSDL, and it then becomes just like CURL and not like SOAP UI. What I'm trying to say is that you'll loose what Try It typically does - if there is no WSDL. Thanks, Senaka. On Mon, Jul 9, 2012 at 8:33 PM, Afkham Azeez az...@wso2.com

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Anjana Fernando
Hi Senaka, On Tue, Jul 10, 2012 at 7:39 AM, Senaka Fernando sen...@wso2.com wrote: Hi Azeez, Well, it should, but its not as in when you have the WSDL, and it then becomes just like CURL and not like SOAP UI. What I'm trying to say is that you'll loose what Try It typically does - if there

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Kasun Indrasiri
On Tue, Jul 10, 2012 at 3:58 AM, Senaka Fernando sen...@wso2.com wrote: Hi all, When I create a ProxyService in ESB, The WSDL is not mandatory. But, TryIt is available and can do absolutely nothing with that service. Does it make sense to display Try It in such a scenario? Yeah, if you

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Senaka Fernando
Hi all, Ok, I think I understand what's happening. So, Synapse creates a dummy WSDL, which is why Try-it shows up, and then can we invoke a service against that dummy WSDL, by passing in an arbitrary payload? I think Azeez was saying that's possible. If that's the case, we have no issues with

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Charitha Kankanamge
On Tue, Jul 10, 2012 at 9:36 AM, Senaka Fernando sen...@wso2.com wrote: Hi all, Ok, I think I understand what's happening. So, Synapse creates a dummy WSDL, which is why Try-it shows up, and then can we invoke a service against that dummy WSDL, by passing in an arbitrary payload? Yes. You