Generate ws client for horde rpc using netbeans
Hallo developers,
I'd like to access my horde using webservices rcp (http://netvor.sk/horde/rpc.php?wsdl). I am new to ws so i rely on netbeans to generate client for me. Unfortunately it failed :-(
Among other, wsdl describes messages of typexsd:resource andxsd:object (xsd ishttp://www.w3.org/2001/XMLSchema) like:<message name="mail.getStreamResponse">
<part name="output" type="xsd:resource" />
</message>
as a result wscompile dies because resource is not defined in XMLSchema dtd. like:invalid entity name: "resource" (in namespace: "http://www.w3.org/2001/XMLSchema")
I have jdk6 with bundled ws support and nb5.5. with JAX_RCP 1.6 library.
How do I use these message of (custom?) type? Best using some wsimport/wscompe 'options' or maybe fallback to older java version -- I don't have time to 'play' with this (it's not my primary goal) so writing any code is ... aldo i fear that this is some sort of advanced topic and i'll have to study ws more that i'd like to :-)
~~
Adam

