Forum Discussion
Unrealmirakulix
14 years agoOccasional Contributor
ok, thanks.
Now I got it. Didn't know, where I can add the transfer property... ^^
So the last thing imho is, what to put in the fields for values in source / target:
I selected authenticate as source + Property Responce (where the SessionId / Hash is "generated") and in target getDeviceMenufacturers + Property request, because you need to put in the Hash in <SessionId> for access to this.
Source:
Target:
What do I have to put in instead of 'SessionId'?
Now I got it. Didn't know, where I can add the transfer property... ^^
So the last thing imho is, what to put in the fields for values in source / target:
I selected authenticate as source + Property Responce (where the SessionId / Hash is "generated") and in target getDeviceMenufacturers + Property request, because you need to put in the Hash in <SessionId> for access to this.
Source:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="..." xmlns:ns1="... .wsdl">
<SOAP-ENV:Body>
<ns1:Session>
<SessionId>...Hash...</SessionId>
</ns1:Session>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Target:
<soapenv:Envelope xmlns:soapenv="..." xmlns:syc="... .wsdl">
<soapenv:Header/>
<soapenv:Body>
<syc:getDeviceManufacturersRequest>
<SessionId>...Hash...</SessionId>
<DeviceType>...i will edit this ;)...</DeviceType>
</syc:getDeviceManufacturersRequest>
</soapenv:Body>
</soapenv:Envelope>
What do I have to put in instead of 'SessionId'?