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 "Sagara Gunathunga (Assigned) (JIRA)" <ji...@apache.org> on 2012/02/20 08:49:36 UTC

[jira] [Assigned] (AXIS2-5058) Error while accessing the schema of a hierarchical service which has a schema import in the WSDL

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

Sagara Gunathunga  reassigned AXIS2-5058:
-----------------------------------------

    Assignee: Kishanthan Thangarajah
    
> Error while accessing the schema of a hierarchical service which has a schema import in the WSDL
> ------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5058
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5058
>             Project: Axis2
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.6.0
>            Reporter: Isuru Eranga Suriarachchi
>            Assignee: Kishanthan Thangarajah
>            Priority: Critical
>             Fix For: 1.6.2, 1.7.0
>
>         Attachments: AXIS2-5058.patch
>
>
> When accessing the schema of a hierarchical service which has a schema import in the WSDL, following error occurs.
> [ERROR] The endpoint reference (EPR) for the Operation not found is /axis2/services/foo/bar/SampleService?xsd=SampleService_schema1.xsd and the WSA Action = null. If this EPR was previously reachable, please contact the server administrator.
> org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is /axis2/services/foo/bar/SampleService?xsd=SampleService_schema1.xsd and the WSA Action = null. If this EPR was previously reachable, please contact the server administrator.
> 	at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:102)
> 	at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
> 	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
> 	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
> 	at org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:144)
> 	at org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:139)
> 	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:275)
> 	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
> 	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
> 	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:619)
> Therefore, such a service can't be invoked by a client as the client can't access the schema.
> Thanks,
> ~Isuru

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org