HTML Tags in WebMethod Description

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pradeep

    HTML Tags in WebMethod Description

    Wanted to know if we can put HTML tags in the WebMethod description. I know
    we were able to but then am not very sure that if we can keep them now after
    the SP1. If we can, can you let me know how or the work around.

    Thanks
    Pradeep
  • erymuzuan

    #2
    Re: HTML Tags in WebMethod Description

    The WSDL schema for Operation description is a string type. so you can
    encode the HTML string for the value. But the catch is, will your wen
    services consumer aware it is actually encoded HTML fragement

    regards
    erymuzuan mustapa

    Pradeep wrote:[color=blue]
    > Wanted to know if we can put HTML tags in the WebMethod description. I know
    > we were able to but then am not very sure that if we can keep them now after
    > the SP1. If we can, can you let me know how or the work around.
    >
    > Thanks
    > Pradeep[/color]

    Comment

    • Pradeep

      #3
      Re: HTML Tags in WebMethod Description

      Yes. What I had in mind weren't necessarily HTML links but some HTML
      formatting. Somehow when I put HTML tags in the description, it renders it as
      plain string with all the tags unlike earlier when it used to format it.
      Someone here at my place pointed out that its the case after the SP1. Any
      pointers?

      Pradeep

      "erymuzuan" wrote:
      [color=blue]
      > The WSDL schema for Operation description is a string type. so you can
      > encode the HTML string for the value. But the catch is, will your wen
      > services consumer aware it is actually encoded HTML fragement
      >
      > regards
      > erymuzuan mustapa
      >
      > Pradeep wrote:[color=green]
      > > Wanted to know if we can put HTML tags in the WebMethod description. I know
      > > we were able to but then am not very sure that if we can keep them now after
      > > the SP1. If we can, can you let me know how or the work around.
      > >
      > > Thanks
      > > Pradeep[/color]
      >[/color]

      Comment

      Working...