HighTechTalks DotNet Forums  

SoapHeader not making it to WSDL with WSE 3.0?

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss SoapHeader not making it to WSDL with WSE 3.0? in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Derrick
 
Posts: n/a

Default SoapHeader not making it to WSDL with WSE 3.0? - 06-14-2007 , 11:15 AM






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



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.