CDATA Tags POJO

2011-05-18 Thread Christopher Johnson
All - Using axis2 1.5.3 I've noticed that when using POJO service and setting a string to include something like the following: object.setString( " " ) but the <,>'s are escaped when returned from axis. How can I set the string value of an object in axis to include CDATA text so it's not escaped

Re: Lifecycle interface

2011-02-07 Thread Christopher Johnson
Therefore the destroy method is called only when a request comes in and > this housekeeping finds the timeout condition. > > Unfortunately we have no method to force the timeout.. > > Only in case when timeout-condition for a servicegroupId exists the > destroy() is sent to t

Lifecycle interface

2011-02-03 Thread Christopher Johnson
All - I have a service in place the returns a set of attachments using SwA. These attachments are generated on the server and placed in a tmp directory before they are returned. I've implemented the Lifecycle interface so I can cleanup the tmp files after the service returns in the destroy metho

Re: SwA Clients, how to attach files.

2010-12-08 Thread Christopher Johnson
is version 1.5.3 Anyone have any other suggestions ? Thanks, ..Chris On Wed, Dec 8, 2010 at 12:28 PM, Christopher Johnson wrote: > All - > > I've used WSDL2Java to create a client to a service that accepts > attachments. > > How do I go about adding attachments to the mes

SwA Clients, how to attach files.

2010-12-08 Thread Christopher Johnson
All - I've used WSDL2Java to create a client to a service that accepts attachments. How do I go about adding attachments to the message using the API generated to the service made with WSDL2Java -uri xxx Are their hooks in the build api's to access the Message Context for this type of thing, or

Re: Soap With Attachments

2010-12-03 Thread Christopher Johnson
); On Fri, Dec 3, 2010 at 3:44 PM, Christopher Johnson wrote: > All - > > I have a web service that needs to send attachments back, but it's not > clear how to get the response message context to add attachments to before I > return. > > I've looked in the samples prov

Soap With Attachments

2010-12-03 Thread Christopher Johnson
All - I have a web service that needs to send attachments back, but it's not clear how to get the response message context to add attachments to before I return. I've looked in the samples provided with Axis2 but did not see an echo service or an example that did that. Could someone please provi

WSDL Generation Error

2010-11-09 Thread Christopher Johnson
All - I just completed the migration of a Axis server to Axis2 I decided to use the POJO with Annotations. All my services appear in the service list yet after selecting one rather then seeing the WSDL I get the following errors: javax.xml.ws.WebServiceException: Error occurred generating WSDL f

Response Message Context

2010-11-08 Thread Christopher Johnson
All - I have a WS that responds with message using SOAP with attachments. In Axis1 you would get the response message context from the MessageContext. How do I go about retrieving the response message context to set attachments in Axis2? Thanks in advance! ..Chris

Securing SOAP Messages with Rampart

2010-10-29 Thread Christopher Johnson
All - I was reading the document on securing SOAP messages with Rampart at the following URL list below and noticed that the examples on signing and verifying signatures on the bottom of the page appear to be incomplete. Could someone provide me with the examples on how to sign and verify soap mes