Title: RE: Authorization using WS security and SAML
is security information ever a part of WSDL? i mean when one application
wants to interact with another through a webservice, is it a business agreement
to follow a particular authentication/authorization mechanism/ scheme or is it
defined
Hi all! Sorry for the re-post; I haven't seen any
responses
I just started using Axis and am quite pleased with it
so far. I've written a WebService in .NET and used Axis
to generate Java Class files to consume it. Everything
works really great until I tried to have a JMS MessageBean
make th
As I said before I have no or very little
experience with .NET web service and I never tried SOAP headers in this
context. Sorry.
Thomas
-Original Message-
From: Sateesh Ayyagari
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003
11:24 PM
To: [EMAIL PROTECTED]
Subject:
Title: RE: [axis-user]subject
I think sorting on "To" field is convenient as 'To' field always has "[EMAIL PROTECTED]"
From field might be different, it has user emailid.
thanx,
davin
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 19
Hi Thomas,
I used a .NET client and a Java Web service. The proxy doesnt form on the .NET side if I use the same namespace. But when I try to maintain session between a Java client and a .NET web service using SOAP headers, .NET`s WSDL has the same namespace(default of tempuri.org) for "Sessio
Good question J
What is the client side you are using?
.NET? Axis? Something else?
For sure, the SessionHandler used on the
server side must be updated if you change this namespace, but I do not recall
that the .NET client (what I used at the time) required a different namespace
(also I m
Hi Thomas,
I have a question about the MyService.wsdl which you used for customizing in the header-based session maintainance. Is it mandatory to declare the schema of the complexType "SessionID" to be of a different targetNamespace? I tried declaring the same targetNamespace as that of the web
Title: RE: Authorization using WS security and SAML
Nisha,
As I mentioned below, when
using WS-Security, you must write a header processor (an Axis handler) that
takes the SAML token and maps it to a principal, and then use JAAS to check
authorization.
I'm assuming that your Web service is
I am using Axis 1.1RC2. generated the client files using Wsdl2java. and then using a
jsp as
testclient
I was getting this no deserializer defined for Array type error
And gurus suggest me to use the nightly fix.
That was out. but now I am getting
java.lang.ArrayIndexOutOfBoundsException: 1
The [...] is generally reserved for other things, like OT
PROPOSAL, etc...
It just serves to make subjects longer to always put
[axis-user].
The simple solution - Create a folder and filter on the
from address.
On Tue, 18 Mar 2003 15:04:15 -0800
"Trieu, Jason T - CNF" <[EMAIL PROTECTED]> w
Good idea
-Original Message-
From: Obiorah, Obi BGI UK [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 2:59 PM
To: '[EMAIL PROTECTED]'
Subject: [axis-user]subject
Just a suggestion, I think it would be useful to prefix the subject line on
this mailing list by [axis-user] for ea
Just a suggestion, I think it would be useful to prefix the subject line on
this mailing list by [axis-user] for ease of sorting by subject...
Title: RE: Authorization using WS security and SAML
thanks so much for all that information anne.. helps me to a great extent
to have your input!
but what would the required components be if i were to start
implementing a webservices authentication module (considering ofcourse that i've
d
It is a return receipt. People need to turn off return
receipt when posting to a maling list.
On Tue, 18 Mar 2003 13:28:11 -0500
"Mark Galbreath" <[EMAIL PROTECTED]> wrote:
What the heck is this?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, March
What the heck is this?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 1:23 PM
To: [EMAIL PROTECTED]
Subject: test
Return Receipt
Your test
Return Receipt
Your test
document
:
Return Receipt
Your test
document
:
can i send
Toshiyuki Kimura wrote:
> Hi Narayanan and Steve,
>
> [Steve Loughran] wrote in the 'Re: axis and caching';
> | Axis does not specify caching on the results of a POSTed SOAP request,
> |because POST requests are not cacheable or idempotent, according to the
> |HTTP spec.
>
> But I'd like to not
Hi,
I running using the server-config.wsdd from the same directory that the
server starts (It is a JMS server). When a request comes in it is processed
ok by the server, however when I try to serialize the return (whih in my
case happens to be a INOUT param) I get
java.io.IOException: No serializ
Title: Re: [RE: Authorization using WS security and SAML]
TSIK1.7 claims to have WS-Security support. Look at samplesoap
example.
Not
sure if it would work with Axis. Also, TSIK is not opensource (doesn't include
source code).
/Pankaj.
-Original Message-From: Nisha Menon
[mail
Hi,
I am using Apache SOAP 2.2 right now and I want to migrate the server
Axis but keeping the current clients (SOAP 2.2) unchanged (apart of the
SOAP URL) there some way to do that?
If I run Java2WSDL on the current java class that implements the soap
server. Will the resulting Axis soap se
You can use the namespace attribute on the wsdl2Java task to map different
namespaces in the WSDL to different packages for the stub classes generated.
For example:
http://server.ws.cfg.firepond.com";
package="com.firepond.cfg.ws.client"/>
http://shared.ws.cfg.firepond.com"
I have the following wsdl :
- http://localhost:8090/axis/services/HotelService";
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:apachesoap="http://xml.apache.org/xml-soap";
xmlns:impl="http://localhost:8090/axis/services/HotelService";
xmlns:intf="http://localhost:8090/axis/services/HotelService"
Hi,
I have a Axis/Java web service on the provider side,
When I test with Java client the response from axis is fine, but if I test
with .net client the response is not a valid xml, appended to
the end of
the response message.
Any ideas?
I'm trying to convert to Axis from an implementation I did using Apache SOAP
about a year back. I'm having some difficulty and hoping someone can help.
What I want to do:
Invoke a method that returns a org.w3c.dom.Element. I want to process the
XML that is returned directly but want to use the
Hi,
We use axis1.1RC1 to generate WSDL file out of our java service
definitions. Some of our methods are returning beans containing properties
typed by Class defined in javax.oss.* package. OSS/J project defines XML
schema equivalent for their types. So to enforce correct type mapping, I've
import
On 3/18/03 11:17 AM Jaspreet Singh <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a war file, ejb-jar file and a common jar file inside an ear that I am
> trying to deploy using axis.
>
> The common jar file contains common file require by both ejb-jar and war
> files, these are essentially the com
Hi All,
I have created some Web Services and when i add a Service details in
server-config.wsdd file then only that Services is getting visible.
I have a Service called TaxService . I have placed the .class file in
/axis/Web-Inf/classes and placed the .jws file in /axis and added the below
Title: Re: [RE: Authorization using WS security and SAML]
oh yes! would anyone know of an implementation that can be used with
axis?
would be dandy to get my hands on that code! :-)
-Original Message- From: Mitch Gitman
[mailto:[EMAIL PROTECTED] Sent: Mon 3/17/2003 10:11 PM
T
>
> I keep returning to the same problem of trying to find a way of allowing
a
> user on the client side to determine proxy settings. It seems if they
> define:
>
>System.setProperty("proxySet", "true" );
>System.setProperty("http.proxyPort",8080);
>System.setProperty("http.proxyHost",
Title: WSDL2Java generates incorrect deploy.wsdd and type mapping classes for Document Literal wsdl
Hi,
I have a WSDL file (CalculateDocumentLiteral.wsdl) which describes a Document/Literal webservice. (Please see below for the contents of wsdl file)
I tried to generate java classes from this
Steve Loughran wrote:
It would be a useful little exercise. You could perhaps strip out all the
wsdl-to-java generation for a run-time-only system, which should save space,
and some of the other stuff. You'll still need commons-logging, but bind it
to Java1.4 logging instead of log4j.
I look forw
I'm not familiar too but I supposed the following definition is sufficiant:
COMMON.WSDL
http://schemas.xmlsoap.org/wsdl/";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:tns="urn:common">
The limit is Win2k pro. You need Win2k server to support more connections.
http://support.microsoft.com/default.aspx?scid=kb;en-us;122920
The limit's been there in windows desktop editions for years, and is
purely a licensing thing. It doesn't make much sense to stress test on a
desktop edition
Hi,
I have a war file, ejb-jar file and a common jar file inside an ear that I am trying
to deploy using axis.
The common jar file contains common file require by both ejb-jar and war files, these
are essentially the complex types exposed by the web service, these complex types are
passed onto
37 matches
Mail list logo