1 Reply Latest reply on Sep 17, 2008 10:01 AM by italost

    Urgent!! How to call and get response from external web service using fuse

    jayasreeb

      Hi,

       

      I have created a http webservice using axis (literal/wrapped) style and deployed it in Tomcat.

      By entering "http://localhost:8080/axis/services/fibonacci?wsdl" in browser following wsdl gets generated.

       

       

       

                                

                               <wsgen

                                    wsdl="$/src/main/resources/fib.wsdl"                               outputDirectory="$/target/generated-sources"

                                    profile="org.codehaus.xfire.jaxws.gen.JAXWSProfile"

                                    explicitAnnotation="true" />

                           

                               $/target/generated-sources

                          "+cf.getIn0());

           CalculateFibonacciResponse response = new CalculateFibonacciResponse();

           response.getCalculateFibonacciReturn();

       

          }

      }

       

       

      9) Now I dont know how to test this client class whether its getting response from external web service?

       

      10) Do I need to create one more webservice internal to fuse to test it? If so then what are the steps to test it?

       

      10) Please help in resolving this as this is on high priority... please suggest a solution for this...

       

      Thanks

      Jayasree.B