[jboss-user] [JBoss Web Services] - Invocation of a Web service using invokeAsync calls invoke method

Edin Joselyn do-not-reply at jboss.com
Wed May 22 16:24:29 EDT 2013


Edin Joselyn [https://community.jboss.org/people/edinsamuel] created the discussion

"Invocation of a Web service using invokeAsync calls invoke method"

To view the discussion, visit: https://community.jboss.org/message/818959#818959

--------------------------------------------------------------
Hi,

I have an issue with my client in JBoss calling a web service defined in Adobe Life cycle. I want to call the invokeAsync method from my client and I'm using the following code to call the invokeAsync method in the web service. 

ARDocsImportProcessesCiderSend8130Service service = new ARDocsImportProcessesCiderSend8130Service();
ARDocsImportProcessesCiderSend8130 port = service.getSend8130();
String pid = port.invokeAsync(document, metadata);

But, eventually, the JBoss JAX-WS internally calls the invoke method instead and I get the exception *"Exception: ALC-DSC-127-000: com.adobe.idp.dsc.LongLivedInvocationException: The Long Lived Service ARDocsImport/Processes/Cider/Send8130 can not be invoked synchronously"*

I'm able to call the invokeAsync method in the web service using a standalone program, but when I'm doing it from within JBoss I'm getting the error as it is internally calling the invoke method, instead of the invokeAsync method. I'm using JBoss 5.0.0.*
*

I've also attached the WSDL file. I generated the proxy classes using the wsimport command available in jdk 1.6.

Please let me know if I'm missing something or something else needs to be done.

Thanks,
Edin.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/818959#818959]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130522/9e38d634/attachment-0001.html 


More information about the jboss-user mailing list