Yesica,

I suggest that you post this question to the Knopflerfish list instead of this more general OSGi list. Good luck!


Regards,
Alan

On Feb 17, 2008, at 2:33 PM, Yesica Diaz wrote:

Hi,

I am working at interoperability level between OSGi services and Web services. I use Knopflerfish framework because it has the Knopflerfish Axis port for providing SOAP/Web servicess access to any OSGi bundle. There are some available examples at the URL: https://www.knopflerfish.org/svn/knopflerfish.org/trunk/osgi/bundles_opt/soap/readme.html


However, I get some errors in the first example (soapobject) . This example implements a server side SOAP object (I've simplified the example reducing the methods number). The soapobject bundle install a service object into the service registry. Using the following URLs from a Web browser to explore the service: http://localhost:8080/axis/services

But when I access to URL: 
http://localhost:8080/axis/services/remoteFW?method=getHelloWorld
I obtain the following result:

<soapenv:Envelope>
  <soapenv:Body>
  <soapenv:Fault>
      <faultcode>soapenv:Server.userException</faultcode>
      <faultstring>java.lang.NullPointerException</faultstring>
      <detail/>
  </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>

The soapobject, axis-osgi, and ksoap-osgi are installed and started. My knopflerfish framework version is 2.0.0. I can't understand these errors. Can somebody help me? Has somebody any example of soap services installed in Knopflerfish? Does anybody know free software libraries for Axis for Knopflerfish or any other framework?
Thanks a lot.

Best regards,

-- Yesica Díaz Universidad Politécnica de Madrid (UPM) Technical University of Madrid E.U. Informatica. Organizacion y Estructura de la Informacion Ctra. de Valencia, Km. 7. E-28031 Madrid. Spain NEW T!!!: (+34)-913365089 Fax. (+34)-913367520 e-mail: [EMAIL PROTECTED]

_______________________________________________
OSGi Developer Mail List
[email protected]
https://www2.osgi.org/mailman/listinfo/osgi-dev



_______________________________________________
OSGi Developer Mail List
[email protected]
https://www2.osgi.org/mailman/listinfo/osgi-dev

Reply via email to