OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

uddi-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [uddi-dev] Has anyone successfully managed to publish to UDDI using JAX-RPC?


I suggest you use the WSDL published by the specific UDDI registry you're accessing (which would contain a <service> definition). Also, make sure you're using the adapted WSDL as defined by the "Generating a JAX-RPC client for UDDI 3.0.2" technical note (http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-jax-rpc-20050126.htm). (JAX-RPC doesn't support a number of valid schema structures (like <choice>) which UDDI uses.

Anne

On 10/28/05, Alex Holmes <icepickorama@yahoo.com> wrote:
Hi,

I am writing an open-source application to publish data to
UDDI registries. Since development on UDDI4J has ceased (no
version for UDDI v3 will be created), and publish/inquire
WSDL's exist for UDDI v2/v3 publish, clearly JAX-RPC should
be used.

However, I've had no luck with either Apache Axis or Sun's
JWSDP in this regard.  Apache Axis generates the SOAP and
Java beans alright, but ignores the xml:lang on both Name
and Description.  Which means reads work fine, but publishing
is a problem, as the lang's are required attributes.

The JWSDP wscompile doesn't seem to be able to deal with
WSDL definitions with no service section (UDDI WSDL doesn't
have one).

Has anyone been able to successfully generate Java beans
and SOAP classes AND used them to publish to UDDI, using
JAX-RPC?

Any help would be greatly appreciated!

Thanks,
Alex


---------------------------------------------------------------------
This publicly archived list supports open discussion on implementing the UDDI OASIS Standard. To minimize spam in the
archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Alternately, using email: list-[un]subscribe@lists.oasis-open.org
List archives: http://lists.oasis-open.org/archives/uddi-dev/
Committee homepage: http://www.oasis-open.org/committees/uddi/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
Join OASIS: http://www.oasis-open.org/join/




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]