Right now I use PHP soapclient to call the WCF, but cannot pass complex object to the WCF
WCF Code

public int Test (input env){
return 0;}
public class input{
public int ID;}

PHP code