Hi Dhanuka! Is this the complete configuration file you have...
Why is the target tag missing which should be pointing to some back-end service? i.e. for example, this should have been something as follows... <definitions xmlns="http://ws.apache.org/ns/synapse"> <proxy name="StockQuoteProxy"> <target> <endpoint> <address uri=" http://localhost:9000/services/SimpleStockQuoteService"/> </endpoint> <outSequence> <send/> </outSequence> </target> <publishWSDL uri="file:///c:/Apache/wso2esb-4.8.1/repository/sample_proxy_1.wsdl"/> </proxy> </definitions> ---------------------------------------- Please have a try and give your feedbacks. Cheers! *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. <http://wso2.com/> Mobile: +94775149066 lean . enterprise . middleware On Wed, Sep 10, 2014 at 10:12 AM, Jerad Rutnam <[email protected]> wrote: > Hi Dhanuka, > > Just for clarification, why are you not trying to have your service in > Axis2 or WSO2 AS etc... and call it? > > Regards, > Jerad > > On Tue, Sep 9, 2014 at 5:41 PM, Dhanuka De Silva <[email protected]> > wrote: > >> *Environment:* ESB 4.8.1 Running on Windows 8 >> >> ESB / Services / Add Proxy Service / Custom Proxy >> >> I'm trying to specify and test WSDL URI (file located inside windows file >> system) and still no luck with it. Can anybody help me on how to specify >> the location of a WSDL file located inside a windows file system and get it >> verified by hitting the "TEST URI" button. >> >> <?xml version="1.0" encoding="UTF-8"?> >> <proxy xmlns="http://ws.apache.org/ns/synapse" >> name="StockQuoteProxy" >> transports="https,http" >> statistics="disable" >> trace="disable" >> startOnLoad="true"> >> <target/> >> <publishWSDL uri=" >> *file:///c:/Apache/wso2esb-4.8.1/repository/sample_proxy_1.wsdl*"/> >> <description/> >> </proxy> >> >> Checked all options according to >> http://en.wikipedia.org/wiki/File_URI_scheme#Windows , but no luck!. >> >> -- >> Dhanuka De Silva >> m: +94 773 887816 >> e: [email protected] >> w: http://www.wso2.com >> > > > > -- > *Jerad Rutnam | **Software Engineer - UI* > WSO2, Inc. www.wso2.com > > *Email: [email protected] <[email protected]>* >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
