cancel
Showing results for 
Search instead for 
Did you mean: 

Error Invoking Web Service Action: Status (500): null

Former Member
0 Kudos

Hi forum

I am getting an "Invoking Web Service Action: Status (500): null" error when invoking a web service action block . The BLS transaction used as a web service outputs a text string which I tested using an xacute query . while executing the transaction as a web service the tracer tells me that there is no output .

Best regards,

Antonio

I am using an xMII 11.5 installation .

-


[INFO ]: Execution Started At: 04:17:46

[DEBUG]: 00000.01600 Begin Transaction 'TMP45B360D9-0E02-2CF7-C4B4-F3C0B41C29E0'

[DEBUG]: 00000.01600 Begin Sequence Sequence : ()

[DEBUG]: 00000.01600 Begin Action WebService_0 : ()

[ERROR]: Error Invoking Web Service Action: Status (500): null

[ERROR]: ACTION FAILED: End Action WebService_0 : ()

[DEBUG]: 00000.11000 Begin Sequence Sequence_0 : ()

[DEBUG]: 00000.11000 Begin Action Tracer_0 : ()

[INFO ]:

[DEBUG]: 00000.11000 End Action Tracer_0 : ()

[DEBUG]: 00000.11000 End Sequence Sequence_0 : ()

[DEBUG]: 00000.11000 End Sequence Sequence : ()

[DEBUG]: 00000.11000 End Transaction 'TMP45B360D9-0E02-2CF7-C4B4-F3C0B41C29E0'

[INFO ]: Execution Completed At: 04:17:46 Elapsed Time was 94 mS

Accepted Solutions (0)

Answers (1)

Answers (1)

jamie_cawley
Advisor
Advisor
0 Kudos

Are you calling another trx using the web service action? If so, any reason not to use the transaction call action? Are you providing credentials?

Jamie

Former Member
0 Kudos

Jamie,

Yes Indeed, I was calling inside a web service action another BLS transaction . Now , I am using a call to the transaction using the runner . It worked fine .

Thanks,