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
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