SOAP XML ns1
-
Hello,
I’m developing a WordPress plugin to access an ASP.Net SOAP service.
For some reason the ASP server does not like the ns1
<ns1:User_Credentials>
even though it’s bound properly:
xmlns:ns1="https://www...
but prefers
<User_Credentials xmlns="https://www...
I don’t see any option to control this.
Just wondering if there are any other plugin developers that have experience with using SOAP to talk to an ASP.NET server in a WordPress plugin.
From the headers received it’s a :
Server: Microsoft-IIS/8.5 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘SOAP XML ns1’ is closed to new replies.