Issue with uploading assets by way of HTTP POSTs to the UploadFile Servlet
Hi,
I am using this WSDL "http://s7sps1api.scene7.com/scene7/webservice/IpsApi-2014-04-03.wsdl " and while calling uploadPost service method I am getting this exception:
<faultstring>The endpoint reference (EPR) for the Operation not found is http://s7sps1apissl.scene7.com/scene7/services/IpsApiService and the WSA Action = uploadPost. If this EPR was previously reachable, please contact the server administrator.</faultstring>
Here is my SOAP request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.scene7.com/IpsApi/xsd/2014-04-03">
<soapenv:Header>
<ns:authHeader>
<!--Optional:-->
<ns:user>secret@abc.com</ns:user>
<!--Optional:-->
<ns:password>secret</ns:password>
<ns:appName>Adobe.Scene7.SPS</ns:appName>
<ns:appVersion>6.10-195706</ns:appVersion>
<!--Optional:-->
<ns:faultHttpStatusCode>200</ns:faultHttpStatusCode>
</ns:authHeader>
</soapenv:Header>
<soapenv:Body>
<ns:uploadPostParam>
<ns:companyHandle>c|ABC</ns:companyHandle>
<!--Optional:-->
<ns:jobName>ADD_2017-03-23-13:27:25</ns:jobName>
<!--Optional:-->
<ns:destFolder>ABC/zzzAdobeTests/</ns:destFolder>
<!--Optional:-->
<ns:fileName>Import_Wrokflow.png</ns:fileName>
<!--Optional:-->
<ns:endJob>true</ns:endJob>
<!--Optional:-->
<ns:uploadParams>
<ns:overwrite>true</ns:overwrite>
<ns:readyForPublish>false</ns:readyForPublish>
<ns:createMask>false</ns:createMask>
<ns:emailSetting>All</ns:emailSetting>
</ns:uploadParams>
</ns:uploadPostParam>
</soapenv:Body>
</soapenv:Envelope>
Please suggest.
Regards,
Pavan
