I changed all my examples to use the new schema definition for the xrpcc
configuration file (config.xml) shown in the tutorial (and an example at
[1]) and it generates WSDL just fine.
Si.
[1]
<configuration xmlns="
http://java.sun.com/xml/ns/jax-rpc/ri/config">
<service name="MathsService"
targetNamespace="
http://develop.com/maths/simple/wsdl"
typeNamespace="
http://develop.com/maths/simple/schema"
packageName="com.develop.maths.simple">
<interface name="com.develop.maths.simple.MathsIF"
servantName="com.develop.maths.simple.MathsImpl"/>
</service>
</configuration>
----- Original Message -----
From: "Sam" <bytecode_at_PHREAKER.NET>
To: <JAXRPC-INTEREST_at_JAVA.SUN.COM>
Sent: Wednesday, June 12, 2002 1:12 AM
Subject: xrpcc in 1.0
> Why doesnt wsdl generation work in xrpcc ? The helloworld example
> only generates the properties file now
>
> Thanks
> -Sam