mrmrmrmr
(ilker Aktuna)
November 29, 2017, 7:03pm
6
thanks. but I actually have some other problem right now.
parsing may wait. First I need to solve how to send envelope-header in soap request.
any idea on that ?
Hi,
I am using HubSoapAction to send commands to my router’s SOAP api
but one of the commands need envelope header before envelope body in XML.
like below:
POST /soap/server_sa/ HTTP/1.0
SOAPAction: urn:NETGEAR-ROUTER:service:WLANConfiguration:1#SetGuestAccessEnabled
content-type: text/xml;charset=utf-8
HOST: www.routerlogin.com
User-Agent: SOAP Toolkit 3.0
connection: keep-Alive
Cache-Control: no-cache
Pragma: no-cache
content-length: 588
<?xml version="1.0" encoding="UTF-8" standalone="no"?><SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema"
xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header><SessionID>58DEE6006A88A967E89…