Hi All, Has anyone got an idea about this limitation? Regards, Mark.
>>> "Mark Bullathsinghalage Cooray" <[email protected]> 30/09/2011 >>> 2:08 PM >>> Hi, I am Having the Following BPEL snippet <!-- Import the client WSDL --> <bpel:import namespace="http://ellipseCalculator.apache.org" location="http://localhost:8080/EllipseCalculator/services/EllipseCalculator?wsdl" importType="http://schemas.xmlsoap.org/wsdl/"></bpel:import ( 'http://schemas.xmlsoap.org/wsdl/" )> <bpel:import namespace="http://simpleCalculator.apache.org" location="http://localhost:8080/SimpleCalculator/services/SimpleCalculator?wsdl" importType="http://schemas.xmlsoap.org/wsdl/"></bpel:import ( 'http://schemas.xmlsoap.org/wsdl/" )> <bpel:import namespace="http://rectangleCalulator.apache.org" location="http://localhost:8080/RectangleCalculator/services/RectangleCalculator?wsdl" importType="http://schemas.xmlsoap.org/wsdl/"></bpel:import ( 'http://schemas.xmlsoap.org/wsdl/" )> <bpel:import location="areaCalculatorArtifacts.wsdl" namespace="org.ode.areaCalulator" importType="http://schemas.xmlsoap.org/wsdl/" /> When I take the location and replace it with a local file it works but if I leave the url i get following error in server side : SEVERE: Servlet.service() for servlet AxisServlet threw exception org.apache.axis2.AxisFault: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.description.AxisService.getWSDL(AxisService.java:1553) at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:1355) at org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:199) at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:254) at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Unknown Source) *** I found in following link https://issues.apache.org/jira/browse/ODE-534 that this functionality is not supported. Can I know if it is fixed? Regards, Mark.
