java - jax-ws-catalog xml in Soap webservice -
java - jax-ws-catalog xml in Soap webservice -
i have java client service .net 3.0 server. in client service, have 2 types of flow 1)using remote wsdllocation url, able fetch services list remote. 2)using local wsdl path,i able fetch services local wsdl file , binding remote url response.in used jax-ws-catalog xml mapping local wsdl path url location
my question is 1)at situation used client service using remote wsdllocation url , local wsdl file? 2)how generate local wsdl file , jax-ws-catalog xml in meta-inf folder? manually create or commands in tool? used 'apache-cxf' tool create class file using command 'wsdl2java -frontend' not generate meta-inf folder. thanks
java web-services soap wsdl wsdl2java
Comments
Post a Comment