cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP receiver Error

Former Member
0 Kudos

Hi experts,

we have an interface in production( ECC->PI-->SOAP)... where we are sending the response message from ECC back to SOAP....it is an Asynchronous.

I am getting the following error in AE...Can someone please help me in identifying the error here...this is happening randomly...there are messages getting processed succesfully and also failing for the below reason.

1. webservice URL is OK.

2. SOAP action is Correct.

is there anything else i need to check..please advise.

SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Compile error: E:\ptc\Windchill_9.1\Windchill\tasks\codebase\com\infoengine\compiledTasks\file\E$3a$5cptc$5cWindchill_9$2e1$5cWindchill$5ctasks\com\lsco\wc\interfaces\inbound\webservices\feedback\levispifeedbackws$2exml.java:67: ) expected System.out.println("USERNAME---"+username);                                          ^ E:\ptc\Windchill_9.1\Windchill\tasks\codebase\com\infoengine\compiledTasks\file\E$3a$5cptc$5cWindchill_9$2e1$5cWindchill$5ctasks\com\lsco\wc\interfaces\inbound\webservices\feedback\levispifeedbackws$2exml.java:69: not a statement "com.lsco.wc.interfaces.inbound.webservices.feedback.XXXFeedbackService", null, argTypes,argList); ^ E:\ptc\Windchill_9.1\Windchill\tasks\codebase\com\infoengine\compiledTasks\file\E$3a$5cptc$5cWindchill_9$2e1$5cWindchill$5ctasks\com\lsco\wc\interfaces\inbound\webservices\feedback\levispifeedbackws$2exml.java:69: ; expected "com.lsco.wc.interfaces.inbound.webservices.feedback.XXXFeedbackService", null, argTypes,argList);                                                                           ^ E:\ptc\Windchill_9.1\Windchill\tasks\codebase\com\infoengine\compiledTasks\file\E$3a$5cptc$5cWindchill_9$2e1$5cWindchill$5ctasks\com\lsco\wc\interfaces\inbound\webservices\feedback\levispifeedbackws$2exml.java:69: not a statement "com.lsco.wc.interfaces.inbound.webservices.feedback.XXXFeedbackService", null, argTypes,argList);                                                                                   ^ E:\ptc\Windchill_9.1\Windchill\tasks\codebase\com\infoengine\compiledTasks\file\E$3a$5cptc$5cWindchill_9$2e1$5cWindchill$5ctasks\com\lsco\wc\interfaces\inbound\webservices\feedback\levispifeedbackws$2exml.java:69: ; expected "com.lsco.wc.interfaces.inbound.webservices.feedback.XXXFeedbackService", null, argTypes,argList);                                                                                           ^ E:\ptc\Windchill_9.1\Windchill\tasks\codebase\com\infoengine\compiledTasks\file\E$3a$5cptc$5cWindchill_9$2e1$5cWindchill$5ctasks\com\lsco\wc\interfaces\inbound\webservices\feedback\levispifeedbackws$2exml.java:69: not a statement "com.lsco.wc.interfaces.inbound.webservices.feedback.XXXFeedbackService", null, argTypes,argList);                                                                                            ^ E:\ptc\Windchill_9.1\Windchill\tasks\codebase\com\infoengine\compiledTasks\file\E$3a$5cptc$5cWindchill_9$2e1$5cWindchill$5ctasks\com\lsco\wc\interfaces\inbound\webservices\feedback\levispifeedbackws$2exml.java:69: ; expected "com.lsco.wc.interfaces.inbound.webservices.feedback.XXXFeedbackService", null, argTypes,argList);                                                                                                   ^ 7 errors

Accepted Solutions (1)

Accepted Solutions (1)

subhro_de
Active Participant
0 Kudos

Hi Toufeeqh,

This looks like an fault message returned from your third party application that you are connecting to seems like it is a Windchill PLM system after PI has posted the message. Request your Windchill application owner to check whether their system services are working ok and test the service using SOAP UI and the target message generated after mapping.

Regards

Subhro

Former Member
0 Kudos

thanks Subro..that was helpful reply

Former Member
0 Kudos

I agree with Subrho, this sounds like the SOAP web service you are communicating with in PI is having an authentication problem from time to time (and not great error handling output). So your URL may look OK when you checked it manually but it fails randomly when PI is referencing it.

Answers (0)