This topic created in 4431 days ago, the information mentioned may be changed or developed.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:apple:apis:uiComponents">
可否改成:xmlns:urn="urn:apple:apis:uiComponents" ?
其实ns1发过去也行,但我就是这么纠结~
PS: 用的是PHP自带的SoapClient
3 replies 1970-01-01 08:00:00 +08:00  | | 1 cxe2v Mar 12, 2014 当然可以啊,不过你以后在使用这个命名空间的时候,前缀就要改为你自定义的那个 |
 | | 2 SoloCompany Mar 13, 2014 via iPad 名称空间的prefix是无意义的,只有URL才是真正有意义的,prefix可以随便改甚至忽略 |