jaxb.formatted.output for response of Web Service

2011-08-16 Thread rubean
Hello, I have created a Web Service that returns an object as Xml. The XML gets automatically generated by CXF. I just return the object in the interface-function. I start and configure the Web Service via JaxWsServerFactoryBean. Is there a way to make the response well formatted, like with

Re: LoggingOutInterceptor shows wrong or no payload if StaxTransformFeature is active

2011-08-16 Thread akuhtz
Hi Aki, I've created the issue: https://issues.apache.org/jira/browse/CXF-3744 Regards, Andi -- View this message in context: http://cxf.547215.n5.nabble.com/LoggingOutInterceptor-shows-wrong-or-no-payload-if-StaxTransformFeature-is-active-tp4678061p4703617.html Sent from the cxf-user mailing

Re: LoggingOutInterceptor shows wrong or no payload if StaxTransformFeature is active

2011-08-16 Thread Aki Yoshida
Hi Andi, thanks. I just checked in the fix for 2.4.x and trunk. Regards, aki 2011/8/16 akuhtz andreas.ku...@siemens.com: Hi Aki, I've created the issue: https://issues.apache.org/jira/browse/CXF-3744 Regards, Andi -- View this message in context:

Re: Convert Byte Array to Base64Binary

2011-08-16 Thread robbywillz
Hi Dan, Thanks a lot for your response. I'll surly try this. - Regards, William Rovinson -- View this message in context: http://cxf.547215.n5.nabble.com/Convert-Byte-Array-to-Base64Binary-tp4696903p4703962.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: cxf-2.4.0 pattern match StaxTransformFeature?

2011-08-16 Thread Sergey Beryozkin
Hi On Mon, Jul 18, 2011 at 12:06 AM, cogitate monish.u...@gmail.com wrote: thanks sergei. in the case of enterprise where a payload has just one namespace, a prefix seems redundant. and yes , the response payload is huge..:( how does one add a defaultNamespace property for incoming

Re: How to make the implementor class NON singleton?

2011-08-16 Thread Christopher Cheng
ok, got it. On Wed, Aug 10, 2011 at 10:19 PM, Willem Jiang willem.ji...@gmail.comwrote: As CXF jaxws:endpoint just try to get the reference of myServicePortType once, even you defined the bean of myServicePortType to be prototye, the MyServicePortTypeImpl just is just created once. If you

Reminder about your invitation from Juan Pedro Silva Gallino

2011-08-16 Thread Juan Pedro Silva Gallino (LinkedIn Invitations)
LinkedIn This is a reminder that on August 8, Juan Pedro Silva Gallino sent you an invitation to become part of his or her professional network at LinkedIn. Follow this link to accept Juan Pedro Silva Gallino's invitation.

[ANN] Apache CXF 2.4.2 and 2.3.6 released

2011-08-16 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches: 2.4.2 and 2.3.6 Apache CXF is an open source services framework. CXF helps you build and develop services using front end programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols

security action for client

2011-08-16 Thread fachhoch
I want to write web service client using cxf , Isaw this from an example please tell me more about the entry key=action value=Signature Timestamp/, is this something the provider has to give me ?or I can choose anything , should I ask my provider to give this information ? please advice

Re: [ANN] Apache CXF 2.4.2 and 2.3.6 released

2011-08-16 Thread David Karlsen
Add a 'l' tm the end of the URL for the proper address Den 16. aug. 2011 18:39 skrev Daniel Kulp dk...@apache.org følgende: The Apache CXF team is proud to announce the availability of the latest patches: 2.4.2 and 2.3.6 Apache CXF is an open source services framework. CXF helps you build and

Schema validation is not validating elements from SoapHeader

2011-08-16 Thread Evangelina
Hi all, I enabled the schema validation by setting the schema-validation-enabled property to true, nevertheless, although the elements in the body are being validated correctly, the schema validation in the elements of the SoapHeader are being ignored. From what I see in the CXF implementation

Re: Schema validation is not validating elements from SoapHeader

2011-08-16 Thread Glen Mazza
Do you have a schema for the SOAP header defined someplace? That seems rare due to the variety of information that may be placed there. Normally the structure-checking is just the SOAP body. You may need to use a JAX-WS Handler or Interceptor[1] to read in the header, and manually validate

Re: Schema validation is not validating elements from SoapHeader

2011-08-16 Thread Evangelina
Hi Glen, thanks for the response. So this is my xsd for example: ?xml version=1.0 encoding=UTF-8? schema xmlns=http://www.w3.org/2001/XMLSchema; targetNamespace=http://www.example.org/schema; xmlns:tns=http://www.example.org/schema; elementFormDefault=qualified

dispatch api with ws-addressing

2011-08-16 Thread Jesse Pangburn
Hi, I'm trying to use the dispatch API and while I can make the service call ok, the ws-address action header is wrong. Here's my code: URL wsdlURL = new URL(file:/home/jpangburn/Desktop/IHE/XDSb.Support.Materials.v9/wsdl/XDS.b_DocumentRegistry.wsdl); Service service =