RE: I give up (let's change the subject line, but try to be constructive)

2005-10-31 Thread Paul Grillo
em to you if you would like. I had to add a custom ant task to modify the server-config.wsdd to change to the XMLBeans serializer but it was no big deal. --- Paul Grillo <[EMAIL PROTECTED]> wrote: > Let me be more specific about the 2 areas that have troubled me since I > was second i

RE: I give up (serialization independence)

2005-10-31 Thread Paul Grillo
While I have to solve the same problem, I'm not so sure that the proposed approach is a solution that would work for me. I have looked into doing this independently. That is, I would define my own interfaces to insure that my consumers in my company coded to it and that I would ensure they did no

RE: I give up (let's change the subject line, but try to be constructive)

2005-10-31 Thread Paul Grillo
Let me be more specific about the 2 areas that have troubled me since I was second in line of kicking off this long thread. I provide this as input and food for thought. As I mentioned previously, I have no axe to grind. I'm fairly well aware of tradeoffs with open source and no open source. W

RE: Axis2 and XMLBeans - what is the relationship?

2005-10-28 Thread Paul Grillo
relationship?   Hi Paul, See my comments inline On 10/27/05, Paul Grillo <[EMAIL PROTECTED]> wrote: Short question:  Can I use XMLBeans as distributed by xmlbeans.apache.org as my serializer/deserializer in Axis2?  If so how? Yes. The default databinding framework is XMLBeans :)

RE: I give up

2005-10-28 Thread Paul Grillo
I would like to add that, to a large extent, I feel Kurt's pain. We used Axis 1.2 to deploy a single SOAP service that was required of us by one of our major partners that dictated a .NET interface complete with SOAP element signature, timestamp, and encryption. I will say that we got this workin

Axis2 and XMLBeans - what is the relationship?

2005-10-27 Thread Paul Grillo
Short question:  Can I use XMLBeans as distributed by xmlbeans.apache.org as my serializer/deserializer in Axis2?  If so how?  It appears to be different than what is contained in Axis2>     I have a simple WSDL backed up by a few Schemas.  They generate clean java classes in Axis 1.2  

RE: How to access and use Serializer independently?

2005-10-26 Thread Paul Grillo
r@ws.apache.org Subject: RE: How to access and use Serializer independently? Hi Paul,       I would guess yes. You will have to write a handler for it.   Thanks, Parikh, Pratik   From: Paul Grillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 8:42 AM To: axis-user@ws

RE: How to access and use Serializer independently?

2005-10-26 Thread Paul Grillo
, 2005 9:48 AM To: axis-user@ws.apache.org Subject: RE: How to access and use Serializer independently?   Hi Paul,       I would guess yes. You will have to write a handler for it.   Thanks, Parikh, Pratik   From: Paul Grillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 8

FW: How to access and use Serializer independently?

2005-10-26 Thread Paul Grillo
on how would be helpful   I thank anybody that can help.       From: Paul Grillo Sent: Monday, October 24, 2005 12:15 PM To: axis-user@ws.apache.org Subject: How to access and use Serializer independently?   I’ve been playing with this for awhile, and there just “seems” to be a

How to access and use Serializer independently?

2005-10-24 Thread Paul Grillo
I’ve been playing with this for awhile, and there just “seems” to be a lot of coupling that makes it difficult to do this.   Essentially I have a service running perfectly using the default serializer/deserializer for Axis 1.2   Now I would like to incorporate a REST interface on a few

Uncaught Exception Traces - how to get Axis to tell me what they are

2005-10-03 Thread Paul Grillo
I currently am getting the following fault returned from my Server when communicating.   http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>           soapenv:Server.userException     jav

Log any/all Server Axis Faults

2005-09-29 Thread Paul Grillo
Is there any way that I can capture and log any/all Axis Fault messages on the server? These can come from any place, from serialization errors, to signature verification, etc. Is there a way to place a handler somewhere where these can be caught? Or some code to catch the fault? any way that I

RE: Error with Tomcat 5.5.9 and Axis 1.2.1

2005-09-13 Thread Paul Grillo
Same thing just now happened to me. I can drop the exact same war file I've been using for weeks on tomcat 5.0.30 (older one) and I get no error. When I upgraded to 5.5.9 I get the error Danny reported. xmlsec is installed and has been installed in the same place all along (axis application li

client.Service and/or client.Stub threadsafe?

2005-09-12 Thread Paul Grillo
For client side Axis use, I'm following/using the pattern as generated by the WSDLtoJava. Essentially an "org.apache.axis.client.Service" is created by feeding it a client.wsdd file. From this service I get a "org.apache.axis.client.Stub" by constructing one using the aforementioned Service. Now

DIMEBodyPart question

2005-08-17 Thread Paul Grillo
There are very few questions, and less answers on DIME support for Axis out there, but I’ll give this a try.   If I turn on DIME support and attach normally, the system appears to send using DIME making assumptions, I assume, as to how to fill out the header information.   I noticed Dim

Simply add an attachment to client stub

2005-08-16 Thread Paul Grillo
Perhaps this is so easy, I shouldn’t be asking.  I’m simply using the client org.apache.axis.client.Stub and adding a attachmentPart.  It all goes fine except I would like base64 encoding, not binary.   Is there an easy setting for this?  Or do I have to tell the system what serializer to

Public Certificate Access using Extension ID 2.5.29.14

2005-08-11 Thread Paul Grillo
I am using Axis and WSS4J for security. I am having problems communicating with my vendor when using his public certificate for encrypting. I am able to do the encryption but am not able to send the KeyIdentifier along, which is what he expects In org.apache.ws.security.components.crypto the fo

Sax Exception deserializing response when setting a property

2005-08-07 Thread Paul Grillo
Hoping somebody has seen this. Perhaps it's a library issue or a setting I missed. Not sure whats happening. After straightening out client side axis and insuring server received messages by just returning a null, I just now added returning a non-null message and the client throws an exception l

WS-Addressing Support

2005-08-05 Thread Paul Grillo
Can somebody confirm for me the existence or no longer existence of Apache Addressing project that was referenced in email here?   http://ws.apache.org/addressing/ appears to exist, but I’m not able to see any activity or access CVS   http://cvs.apache.org/viewcvs.cgi/ws-fx/addressing/

Axis not genereating Namespace Prefixes

2005-07-28 Thread Paul Grillo
I know there is sort of a lot to see here, but I wanted it to be complete. Any help will be very very much appreciated. I've been looking at this for a couple of days, and can't figure out how to get axis to generate an xml instance consistent with my consumer's requirements. If anybody might se