this Operation is not supported in WCF Test Client

  • Thread starter Alhambra Eidos Development
  • Start date
A

Alhambra Eidos Development

this Operation is not supported in WCF Test Client

Hello,

Actually i implemented WCF service in IIS Host

Using WCF Test Client tool I get this error: "this Operation is not
supported in WCF Test Client".

http://desbiz:49615/GestionProvision.svc

Using wsdl in IExplorer all is ok.

http://desbiz:49615/GestionProvision.svc?wsdl


The contract is:


namespace Security.Provision.ServiceContracts.Interfaces

{

[ServiceContract(Namespace = "http://Security.Provision")]

public interface IProvision

{

[OperationContract]

RespuestaProvision CrearUsuario(PeticionUsuarioProvision peticion);

[OperationContract]

RespuestaProvision ModificarUsuario(PeticionUsuarioProvision peticion);

[OperationContract]

RespuestaProvision BajaUsuario(PeticionUsuarioProvision peticion);

[OperationContract]

RespuestaProvision HabilitarDeshabilitarUsuario(PeticionUsuarioProvision
peticion);

[OperationContract]

RespuestaProvision SavePuestoTipo(PeticionPuestoTipoProvision peticion);

[OperationContract]

RespuestaObtenerEmpleado GetEmpleado(PeticionUsuarioProvision peticion);

}

}


May i know the reason.

Thanks in advance.

Regards,
 
M

Mr. Arnold

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top