java - Create web service proxy dynamically and call its methods -


i have requirement call 52 web services 1 java project , number increase time. using netbeans 7.3 development tool. 1 way right click project , add web service reference each service. not feasible because every new web service have add new reference , redeploy code. these 52 web services calling each other have enter references each web service in every other service if go approach.

i hope have explained scenario. ask question. if have url wsdl file e.g. http://webservices.oorsprong.org/websamples.countryinfo/countryinfoservice.wso?wsdl , know method in web service need call, there way parse wsdl dynamically create proxy client , after call specific method in web service? have come accross javaxt api http://www.javaxt.com/javaxt-core/web_services intends same not working properly.

to sum question - if have wsdl url , don't want create compile time stubs know methods in url take inputs , return values, can it?

the javaxt-core library should work. there release published 2/24 (version 1.6.0) includes several updates javaxt.webservices package. more information can found here:

http://www.javaxt.com/javaxt-core/revisionhistory


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -