I am trying to create a proxy service which should take a string as an Input and response back a string ( String as an Output ) , In order to do so , I would define inputs and outputs in my XML Schema and I'd create a Proxy Service using the created XML Schema in Oracle Service Bus.
When it comes to WSO2 ESB , i dont find the functionality of using XML Schema methodology to define input and output for a proxy service
In WSO2 we have an option of defining the Input and Output to a proxy service in the form of WSDL ( Specifically an Abstract WSDL )
I tried to implement the same when creating the Proxy Service from WSo2 ESB console , but it is throwing an error like :- Proxy Service creation Error ; Unbale to find the Service running with the targetnamespace mentioned in the WSDL file .
Could you please help me on this