php Soap

        $post='xml字符串';
        $url = 'https://uat.manutouch.com.cn/alli_mcd_move/ws/moveClienteleService?wsdl';
        $client = new \SoapClient($url);
        $response = $client->saveClientele(['in0' => $post]);

老是返回Not enough message parts were received for the operation
但是java本身用,就是可以的,网上查是我传的参有问题。