[ http://issues.apache.org/jira/browse/TUSCANY-120?page=comments#action_12378626 ]
Venkatakrishnan commented on TUSCANY-120: ----------------------------------------- Hi.. Are you referring to correspondence between namespaces and java package names. If this is so, this is certainly fixed. Infact this is now fixed in Axis2 itself. Earlier, when Axis2 did not support this, our Tuscany wrapper for Java2WSDL in https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/tools/src/main/java/org/apache/tuscany/tools/java2wsdl/generate/Java2WSDL used to patch this up. In this implementation if the java interface's package name is org.apache.tuscany.samples.ws the target namespace would be "http://ws.samples.tuscany.apache.org" in the wsdl definitions. As far as the XSD goes the same package would result in the namespace "http://ws.samples.tuscany.apache.org/xsd" i.e. with '/xsd' appended. > Axis2 WS binding support for entryPoint without pre-existing WSDL > ------------------------------------------------------------------ > > Key: TUSCANY-120 > URL: http://issues.apache.org/jira/browse/TUSCANY-120 > Project: Tuscany > Type: Bug > Components: Java SCA Axis Binding > Reporter: ant elder > Assignee: Raymond Feng > > Where the entryPoint doesn't use interface.wsdl then the pre-existing WSDL > document shouldn't be required. Axis2 can generate WSDL at runtime based on > the service interface so the Axis2 binding can use that to support the > following: > <entryPoint name="AccountService"> > <interface.java > interface="org.apache.tuscany.binding.axis2.assembly.tests.bigbank.account.services.account.AccountService"/> > <binding.ws/> > <reference>AccountServiceComponent</reference> > </entryPoint> > See ML discussion: > http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200603.mbox/[EMAIL > PROTECTED] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
