Hi All,
I have deployed one simple stateless callback service i have generated wsdl
on the fly with this service. When i am invoking client following error was
thrown.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
RuntimeException invoking getResult: org.osoa.sca.ServiceRuntimeException:
No callback wire found for /
org.osoa.sca.ServiceRuntimeException: No callback wire found for /
 at
org.apache.tuscany.sca.core.invocation.JDKCallbackInvocationHandler.invoke(
JDKCallbackInvocationHandler.java:63)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

I have one simple method which return string and also get string as
argument.
In simple-callback-ws example there is wsdl is already given so i m confused
about my composite file my composite file is as below


<composite xmlns="http://www.osoa.org/xmlns/sca/1.0";
 targetNamespace="http://soa/examples";
 xmlns:hw="http://soa/examples"; name="sample">


 <component name="ServiceComponent">
  <implementation.java
   class="my.example.MyServiceImpl" />
  <service name="MyService">
   <interface.java
    interface="my.example.MyService"
    callbackInterface="my.example.MyServiceCallback" />
   <binding.ws />
  </service>
 </component>

</composite>


can anybody help in this case?


-- 
Thanks in advance
Nishant Joshi

Reply via email to