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 "robert lazarski (JIRA)" <ji...@apache.org> on 2007/08/07 03:45:59 UTC

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

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

robert lazarski commented on AXIS2-3071:
----------------------------------------

Thanks for your time Dims. For some reason, the way I use xmlbeans and wsdl2java now require my EPR to include the operation name, ie: 

 new EndpointReference(
                    "http://localhost:9080/axis2/services/tissSolicitacaoDemonstrativoRetorno/tissSolicitacaoDemonstrativoRetorno_Operation");

And not the way I've always done it: 

 new EndpointReference(
              "http://localhost:9080/axis2/services/tissSolicitacaoDemonstrativoRetorno");
               
The latter gives me "Operation not found" . Maybe I'm behind the times.. Thanks for the help. 

> 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