The cxf stuff is already present, and is available in connector-common-lib
as well, so all that might be needed might be a new ant rule to invoke it:

01/17/2019  05:47 PM         1,400,339 cxf-core-3.2.6.jar
01/17/2019  05:46 PM           181,690 cxf-rt-bindings-soap-3.2.6.jar
01/17/2019  05:46 PM            38,307 cxf-rt-bindings-xml-3.2.6.jar
01/17/2019  05:46 PM           105,048 cxf-rt-databinding-jaxb-3.2.6.jar
01/17/2019  05:47 PM           680,120 cxf-rt-frontend-jaxrs-3.2.6.jar
01/17/2019  05:46 PM           346,308 cxf-rt-frontend-jaxws-3.2.6.jar
01/17/2019  05:46 PM           103,850 cxf-rt-frontend-simple-3.2.6.jar
01/17/2019  05:47 PM           179,790 cxf-rt-rs-client-3.2.6.jar
01/17/2019  05:47 PM           362,532 cxf-rt-transports-http-3.2.6.jar
01/17/2019  05:46 PM            75,478 cxf-rt-ws-addr-3.2.6.jar
01/17/2019  05:46 PM           214,507 cxf-rt-ws-policy-3.2.6.jar
01/17/2019  05:46 PM           173,359 cxf-rt-wsdl-3.2.6.jar

We'd also need XSD code generation, which is currently done by Castor
(haven't even tried it yet), so if this package has that ability too, it
would would be fantastic.

Karl




On Fri, Jan 25, 2019 at 8:59 AM Karl Wright <daddy...@gmail.com> wrote:

> I was using ancient Axis 1.4 and none of them were working.  You can
> exercise this with "ant classcreate-wsdls" in the csws directory.
>
> If you can give instructions for invoking CXF, maybe we can do that
> instead.  What's the main class, and what jars do we need to include?
>
> Karl
>
>
> On Fri, Jan 25, 2019 at 7:28 AM Rafa Haro <rh...@apache.org> wrote:
>
>> Yes, I did. I have only tested Authentication service with Apache CXF and
>> it was apparently working fine. Which ones were failing for you?
>>
>> On Fri, Jan 25, 2019 at 12:38 PM Karl Wright <daddy...@gmail.com> wrote:
>>
>>> Were you able to look at this yesterday at all?
>>> Karl
>>>
>>> On Thu, Jan 24, 2019 at 6:34 AM Karl Wright <daddy...@gmail.com> wrote:
>>>
>>>> They're all checked in.
>>>>
>>>> See
>>>> https://svn.apache.org/repos/asf/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls
>>>>
>>>> Karl
>>>>
>>>>
>>>> On Thu, Jan 24, 2019 at 6:24 AM Rafa Haro <rh...@apache.org> wrote:
>>>>
>>>>> Karl, can you share the WSDL, I can try to take a look later today
>>>>>
>>>>> On Thu, Jan 24, 2019 at 12:13 PM Karl Wright <daddy...@gmail.com>
>>>>> wrote:
>>>>>
>>>>> > I'm redeveloping the Livelink connector because the API code has been
>>>>> > discontinued and the only API is now web services based.  The WSDLs
>>>>> and
>>>>> > XSDs have been exported and I'm trying to use the Axis tool
>>>>> WSDL2Java to
>>>>> > convert to Java code.  Unfortunately, I haven't been able to make
>>>>> this work
>>>>> > -- even though the WSDLs references have been made local and the
>>>>> XSDs also
>>>>> > seem to be getting parsed, it complains about missing definitions,
>>>>> even
>>>>> > though those definitions are clearly present in the XSD files.
>>>>> >
>>>>> > Has anyone had enough experience with this tool, and web services in
>>>>> > general, to figure out what's wrong?  I've tried turning on as
>>>>> verbose a
>>>>> > debugging level for WSDL2Java as I can and it's no help at all.  I
>>>>> suspect
>>>>> > namespace issues but I can't figure out what they are.
>>>>> >
>>>>> > Thanks in advance,
>>>>> > Karl
>>>>> >
>>>>>
>>>>

Reply via email to