The problem using Primavera Import web service on web logic server.
Primavera has some web services on the Weblogic server.I'm developing .Net application for integration with Primavera 8.2 using these web services.
Issue:
I can't update project in Primavera P6 v 8.2 using Import web service.
Sequence of events:
1. Login to Primavera web service was successful.
2. Export Primavera's project using ExportService was successful.
3. Sending request UpdateExistingProject to ImportService.
I got the response message with next parameters:
Success: false
ErrorMesage:
C:\ImportExport\Import\ws_importer_1361971473502.xml (The system cannot find the file specified).
LogFile:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Could not write attachments.</faultstring></soap:Fault></soap:Body></soap:Envelope>
Issue:
I can't update project in Primavera P6 v 8.2 using Import web service.
Sequence of events:
1. Login to Primavera web service was successful.
2. Export Primavera's project using ExportService was successful.
3. Sending request UpdateExistingProject to ImportService.
I got the response message with next parameters:
Success: false
ErrorMesage:
C:\ImportExport\Import\ws_importer_1361971473502.xml (The system cannot find the file specified).
LogFile:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Could not write attachments.</faultstring></soap:Fault></soap:Body></soap:Envelope>
0