Open
Description
I am unable to pass following authentication credentials in soap headers.
<soap:Header> <UserSessionCredentials xmlns=""> <UserId>int</UserId> <clientId>string</clientId>
string </UserSessionCredentials> </soap:Header> <soap:Body> <GetSaveTemplate xmlns=""> <templateName>string</templateName> </GetSaveTemplate> </soap:Body>
Also when i am trying to send headers in $service->header($namespace, $name, $data), its returning following error:
Server was unable to process request. ---> Object reference not set to an instance of an object.
Any kind of help would be really appreciated.
Metadata
Metadata
Assignees
Labels
No labels