using Axis2 library to directly invoke a method

2008-09-12 Thread java programmer
I am getting a REST URL of format http://localhost:8080/quoteService/quote/NYSE/IBM . I have a mapping from URL to function name and I can translate this to AXIS REST URL like http://localhost:8080/quoteService/getQuote?symbol=IBMexchange=NYSE Redirecting the original request to AXIS URL goes

Connection timed out in little slow webservice

2006-12-05 Thread Java Programmer
Hello, My problem concerns some timeouts which are made by long time running process inside soap method. Fault looks like: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.ConnectException: Connection timed out: connect

Reading properties files from AXIS

2006-11-29 Thread Java Programmer
Hello, I never do it before but I need to read properties file from an application deployed as a service of AXIS. My first unsuccessful attempt was: Properties props = new Properties(); URL url = ClassLoader.getSystemResource(lucene.properties); props.load(url.openStream());

could not find deserializer for type (in client)

2006-10-30 Thread Java Programmer
Hello, I have problem with deserializing response from my application, it seems that the problem lays on client side because returned XML seems alright in SOAP Monitor. Part of my client where this problem appears looks like: private final String endpoint =