I want to use web service to communication with Java and C++. c++ as the server,using GSoap to publish and Java is the client side,using Apache's cxf. Here is the Client code:


Code:
import java.nio.charset.Charset;
import java.rmi.RemoteException;

import javax.xml.namespace.QName;
import javax.xml.rpc.ParameterMode;
import javax.xml.rpc.ServiceException;

import org.apache.axis.client.Call;
...