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/05 02:50:52 UTC

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

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


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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment: SOLICITACAO_DEMONSTRATIVO.xml

> 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, 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment: tissSimpleTypesV2_01_02.xsd
                tissGuiasV2_01_02.xsd
                tissComplexTypesV2_01_02.xsd

> 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: tissComplexTypesV2_01_02.xsd, tissGuiasV2_01_02.xsd, tissSimpleTypesV2_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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment:     (was: SolicitacaoDemonstrativoClient.java)

> 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, 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment:     (was: SOLICITACAO_DEMONSTRATIVO.xml)

> 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, 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


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

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment: SOLICITACAO_DEMONSTRATIVO.xml

> 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
    [ 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment:     (was: tissSimpleTypesV2_01_02.xsd)

> 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, 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment:     (was: tissGuiasV2_01_02.xsd)

> 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, 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment: build.xml
                tissV2_01_02.xsd
                tissSolicitacaoDemonstrativoRetornoV2_01_02.wsdl

> 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, 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment: SolicitacaoDemonstrativoClient.java

> 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, 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment: tissSimpleTypesV2_01_02.xsd
                tissGuiasV2_01_02.xsd
                tissComplexTypesV2_01_02.xsd

> 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, 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment: SolicitacaoDemonstrativoClient.java

> 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, 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


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

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski updated AXIS2-3071:
-----------------------------------

    Attachment:     (was: tissComplexTypesV2_01_02.xsd)

> 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, 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