Thank for your web site. I followed the instructions in the web page and the build.xml file generated 3 interface files:

xxxHttpget.java
xxxHttppost.java
xxxSoap.java
and xxx.java of service

There is no implementation files for client at all. Could you show me what I should do to generate a complete client code.

-Henry



On 6/2/2010 2:21 PM, Glen Mazza wrote:
http://www.jroller.com/gmazza/entry/soap_client_tutorial,
http://www.jroller.com/gmazza/entry/setting_up_ssl_and_basic

HTH,
Glen


henry lu wrote:
I am new to cxf. I have a wsdl file and want to generate client file(s)
to call the service. I used the following command:

wsdl2java -client xxx.wsdl

It generates following files:
xxx.java
xxxhttpget_client.java
xxxhttppost_client.java
xxxSoap_client.java
xxxSoap12_client.java

Which java file if good for me to use?

And our server side service requires login user name and password, how
do I set username and password in the client code?

-Henry


Reply via email to