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-tp17782175p17782175.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]

Reply via email to