Re: Does Axiom support element ref attribute

2009-12-21 Thread Håkon Sagehaug
Hi As far as I remember, the same as for axis 1.5.1 applies for axis2-snapshot cheers, håkon 2009/12/21 Andreas Veithen > What about Axis2 snapshot with security enabled? > > Andreas > > 2009/12/14 Håkon Sagehaug : > > Hi Andreas, > > > > Set up that works, > > > > schema looks like this(with

a sample x509 token project for a self signed cert?

2009-12-21 Thread Mike Borozdin
Hi! I am trying to figure out how to configure UserNameToken and X509 together to access the DocuSign web service. I can't find a WSS4J reference project. My client application is using Axis2 and Java 1.6. If there is a reference project I can use - please point me into that direction. I am s

Re: UNSUBSCRIBE

2009-12-21 Thread Andreas Veithen
Please send a mail to axis-user-unsubscr...@ws.apache.org On Mon, Dec 21, 2009 at 20:34, Luke Balding wrote: >

UNSUBSCRIBE

2009-12-21 Thread Luke Balding

Re: Does Axiom support element ref attribute

2009-12-21 Thread Andreas Veithen
What about Axis2 snapshot with security enabled? Andreas 2009/12/14 Håkon Sagehaug : > Hi Andreas, > > Set  up that works, > > schema looks like this(with the ref attribute) > > > > Using axis2 1.5.1, using axiom 1.2.8.jar  and security disabled > > Not working > > Using axis2 1.5.1, using axiom

Axis2--How to access custom http headers from axis2 client

2009-12-21 Thread santhosh kotte
Hi guyz... I have added my own http headers in the axis service. MessageContext rmc =MessageContext.getCurrentMessageContext().getOperationContext().getMessageContext(WSDLConstants.MESSAGE_LABEL_OUT_VALUE);       List headers = new ArrayList();        headers.add(new Header("http_header1","valu

Re: Have Questions on POJO

2009-12-21 Thread Deepal Jayasinghe
> > RPCServiceClient serviceClient = new RPCServiceClient(); > Options options = serviceClient.getOptions(); > EndpointReference targetEPR = new > EndpointReference("http://10.10.21.170:8080/AXIS214/services/WeatherService";); > Can you access the WSDL of the service using http://10.10.21.170

Re: Transfering CDATA with SOAP

2009-12-21 Thread Andreas Veithen
There is a more thorough discussion of this feature in the user guide: http://people.apache.org/~veithen/axiom/userguide/ch04.html#factory.properties If thinks are still unclear after reading through this part of the guide, please feel free to ask more questions. Andreas On Thu, Dec 17, 2009 at

Axis2 support for multipart message in request/response

2009-12-21 Thread rahul yadav
Does Axis2 support multipart message in request/response? if yes then how?

Use autocreated WSDL as original WSDL

2009-12-21 Thread Moritz Mädler
Hello! to use my service with the correct endpoint-address, i need to change the Endpoint-Addresses manually. Up to now I used the autocreation feature of Axis2 to generate my WSDL from AAR. As I just need to change the Endpointaddress I downloaded the auto WSDL and changed. Then I added the WS