Hi Dhanuka,

In Windows, you have to use back slash(/) to specify paths. Isn't it?

uri="*file:\\c:\Apache\wso2esb-4.8.1\repository\sample_proxy_1.wsdl*"

Best Regards,
V.Rajeevan
Software Engineer,
WSO2 Inc. :http://wso2.com

Mobile : +94 773090875
Email : [email protected]

On Wed, Sep 10, 2014 at 10:39 AM, Dhanuka De Silva <[email protected]>
wrote:

> This is what I've been following through!
>
> https://docs.wso2.com/display/ESB481/Lesson+Three%3A+Mediating+Services
>
> Refer point no 4.
>
> On Wed, Sep 10, 2014 at 10:27 AM, Dhanuka De Silva <[email protected]>
> wrote:
>
>> Hi Dilan
>>
>> It was halfway through the form and I was just trying to test the WSDL
>> URI (using the TEST WSDL button) .. So to answer your question, No! it is
>> not the complete configuration file at that point.
>>
>> Cheers
>>
>> On Wed, Sep 10, 2014 at 10:23 AM, Dilan Udara Ariyaratne <[email protected]
>> > wrote:
>>
>>> 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]>*
>>>>
>>>
>>>
>>
>>
>> --
>> Dhanuka De Silva
>> m: +94 773 887816
>> e: [email protected]
>> w: http://www.wso2.com
>>
>
>
>
> --
> Dhanuka De Silva
> m: +94 773 887816
> e: [email protected]
> w: http://www.wso2.com
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to