[
https://issues.apache.org/jira/browse/AXIS2-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932492#action_12932492
]
gerhard presser commented on AXIS2-4755:
----------------------------------------
i'm using this workaround:
WSDL11ToAxisServiceBuilder serviceBuilder = new
WSDL11ToAxisServiceBuilder(getDefinition(), getService(), getPort());
serviceBuilder.setServerSide(false);
...
AxisService axisService = serviceBuilder.populateService();
...
axisService.setName(axisService.getName()+getUniqueId());
...
ServiceClient client = new ServiceClient(getSharedConfigurationContext()
axisService);
...
regards
> dynamic serviceclient: axisservice-names are not unique
> -------------------------------------------------------
>
> Key: AXIS2-4755
> URL: https://issues.apache.org/jira/browse/AXIS2-4755
> Project: Axis2
> Issue Type: Bug
> Components: client-api, deployment
> Affects Versions: 1.5.1
> Reporter: gerhard presser
>
> in case of concurrent invocations, this may cause problems, because one
> client cleans up the other-clients context etc.
> both, anonservices and stub-services generate a unique service name; dynamic
> service-clients should do so too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]