Re: [Axis2] Problems with wsdl2java

2006-08-01 Thread Carsten Ziegeler
t; XMLBeans to do so. This looks like a bug in XMLBeans. > I think there might be more than this :) Even with "-d none" it's not possible to generate java code and I get the exception I posted first. Carsten -- Carsten Ziegeler - Open Source Group, S&

Re: [Axis2] Problems with wsdl2java

2006-07-31 Thread Carsten Ziegeler
value 'none' is not a valid enumeration value for type of processContents attribute in xs:wildcard at org.apache.axis2.xmlbeans.CodeGenerationUtility.processSchemas(CodeGe nerationUtility.java:235) ... 8 more Carsten -- Carsten Ziegeler - Open Source Group, S&N AG ht

[Axis2] Problems with wsdl2java

2006-07-31 Thread Carsten Ziegeler
itter.loadOperations(AxisServiceBasedMultiLanguageEmitter.java:1454) at org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm itter.createDOMDocumentForSkeletonInterface(AxisServiceBasedMultiLanguageEmitter .java:1384) -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http

Re: [Axis2] Using ws-security only for some methods in a service?

2006-07-28 Thread Carsten Ziegeler
E.g: http://foo.bar/service/operation > > Now the when the client sends a request to this operation, the value > of the soapAction header MUST be "http://foo.bar/service/operation"; > > Thanks, > Ruchith > -- Carsten Ziegeler - Open

[Axis2] Using ws-security only for some methods in a service?

2006-07-28 Thread Carsten Ziegeler
Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] MessageContext w/o any properties

2006-07-13 Thread Carsten Ziegeler
t; My handler is used to process incoming messages; how could I get things from > outgoing MC at this stage ? Could you explain what is meant here? > > Does anyone have more advice on how I could obtain the HttpServletContext in > a handler that operates on incoming messages? Surely t

Re: [Axis2] Support of ws-policy?

2006-07-13 Thread Carsten Ziegeler
t; > At the moment we are adding a new codebase to Apache Neethi project > which is based on a much improved architecture. And based on that new > implementation we will improve the support for WS Policy plus its > extensions for Security, Reliable Messaging .. etc pretty soon. > >

Re: [Axis2] MessageContext w/o any properties

2006-07-13 Thread Carsten Ziegeler
roperty in the MessageContext in the >> handler. Is this usual? Should I take some extra step somewhere along >> the line? >> >> My purpose of getting HttpServletRequest is to retrieve URL params >> from the HTTP GET request. Is there another way to do achieve this

[Axis2] Support of ws-policy?

2006-07-12 Thread Carsten Ziegeler
Can someone please give me a hint on how to turn on ws policy validation with Axis2? I already installed the rampart module. Will the wsdl2java code generator generate the necessary bit? Thanks Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http://www.osoco

Re: [Axis2] How to do wsdl based validation with raw messages?

2006-07-10 Thread Carsten Ziegeler
Carsten Ziegeler wrote: > Ajith Ranabahu wrote: >> Hi Carsten, >> Nice to see you in this list :) just as Dims said ,for having non >> databound, raw XML handling use the -d none (ah make it all lowercase >> please) option and you'll get all your skeleton

Re: [Axis2] How to do wsdl based validation with raw messages?

2006-07-10 Thread Carsten Ziegeler
ly > processed for the QoS) > Ah, ok, so this means that I have to implement the validation myself and the generated code (with -d none) is not validated at all? Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://w

Re: [Axis2] How to do wsdl based validation with raw messages?

2006-07-10 Thread Carsten Ziegeler
Davanum Srinivas wrote: > Hi Carsten, > > Did you try the "-d NONE" option in wsdl2java? > Ups, no...but will do that now :) I didn't see that option when I 'quickly' looked at the tools doc; sorry for noise! Thanks, Dims Carsten -- Carsten Ziegeler - O

[Axis2] How to do wsdl based validation with raw messages?

2006-07-10 Thread Carsten Ziegeler
based on the object tree, but this is obviously not a good solution :) ). Thanks in advance Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/ - To unsubscrib