XmlBeans -WSDL contains duplicated schema elements on subsequent WSDL requests
------------------------------------------------------------------------------

                 Key: XFIRE-954
                 URL: http://jira.codehaus.org/browse/XFIRE-954
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.5
         Environment: jboss on win xp jdk 1.4
            Reporter: vzw
            Assignee: Dan Diephouse


This is a clone of http://jira.codehaus.org/browse/XFIRE-611
This issue did not get resolved.

I am using following jars:
activation-1.1.jar
asm-1.5.3.jar
cglib-2.1.3.jar

commons-beanutils-1.7.0.jar
commons-collections-3.1.0.jar
commons-dbcp-1.2.1.jar
commons-digester-1.5.0.jar
commons-fileupload-1.1.jar
commons-lang-2.0.0.jar
commons-logging-1.1.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
dom4j-1.4.jar
ehcache-1.1.jar
framework.jar

jaxen-1.1-beta-9.jar
jdom-1.0.jar

odmg-3.0.jar

spring-1.2.8.jar
stax-api-1.0.1.jar

wsdl4j-1.6.jar
wstx-asl-3.1.1.jar
xbean-2.2.0.jar
xbean-spring-2.6.jar
xfire-all-1.2.5.jar 


I hava simple service with these methods

1> I have a simple service with 2 methods: 
public String ping() { LOGGER.info("Being Pinged"); return "i am here"; }
public String foo() { LOGGER.info("Being Pinged1"); return "i am here1"; }
2> service.xml 
<service> 
<name>XmlbeansWebService</name> 
<namespace>http://www.verizonwireless.com/wadg/smartflyer 
http://www.verizonwireless.com/wadg/smartflyer </namespace> 
<serviceClass>com.verizonwireless.wadg.webservicesxfire.action.XmlbeansWebServiceImpl</serviceClass>
 
<serviceFactory>org.codehaus.xfire.xmlbeans.XmlBeansServiceFactory</serviceFactory>
 
<properties> 
<property key="xmlbeans-namespace-hack">true</property> 
</properties> 
</service> 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to