Re: How develop document/literal of CXF

2009-07-21 Thread Daniel Kulp
To be specific, you are hitting rule 2: ii) The input message part refers to a global element declaration whose localname is equal to the operation name. Your element name is "RequestMessage" which does not equal the operation name of "SubmitEtaxInvoice".If you change the element name to t

Re: How develop document/literal of CXF

2009-07-20 Thread Freeman Fang
Hi, I guess what you want is doc/lit/wrapped, right? Per JAX-WS SPEC, to generate wrapper style, your wsdl must be (as described in jaxws specs) 2.3.1.2 Wrapper Style 21 A WSDL operation qualifies for wrapper style mapping only if the following criteria are met: 22 (i) The operation’s input

How develop document/literal of CXF

2009-07-20 Thread 김강원
Dear developer of CXF My name is Kangwon from Korea. First , We are thanks for your supplying of a good Webservice Engine. We are developing the WebService Bridge by the Apache CXF But We have a problem about soap binding We want to make our project soap binding of a document/literal If w