From soyelmateo at gmail.com Wed Jan 18 09:32:17 2012 From: soyelmateo at gmail.com (elMateo) Date: Wed, 18 Jan 2012 09:32:17 +0100 Subject: [kf-devel] Problem with SOAP and WebServices in Knopflerfish Message-ID: Hello all, I want to used Knopflerfish to do a bundle and access to it through a web service or another bundle from other machine. I'm using KSOAP but I don't find information about this tool. With AXIS (1 or 2) I have a lot of problems with bundles dependencies. With KSOAP I put two bundles (ksoap-osgi and ksoap-remotefw) into knopflerfish and I write this props.put("SOAP.service.name", "OSGiFramework"); props.put("SOAP.service.methods","*"); in my Activator class. I think that this code is not correct, but I don't find information about this. Where can I find information or code examples about this? Thanks in advance, Jesus. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gunnar at ekolin.se Wed Jan 18 11:02:34 2012 From: gunnar at ekolin.se (Gunnar Ekolin) Date: Wed, 18 Jan 2012 11:02:34 +0100 Subject: [kf-devel] Problem with SOAP and WebServices in Knopflerfish In-Reply-To: References: Message-ID: <20120118100234.GA13492@ekolin.se> Hi, The ksoap-remotefw bundle is an example bundle that tries to demonstrate how to used the ksoap-osgi bundle to publish a simple web-service. Note that the ksoap-remotefw bundle may act as either the exporter of a web-service or the importer (user) of the web-service, all depending on how it is started this is described on the page that the second link below points to. There is some documentation on the different SOAP bundles that are provided by Knopflerfish on: http://knopflerfish.org/releases/current/docs/bundledoc/index.html?docpage=soap/index.html for more detials on the remotefw bundle and how it works look at http://knopflerfish.org/releases/current/docs/bundledoc/index.html?docpage=remotefw/index.html In addition to those pages there is the code inside the remotefw bundle that is the example on how to used the ksoap-osgi bundle. BR, \GE From soyelmateo at gmail.com Wed Jan 18 11:06:41 2012 From: soyelmateo at gmail.com (elMateo) Date: Wed, 18 Jan 2012 11:06:41 +0100 Subject: [kf-devel] Problem with SOAP and WebServices in Knopflerfish In-Reply-To: <20120118100234.GA13492@ekolin.se> References: <20120118100234.GA13492@ekolin.se> Message-ID: Thank you very much, I'm going to review that example bundle On Wed, Jan 18, 2012 at 11:02 AM, Gunnar Ekolin wrote: > Hi, > > > The ksoap-remotefw bundle is an example bundle that tries to > demonstrate how to used the ksoap-osgi bundle to publish a simple > web-service. Note that the ksoap-remotefw bundle may act as either the > exporter of a web-service or the importer (user) of the web-service, > all depending on how it is started this is described on the page that > the second link below points to. > > There is some documentation on the different SOAP bundles that are > provided by Knopflerfish on: > > > http://knopflerfish.org/releases/current/docs/bundledoc/index.html?docpage=soap/index.html > > for more detials on the remotefw bundle and how it works look at > > > http://knopflerfish.org/releases/current/docs/bundledoc/index.html?docpage=remotefw/index.html > > > In addition to those pages there is the code inside the remotefw > bundle that is the example on how to used the ksoap-osgi bundle. > > > > BR, > \GE > _______________________________________________ > Knopflerfish-devel mailing list > Knopflerfish-devel at knopflerfish.org > http://www.knopflerfish.org/mailman/listinfo/knopflerfish-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From soyelmateo at gmail.com Wed Jan 18 12:56:10 2012 From: soyelmateo at gmail.com (elMateo) Date: Wed, 18 Jan 2012 12:56:10 +0100 Subject: [kf-devel] Problem with SOAP and WebServices in Knopflerfish In-Reply-To: <20120118100234.GA13492@ekolin.se> References: <20120118100234.GA13492@ekolin.se> Message-ID: How can I see if my service is publicated? I see thee ksoap-remotefw code and I develop my bundle like that. But I don't know how can I access to the wsdl file to call this service from another application. Thanks On Wed, Jan 18, 2012 at 11:02 AM, Gunnar Ekolin wrote: > Hi, > > > The ksoap-remotefw bundle is an example bundle that tries to > demonstrate how to used the ksoap-osgi bundle to publish a simple > web-service. Note that the ksoap-remotefw bundle may act as either the > exporter of a web-service or the importer (user) of the web-service, > all depending on how it is started this is described on the page that > the second link below points to. > > There is some documentation on the different SOAP bundles that are > provided by Knopflerfish on: > > > http://knopflerfish.org/releases/current/docs/bundledoc/index.html?docpage=soap/index.html > > for more detials on the remotefw bundle and how it works look at > > > http://knopflerfish.org/releases/current/docs/bundledoc/index.html?docpage=remotefw/index.html > > > In addition to those pages there is the code inside the remotefw > bundle that is the example on how to used the ksoap-osgi bundle. > > > > BR, > \GE > _______________________________________________ > Knopflerfish-devel mailing list > Knopflerfish-devel at knopflerfish.org > http://www.knopflerfish.org/mailman/listinfo/knopflerfish-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: