Thanks, but I am still unsure about which namespaces to use.
Generally, the lines at the top of a WSDL file I do not full understand
yet. The rest of the WSDL file: SOAP message definitions, methods etc.
I can understand OK.
Bruce
> > I am using the Java2WSDL tool on mypackage/HelloWorld.class
> >
[quoted text clipped - 24 lines]
>
> Arne
Arne Vajhøj - 11 Aug 2006 23:49 GMT
> Thanks, but I am still unsure about which namespaces to use.
> Generally, the lines at the top of a WSDL file I do not full understand
> yet. The rest of the WSDL file: SOAP message definitions, methods etc.
> I can understand OK.
For WSDL2Java which my example was for:
namespace is the one in the existing WSDL file
package is whatever you want it to be
For Java2WSDL it is the opposite:t
package is the one from your existing code
namespace is whatever you want it to be
Arne