Hi, I'm not exactly sure what your problem is, but I assume that SwA is a large problem. Muse doesn't support this directly (although I may submit a patch for it).
Regarding the rest of the issues if you could send them in seperate mails with a detailed explanation of what exactly the problem is we can try and help some more. cheers, Chris -----Original Message----- From: dishmily [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 6:42 PM To: [email protected] Subject: Apache Muse + OSGI + Web Service i am trying to develop a web service in osgi container(like Apache Felix, Equinox,Knopflerfish). the problem i met is: it seems that in such osgi container, web service can only be devolop by using code-first design(java2wsdl). the wsdl will automatic generated.as the web service i am just designing is something to do with "Soap with Attachment", so i would like to use Contract-first design(wsdl2java). i have make it work by using eclipse+wtp+tomcat+axis,but not for osgi container+jetty+axis. thanks Apache Muse we can use " wsdl2java -osgi -wsdl pathToWSDLFile" to build a bundle from wsdl file.does it mean, if the wsdl is correct, no matter what data type i use,like MIME, Array or Arraylist, the bundle(Web Service Provider,Web Service Receiver) will work smoothly? as i used code-first design to develop web service in osgi container, "serialize problem" often happened. if i use contract-first desgin, i do not need to pay attention to TypeMapping by programming, just need to desgin the wsdl as well. so, if datatype in WSDL are MIME, Array or ArrayList , does " wsdl2java -osgi -wsdl pathToWSDLFile" also support it? any example or tips for Apache Muse+Web Service in OSGI are always welcome. thanks! -- View this message in context: http://www.nabble.com/Apache-Muse-%2B-OSGI-%2B-Web-Service-tp17782175p17 782175.html Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
