Re: [axis2] need the remote address and remote host in the messageContext

2006-01-24 Thread Davanum Srinivas
Please log a JIRA bug report. adding a testd patch (copy from Axis1 :) will speed up things. thanks, dims On 1/25/06, Soumadeep <[EMAIL PROTECTED]> wrote: > Hi, > > Please add the remote host and port in the messageContext. Presently, only > the transport headers are set in the MessageContext ins

Re: [AXIS2] MTOM interop problem with MS WSE3.0

2006-01-24 Thread Sanjiva Weerawarana
Please open a JIRA .. the ID must be a URI; what we're generating is wrong. Sanjiva. On Tue, 2006-01-24 at 19:10 -0500, Tony Dean wrote: > Hi, > > I am starting to integrate some attachment processing into my webservices and > found problem with MS [MS client/Axis2 server]. > > They complain a

[axis2] need the remote address and remote host in the messageContext

2006-01-24 Thread Soumadeep
Hi, Please add the remote host and port in the messageContext. Presently, only the transport headers are set in the MessageContext inside AxisServlet.java. This would be required for client identification going forward. Thanks Soumadeep

[jira] Assigned: (AXIS2-382) WSDL2Code stops with confusing exception message

2006-01-24 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-382?page=all ] Ajith Harshana Ranabahu reassigned AXIS2-382: - Assign To: Ajith Harshana Ranabahu > WSDL2Code stops with confusing exception message > ---

[jira] Commented: (AXIS2-382) WSDL2Code stops with confusing exception message

2006-01-24 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-382?page=comments#action_12363925 ] Ajith Harshana Ranabahu commented on AXIS2-382: --- The latest snapshot build has the capability to process this WSDL even with ADB. I tried the generated code and s

[jira] Resolved: (AXIS2-268) Modules need the configurationContext object(s) in initialization

2006-01-24 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-268?page=all ] Deepal Jayasinghe resolved AXIS2-268: - Resolution: Fixed now the init method is as follows init(ConfigurationContext configContext, AxisModule module) > Modules need the configuration

[AXIS2] MTOM interop problem with MS WSE3.0

2006-01-24 Thread Tony Dean
Hi, I am starting to integrate some attachment processing into my webservices and found problem with MS [MS client/Axis2 server]. They complain about WS-A messageID not being a valid URI. Here's a sample of what Axis2 sends: http://schemas.xmlsoap.org/ws/2004/08/addressing";>2B5D480438256412181

Is this a serialization bug introduced in axis 1.3?

2006-01-24 Thread Weian Deng
Hi, there, Given the following scenario: 1. Define a complex type AbstractType, 2. Define two complex types ConcretType1 and ConcretType2 which extend type AbstractType 3. Define complex type D that contains an element E of type AbstractType E can be assigned an element of type ConcretType1 or C

Re: [Axis2] New feature

2006-01-24 Thread Sanka Samaranayake
HI Chathura, All, On 1/24/06, Chathura Herath <[EMAIL PROTECTED]> wrote: > +1. > Can the static policy benifit from allowing a XML complient to policy > asertion xsd there. Usecase i can think of is scenarios like Meta data > exchange/Policy, where module description itself defines the > assertio

[Axis2] REMINDER : Axis IRC chat TOMORROW

2006-01-24 Thread The Axis2 ChatBot
Hi folks! This is an automatic reminder that the weekly Axis2 developer chat will be occurring tomorrow, January 25, at: 5AM PST, 8AM EST, 1PM GMT, 7PM SLT, midnight (next day) AEST The chat takes place on the freenode IRC network, (use server irc.freenode.net), on channel #apache-axis, and is s

RE: [Axis2] Deploying module problem? addressing

2006-01-24 Thread Villalba, Gregorio, VF-ES \(gvillal2\) EXT
Title: Mensaje Hello,   I still have the same problem. I am getting crazy with it because the same code works fine in Windows. And what is worst, for a Linux machine, the same code works fine in a directory and does not work in other directory which is exactly in the same path! I think it is

Re: [Axis2] Transport independent Session Mgt [Proposal] Now in Wiki for comments

2006-01-24 Thread Rajith Attapattu
I agree that the current proposal is proposing a User Context tied to the Context heirachy but after the disscussions I am thinking more and more that the Session Model should be independent of the context heirachy or else it want be able to scale effectively.   The way to identify a session would

Re: [Axis2] Transport independent Session Mgt [Proposal] Now in Wiki for comments

2006-01-24 Thread Rajith Attapattu
Hi All,   >   2. Share data across multiple operations across a service or share data> across multiple services in a service group>To do that share them via the AxisService or ServiceGroup, no need to >have context. You need a context IFF you need a scope that is 1:M with>Service or ServiceGroup  A

Re: [Axis2] Transport independent Session Mgt [Proposal] Now in Wiki for comments

2006-01-24 Thread Rajith Attapattu
Deepal and Srinath,   I guess we all have come to some sort of agreement that   a) WS-Addressing doesn't provide a complete solution to sessions, bcos of the special header.   b) WS_Context maybe more session oriendted and be a better solution   c) That in the event we introduce a session, SerivceG

Re: [Axis2] Transport independent Session Mgt [Proposal]

2006-01-24 Thread Nicolas Guaneme
Hello All. I've a web service working.. I need make a client.. ver easy.. the problem is that when I make the client I don't include the digital certificate for consuming the methods of my web service.. if who know to do please send me a example. Regards. -

Re: [Axis2] Transport independent Session Mgt [Proposal]

2006-01-24 Thread Srinath Perera
Hi Deepal; When server respond with the reference properties the session works If and only if client choose to send the reference properties back. But unlike the cases client manages the session client is under no obligation to send the reference properties back. I think we both agree to this so f

[jira] Created: (AXIS2-411) Axis2 Embedded

2006-01-24 Thread Chuong NGUYEN (JIRA)
Axis2 Embedded -- Key: AXIS2-411 URL: http://issues.apache.org/jira/browse/AXIS2-411 Project: Apache Axis 2.0 (Axis2) Type: Wish Reporter: Chuong NGUYEN Can Axis2 be embedded on card to be used with memory limitation? -- This message is automatica

Re: [Axis2] Transport independent Session Mgt [Proposal] Now in Wiki for comments

2006-01-24 Thread Srinath Perera
Hi Deepal; > I agree with you that we need to introduce new context to store session > information , currently we have class called session context and which use > for managing transport session for example , in HTTP case if user send > cookie back axis2 will find the correct session context and th

[jira] Resolved: (AXIS2-410) Corrected some erroneous HTML tags in Axis2 0_94 dir. Apply patch

2006-01-24 Thread Chatra Nakkawita (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-410?page=all ] Chatra Nakkawita resolved AXIS2-410: Resolution: Fixed Chinthaka applied the patch. thanks. Issue is resolved > Corrected some erroneous HTML tags in Axis2 0_94 dir. Apply patch >

[jira] Updated: (AXIS2-410) Corrected some erroneous HTML tags in Axis2 0_94 dir. Apply patch

2006-01-24 Thread Chatra Nakkawita (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-410?page=all ] Chatra Nakkawita updated AXIS2-410: --- Attachment: 0_94-2006-01-24.patch Apply patch > Corrected some erroneous HTML tags in Axis2 0_94 dir. Apply patch > --

[jira] Created: (AXIS2-410) Corrected some erroneous HTML tags in Axis2 0_94 dir. Apply patch

2006-01-24 Thread Chatra Nakkawita (JIRA)
Corrected some erroneous HTML tags in Axis2 0_94 dir. Apply patch - Key: AXIS2-410 URL: http://issues.apache.org/jira/browse/AXIS2-410 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: sam

[EMAIL PROTECTED]: Project ws-axis (in module ws-axis) failed

2006-01-24 Thread Davanum Srinivas
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project ws-axis has an issue affecting its community integration. This issue affects 111