Re: A question about Axis2 embed SimpleHTTPServer

2007-07-08 Thread Asankha C. Perera
Hi Lizhao Set up the Java NIO based http/s transports as follows, by commenting out     and uncommenting the following section                 9000         true                     9002         true             identity.jks     JKS   

RE: A question about Axis2 embed SimpleHTTPServer

2007-07-08 Thread Chen, Lizhao
Hi, Asankha, Can you tell me in detail how to configure the relevant entries on the transport for keystore in axis2.xml? Best Regards! Lizhao Chen 86-021-50800850-8395 From: Asankha C. Perera [mailto:[EMAIL PROTECTED] Sent: Sunday, July 08, 2007 2

axis2.sh

2007-07-08 Thread [EMAIL PROTECTED]
Hi All I used "java2wsdl.sh" to create a WSDL file from a java class file and the "$AXIS2_HOME/bin/axis2.sh" script has a bug. matrix:/otp/software/axis2/1.2/samples/quickstart> $../../bin/java2wsdl.sh Using AXIS2_HOME: /otp/software/axis2/1.2 Using JAVA_HOME: /otp/software/java

Re: Reverse Direction Messaging Over Persistent HTTP Connection

2007-07-08 Thread Doug Davis
checkout: WS-MakeConnection http://docs.oasis-open.org/ws-rx/wsmc/200702 thanks -Doug __ STSM | Web Services Architect | IBM Software Group (919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED] chaoticinc <[EMAIL PROTECTED]> 07/08/

Reverse Direction Messaging Over Persistent HTTP Connection

2007-07-08 Thread chaoticinc
Hello, I am trying to implement some code to the TR-069 standard (http://www.dslforum.org/techwork/tr/TR-069%20Amendment%201.pdf) that requires messages to be originated from the SOAP Server to the SOAP Client after initial message exchange. The sequence of messaging is as follows: Client

Re: String[] as return type

2007-07-08 Thread Anne Thomas Manes
I recommend that you create a bean called DeviceVendors which contains an array of strings. Return that. Anne On 7/6/07, Andreas Fey <[EMAIL PROTECTED]> wrote: Hello, i've set up a webservice with serveral methods; some of them (A) return just simple types like int and long, and some of them (