Not getting the required SOAP request XML

后端 未结 2 1915
梦如初夏
梦如初夏 2021-01-27 01:05

I am working on a Simple php Client that uses OCPP (Open Charge Point Protocol). I have created the client and This is the request XML that goes from my code.

&l         


        
2条回答
  •  耶瑟儿~
    2021-01-27 01:10

    Provided the prefixes match up with the xmlns declarations on the Envelope element, then it is valid XML and therefore valid SOAP so you should be fine. However, XML is case sensitive and I notice that your code has and idTag element in inside the Body element rather than the IdTag element in the output you're expecting.

提交回复
热议问题