User1501783605 posted
Hello
I am working on a webservice(.SVC) project and i have add some new public methods and compiled but when I call the service using the WCF Test Client I can only see the old methods non my newly added public methods are shown.
have I missed out any thinks
appreciate all your help
recently added methods are
public MaintainDeliveryAddressResponse GetAllDeliveryAddresses(string accountNumber, ClientSessionDetails clientSessionDetails)
{
//codes
}
public AddressChangeResponse ValidateAccount(NordAddressChange nordAddressChange, ClientSessionDetails clientSessionDetails)
{
//code
}