Re: Arrays as SOAP RPC input parameters and method results

2001-12-28 Thread Sanjiva Weerawarana
See the samples- interop/* in particular has lots of arrays. Sanjiva. - Original Message - From: "davout" <[EMAIL PROTECTED]> To: "Apache Soap Dev List" <[EMAIL PROTECTED]> Sent: Saturday, December 29, 2001 4:02 AM Subject: Arrays as SOAP RPC input parameters and method results > Can

Arrays as SOAP RPC input parameters and method results

2001-12-28 Thread davout
Can anybody give me some background on how to create SOAP calls that use arrays as both inputs and method results? Take the following example public String[][] findNames(int[] anIDs); This method receives an input of an array of ints and returns a two dimensional array of strings.

SOAP RPC service - method with int[] array parameter?!?

2001-12-28 Thread davout
Can anybody tell me how to prepare a client side call to a SOAP RPC service that has one parameter of type "int[]", like... public String[][] findNames(int[] anIDArray) How do I create the parameter instance? I've tried the following but it won't compile... fParams.addElement(new Param

Re: Access to Soap message header data?

2001-12-28 Thread Sanjiva Weerawarana
"davout" wrote: > > It's a RPC Java class. > > If I can't get access to the header info how am I supposed to authenticate > that the service consumer can access this service? Actually, I forgot a hook that was put in a while ago .. If the first argument of your method is of the type SOAPContext

Re: Remote Deployng & security problem

2001-12-28 Thread Sanjiva Weerawarana
There's a server config option (via soap.xml) to turn off the remote config capability. Production use should obviously use that option .. The details are explained in the docs. Sanjiva. - Original Message - From: "Chistian Lacetera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Fr

RE: Access to Soap message header data?

2001-12-28 Thread Sam Ruby
"davout" wrote: > > Any guess-timate of when this will be? Public review is scheduled start 17 Feb, 2002 and last for 30 to 90 days. This is followed by a 14 day EC ballot. We are likely looking at 2Q02. - Sam Ruby

RE: Access to Soap message header data?

2001-12-28 Thread davout
Any guess-timate of when this will be? -Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: 28 December 2001 12:23 To: [EMAIL PROTECTED] Subject: RE: Access to Soap message header data? "davout" wrote: > > Axis is still in alpha. I'm reluctant to use anything that is pre-r

RE: Access to Soap message header data?

2001-12-28 Thread Sam Ruby
"davout" wrote: > > Axis is still in alpha. I'm reluctant to use anything that is pre-release. > When is Axis due for formal release? Probably shortly after http://java.sun.com/xml/jaxrpc/ goes final. - Sam Ruby

RE: Access to Soap message header data?

2001-12-28 Thread davout
Axis is still in alpha. I'm reluctant to use anything that is pre-release. When is Axis due for formal release? -Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: 28 December 2001 11:26 To: [EMAIL PROTECTED] Subject: RE: Access to Soap message header data? "davout" wrot

RE: Access to Soap message header data?

2001-12-28 Thread Sam Ruby
"davout" wrote: > > It's a RPC Java class. > > If I can't get access to the header info how am I supposed to authenticate > that the service consumer can access this service? The stock quote sample in Axis is an example of an RPC class with a simple authentication handler based on SOAP headers.

Remote Deployng & security problem

2001-12-28 Thread Chistian Lacetera
I need to protect remote Deploy but there is a problem: I can protect (by tomcat) the url name.host:8080/soap/server/rpcrouter but this forbid the access to soap clients also. I think that isn't the right way but i don't know another. I need some suggestion Regards

SOAP security

2001-12-28 Thread 李 鹏
I wonder the security of the SOAP on the Internet. _ Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp¡£

RE: Access to Soap message header data?

2001-12-28 Thread davout
It's a RPC Java class. If I can't get access to the header info how am I supposed to authenticate that the service consumer can access this service? -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] Sent: 28 December 2001 04:09 To: [EMAIL PROTECTED]; [EMAIL PROTECTE