M
Martin Lapierre
I've got the following soap header attribute set:
[WebMethod]
[SoapHeader("m_UserInfo", Direction=SoapHeaderDirection.In, Required=true)]
public void SetTest()
{
....
}
The bad thing is, the requirement isn't working: the client can call the
method without the setting the header. What's missing???
Thanks
[WebMethod]
[SoapHeader("m_UserInfo", Direction=SoapHeaderDirection.In, Required=true)]
public void SetTest()
{
....
}
The bad thing is, the requirement isn't working: the client can call the
method without the setting the header. What's missing???
Thanks