Web Services - CreateAsset returns zero length response


(Brynlewis) #1

I am using SSV 3.22.6. I have added
Web Services Folder

-SOAP server

–SOAP API Asset service



I have made them all Live and granted permissions to the public user.



I can call .GetAsset and get a response.



I can't use .CreateAsset - I have tried page_standard and folder. I get a zero length response.



Also, I can't pass credentials in, and have to assign public permissions to get .GetAsset to work.



Is there any further documentation on useing the web services interface? (I have seen the manual).


(Benjamin Pearson) #2

[quote]
I can't use .CreateAsset - I have tried page_standard and folder. I get a zero length response.



Also, I can't pass credentials in, and have to assign public permissions to get .GetAsset to work.



Is there any further documentation on useing the web services interface? (I have seen the manual).

[/quote]


  1. Do you get an error message in the Matrix error log? At a guess, maybe you do not have write permission on the parent for the user creating the asset.
  2. Passing credentials in, seem to work for me. Can you provide more details on how you are connecting and maybe some code you are using?
  3. The manual is the only documentation on this asset.