/**
 * AddMemberSOAPBindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package com.prototype;

public class AddMemberSOAPBindingImpl implements com.prototype.AddMemberPortType{
    public com.prototype.AliasType searchMember(com.prototype.AddressType parameters) throws java.rmi.RemoteException {
    	AliasType aliasType = new AliasType();
    	aliasType.setAliasIdentifier("Pradeep");
        return null;
    }

}
