-
Oct 6th, 2010, 06:48 PM
#1
Web Service Client on multiplatform
Hi,
I want to use spring configuration client webervice. using CXF as implementation that will create for me client side web service :
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jaxws="http://cxf.apache.org/jaxws"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schem...-beans-3.0.xsd
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
<jaxws:client id="client"
serviceClass="my.serviceInterface"
address="http://.../"
wsdlLocation="http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl"/>
</beans>
My Question is :
1. If i use this approche , my application will depend on CXF implementation ?
2. If not ,
So i can use spring CXF configuration <jaxws:client for creating client, and when the client invok the web service i can use another implementation ?
Thx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules