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
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.
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
"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
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
"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
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
"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
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
"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.
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
I wonder the security of the SOAP on the Internet.
_
Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp¡£
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
13 matches
Mail list logo