开发者

CXF Service Assistance

开发者 https://www.devze.com 2022-12-14 12:32 出处:网络
I have a service that was given to me, that basically searches the inventory of a future partner. The file they sent is a compiled .jar file, and a wsdl file. The read me file states that it can be us

I have a service that was given to me, that basically searches the inventory of a future partner. The file they sent is a compiled .jar file, and a wsdl file. The read me file states that it can be used with XFire or CXF. How do I set this开发者_JS百科 service up using Apache, Tomcat, Spring, or whatever else I need to do? It's a fairly broad question, but I am at a loss as to what to do here.


Your choices are as follows:

  1. Hire a Java programmer, or
  2. Become a Java programmer yourself.

In your shoes, I'd opt for #1. You probably have enough on your plate running your business to learn the ins and outs of coding.


Most likely the jar file you got is actually the generated java beans (jaxb) and stubs (jax ws and the likes). So you should be able to figure our an entry point class there and use that to call the webservice. But as others suggested very little information to really give an answer. JaxWS docs are here http://docs.oracle.com/javaee/5/tutorial/doc/bnayl.html

0

精彩评论

暂无评论...
验证码 换一张
取 消