Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
0 Points
4 Posts
May 07, 2012 04:18 PM|LINK
I've tried to use messagecontract but I get message error if i use:
<OperationContract()> Function obtenerDatosCliente(ByVal num As String) As Asegurado
If you want to use this operation contract I have to define:
<OperationContract()>Function obtenerDatosCliente(ByVal num As InputRequest) As Asegurado
<MessageContract()>_public class InputRequest <MessageBodyMember()>_Public num as String End Class
Can not work with simple data entry using MessageContract??
neko_zgz
0 Points
4 Posts
Re: WCF - wsdl generation working with objects
May 07, 2012 04:18 PM|LINK
I've tried to use messagecontract but I get message error if i use:
If you want to use this operation contract I have to define: