Escaped sequences in SOAPAction

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

    #1

    Escaped sequences in SOAPAction

    Hi,

    I have a web service with one of the method having japanese characters in
    it's name. Let's say, I have a web method with name "HelloWorldプ" .
    When I invoke this method using IE, it shows me the SOAPAction as
    "http://tempuri.org/HelloWorld%E3%8 3%97"

    But when I open the WSDL file for the web service, I get the following
    SOAPAction for the operation.
    "http://tempuri.org/HelloWorldプ"

    Now, why does IE adds escape sequences for japanese character whereas WSDL
    file do not add escape sequences but shows japanese character directly?

    --
    Regards
    -Ajit
Working...