What do you mean by code for Blog.wsdl? The actual service implementation? This service is only used for unit test, so there's a dummy implementation in org.apache.ode.axis2.JettyWrapper, search for the private class org.apache.ode.axis2.JettyWrapper.BlogServiceHandler This implementation serves pre-canned answers.
http://github.com/apache/ode/blob/trunk/axis2-war/src/test/java/org/apache/ode/axis2/JettyWrapper.java#L309 On Wed, Nov 11, 2009 at 6:38 AM, liming liu <[email protected]> wrote: > Thanks for your help. > But the code for Blog.wsdl does not exist there, right? > > And I tried to write one restful webservice following the Blog sample. > But i could not invoke from our ODE process. > So could you please provide me the code for Blog.wsdl? > > Thanks : ) > > 2009/11/11 Alexis Midon <[email protected]> > > > You can have a look at the unit test > > org.apache.ode.axis2.httpbinding.HttpBindingTest. > > This test invokes 2 RESTful/POX services: > > ode/axis2-war/src/test/resources/TestHttpBinding/Arithmetics.wsdl and > > ode/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/Blog.wsdl > > > > These wsdl use HttpBinding to describe services. > > > > On Sun, Nov 8, 2009 at 12:18 AM, liming liu <[email protected]> > > wrote: > > > > > it would be great if the sample is runnable. > > > Thanks Again. > > > > > > 2009/11/8 liming liu <[email protected]> > > > > > > > Hi All, > > > > > > > > Could anybody here give one sample of > > > > how to invoke RESTful WebService in ODE? > > > > > > > > Thanks > > > > > > > > -- > > > > Liu Liming(Andy) > > > > Tel: +86-134-7253-4429 > > > > MSN:[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>> < > > msn%[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>>> < > > > msn%[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>> < > > msn%[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>>>> > > > > s...@sjtu > > > > > > > > > > > > > > > > -- > > > Liu Liming(Andy) > > > Tel: +86-134-7253-4429 > > > MSN:[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>> < > > msn%[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>>> < > > > msn%[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>> < > > msn%[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>>>> > > > s...@sjtu > > > > > > > > > -- > Liu Liming(Andy) > Tel: +86-134-7253-4429 > MSN:[email protected] <msn%[email protected]> < > msn%[email protected] <msn%[email protected]>> > s...@sjtu >
