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
Post a Comment