Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. consuming Nusoap web service in ASP.NET

consuming Nusoap web service in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpphpasp-net
1 Posts 1 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    devboycpp
    wrote on last edited by
    #1

    when calling a Nusoap php web service from ASP.NET proxy class the response ends up containing crap characters in place of persian(arabic) characters. The owner of web service says it has changed the encoding for the web service to UTF-8. I have tried some changes in my code but non helped: 1-I tried RequestEncoding of SoapHttpClientProtocol.(set to Encoding.UTF8) 2-<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" /> 3-tried string.Normalize(System.Text.NormalizationForm.FormC), string.Normalize(System.Text.NormalizationForm.FormD), string.Normalize(System.Text.NormalizationForm.FormKC) string.Normalize(System.Text.NormalizationForm.FormKD) on response string

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups