D
Derrick
With WSE 3.0, I have a webmethod
public class MyService : System.Web.Services.WebService
{
...
public SoapHeader LoginToken;
...
[WebMethod, SoapHeader("LoginToken")]
public long Ping() {
...
But the soalp header info never makes it to the WSDL output. Any ideas? I
have cleaned and rebuilt, iisreset-ed, etc.
Thanks in advance!
Derrick
public class MyService : System.Web.Services.WebService
{
...
public SoapHeader LoginToken;
...
[WebMethod, SoapHeader("LoginToken")]
public long Ping() {
...
But the soalp header info never makes it to the WSDL output. Any ideas? I
have cleaned and rebuilt, iisreset-ed, etc.
Thanks in advance!
Derrick