Hi,
Could you provide more details about your working flow?
Is it
external client ===> cxf bc consumer===> cxf bc provider ====> externel service (axis webservice hosted in tomcat, is axis webservice already working?) ?
Freeman

colin.chi wrote:
I have a webservice server, and there is 2 operations in the server's wsdl.

How can I use cxf consumer/provider su to invoke my webservice.

java code in server
======CustomerInClarity.java======
public class CustomerInClarity {

        public void createCustomer(String xml) {
                System.out.println("Customer:\n" + xml);
        }
        
        public void createAccount(String xml) {
                System.out.println("Account:\n" + xml);
        }
}

I rename CustomerInClarity.java to CustomerInClarity.jws, and copy it to
"TOMCAT_HOME\webapps\axis".

Please help me to config the xbean.xml in cxf-bc-su.


--
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com

Reply via email to