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: Has anyone successfully managed to publish to UDDI using JAX-RPC?


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



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