RE: Authorization using WS security and SAML

2003-03-18 Thread Nisha Menon
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

EJB Consuming a Web Service

2003-03-18 Thread Dan Cieslak
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

RE: Maintain Session with .NET and AXIS

2003-03-18 Thread thomas . cherel
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:

RE: [axis-user]subject

2003-03-18 Thread Davinder Singh
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

RE: Maintain Session with .NET and AXIS

2003-03-18 Thread Sateesh Ayyagari
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

RE: Maintain Session with .NET and AXIS

2003-03-18 Thread thomas . cherel
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

RE: Maintain Session with .NET and AXIS

2003-03-18 Thread Sateesh Ayyagari
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

RE: Authorization using WS security and SAML

2003-03-18 Thread Anne Thomas Manes
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

ArrayOutOfBoundsException with 1.1RC2??

2003-03-18 Thread Jinesh Varia
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

Re: [axis-user]subject

2003-03-18 Thread btomasini
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

RE: [axis-user]subject

2003-03-18 Thread Trieu, Jason T - CNF
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

[axis-user]subject

2003-03-18 Thread Obiorah, Obi BGI UK
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...

test

2003-03-18 Thread Paul Chen

RE: Authorization using WS security and SAML

2003-03-18 Thread Nisha Menon
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

Re: test

2003-03-18 Thread btomasini
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

RE: test

2003-03-18 Thread Mark Galbreath
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

test

2003-03-18 Thread matthew_f_hamburger
Return Receipt Your test document :

test

2003-03-18 Thread Nirmal Mukhi
Return Receipt Your test document :

test

2003-03-18 Thread redpineseed
can i send

Re: Caching

2003-03-18 Thread Steve Loughran
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

Specifying Server-config.wsdd

2003-03-18 Thread Brian Dillon (ext. 944)
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

RE: [RE: Authorization using WS security and SAML]

2003-03-18 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
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

Moving to Axis...

2003-03-18 Thread JD Evora
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

RE: Ant task axis-wsdl2java

2003-03-18 Thread Almeida, Timothy
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"

Ant task axis-wsdl2java

2003-03-18 Thread Olivier LAMY
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"

Axis invalid response

2003-03-18 Thread pg74
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?

Returning org.w3c.dom.Element

2003-03-18 Thread Stefan Leyhane
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

java2wsdl + schema import + wsdl2java

2003-03-18 Thread Emmanuel . Valentin
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

Re: packaging problems

2003-03-18 Thread Jens Schumann
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

Unbale to view some of the Deployed Web Services..

2003-03-18 Thread Kommineni, Sateesh (IndSys)
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

RE: [RE: Authorization using WS security and SAML]

2003-03-18 Thread Nisha Menon
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

Re: Catching Exceptions from incorrect proxy setting

2003-03-18 Thread Tim C.
> > 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",

WSDL2Java generates incorrect deploy.wsdd and type mapping classes for Document Literal wsdl

2003-03-18 Thread Davinder Singh
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

Re: Axis light for client

2003-03-18 Thread Brian Ewins
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

RE: WSD2J: How to create a method(A a) where A is implemented either by B or C ?

2003-03-18 Thread Fabien Guinet
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">

Re: Connection limit

2003-03-18 Thread Brian Ewins
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

packaging problems

2003-03-18 Thread Jaspreet Singh
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