You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/08/06 04:55:59 UTC

[jira] Resolved: (AXIS2-3071) XMLBean problems with 1.3 RC3

     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-3071.
-------------------------------------

    Resolution: Fixed

Sample client works for me (with a minor edit to fix the path of the xml file and the port)

generated service using:
wsdl2java.bat -ss -sd -u -uri tissSolicitacaoDemonstrativoRetornoV2_01_02.wsdl -o service -d xmlbeans

generated client using:
wsdl2java.bat -u -uri tissSolicitacaoDemonstrativoRetornoV2_01_02.wsdl -o client -d xmlbeans

tried both simple axis server and tomcat war

thanks,
dims

> XMLBean problems with 1.3 RC3
> -----------------------------
>
>                 Key: AXIS2-3071
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3071
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: java 6, tomcat 5.5, linux
>            Reporter: robert lazarski
>             Fix For: 1.3
>
>         Attachments: build.xml, SOLICITACAO_DEMONSTRATIVO.xml, SolicitacaoDemonstrativoClient.java, tissComplexTypesV2_01_02.xsd, tissGuiasV2_01_02.xsd, tissSimpleTypesV2_01_02.xsd, tissSolicitacaoDemonstrativoRetornoV2_01_02.wsdl, tissV2_01_02.xsd
>
>
> Testing RC3 with XMLBeans is giving this error: 
> 2007-08-04 20:35:10,304 [org.apache.axis2.transport.http.AxisServlet] - org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:9080/axis2/services/tissSolicitacaoDemonstrativoRetorno and the WSA Action =
> I'm using the same WSDL's and XSD's that were working in a later axis2 1.2 snapshot. The listServices page is saying that the EPR is installed: 
> "tissSolicitacaoDemonstrativoRetorno
> Service EPR : http://localhost:9080/axis2/services/tissSolicitacaoDemonstrativoRetorno
> Service Description : tissSolicitacaoDemonstrativoRetorno
> Service Status : Active
> Available Operations
>     * tissSolicitacaoDemonstrativoRetorno_Operation" 
> The URL in axis2/services/listServices matches exactly the error message URL. I'm using xmlbeans validate() in the client code, and setting the EPR and placing it in Options. 
> Please see attached files for more info. 

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org