On Mon, Oct 3, 2011 at 3:44 AM, Mark Bullathsinghalage Cooray < [email protected]> wrote:
> Hi All, > > Has anyone got an idea about this limitation? > Hi, I think this is a known limitation and we have to maintain the relevant XSD,WSDL etc. in the local file system. > > 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> > <bpel:import namespace="http://simpleCalculator.apache.org" location=" > http://localhost:8080/SimpleCalculator/services/SimpleCalculator?wsdl" > importType="http://schemas.xmlsoap.org/wsdl/"></bpel:import> > <bpel:import namespace="http://rectangleCalulator.apache.org" > location=" > http://localhost:8080/RectangleCalculator/services/RectangleCalculator?wsdl" > importType="http://schemas.xmlsoap.org/wsdl/"></bpel:import> > <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. > > -- Thanks, Denis ---------------------------------------------------------- *Denis Weerasiri* Software Engineer; WSO2 Inc.; http://wso2.com, *email: denis <http://goog_277208233/>** [AT] wso2.com* <http://wso2.com/>* * *site: **https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/> *blog: **http://ddweerasiri.blogspot.com* <http://ddweerasiri.blogspot.com/> * twitter: **http://twitter.com/ddweerasiri* <http://twitter.com/ddweerasiri>* linked-in: **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
