[
https://issues.apache.org/jira/browse/TUSCANY-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523462
]
gengshaoguang commented on TUSCANY-1628:
----------------------------------------
Solved, but not purified:
<service name="[*this must be exact the interface class name*]">
Other wise, I got first a warn about "More than one service..." thus I could
change the local call to :
[component]/[interface name] with success.
But soap call will drive to the above scenario.
> problem soap invoking a binding.ws,seems OMElement needs transform
> ------------------------------------------------------------------
>
> Key: TUSCANY-1628
> URL: https://issues.apache.org/jira/browse/TUSCANY-1628
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA Axis Binding Extension
> Affects Versions: Java-SCA-Next
> Environment: jdk1.5, windows, eclipse, latest svn code
> Reporter: gengshaoguang
>
> Hi every one,
> From yestoday to now, I was annoied by such a problem in Tuscany svn code.
> Invoke a component OK.
> Then:
> Bind it with a ws, I wrote the wsdl.
> Then:
> Invoke the component as sca binding (get component with name [component
> class]/[component interface]) OK.
> Then invoke the service with soap, I noticed message body came to
> PassByValueInvoker as OMElement, and came to it's
> super(JavaImplementationInvoker) as OMElement as well.
> I think there should be some transformer applied, and I still noticed
> Mediator interface which was responsible for such work is not called in the
> whole process.
> Could some one give me a suggestion?
--
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]