Using WSDL with Netty -


one of clients provided me wsdl generated in microsoft visual studio. claims way connect wsdl on tcp/ip.

so thinking use netty manage connection i'm not sure how handle wsdl/soap methods in way work best netty framework.

please advise.

looks person mixing tcp/ip , http, lower layer protocol http tcp/ip! access wsdl service, genrally need use soap nothing xml on http. netty provides http protocol encoders , decoders. need add own handlers handle incoming xml.

take @ restexpress project, not soap creates web services using netty. imho, should using tried , tested web service framework axis, jboss-ws, metro, spring-ws etc etc instead of trying build own.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -