Re: java2wsdl generating undefined namespace prefixes

2003-03-28 Thread Rolf Rander Naess
"Volkmann, Mark" <[EMAIL PROTECTED]> writes: > I'm using java2wsdl and getting WSDL that contains things like this. > > type="tns5:Options"/> are you including another wsdl-file (with -I) or using the "extraClasses" option? I've had some trouble relating to this. See my previous post

java2wsdl generating undefined namespace prefixes

2003-03-26 Thread Volkmann, Mark
Title: What is the difference between SOAP and JAX-RPC I'm using java2wsdl and getting WSDL that contains things like this.      Options is a class referenced by one of my parameter types.  The problem is that the generated WSDL doesn't define a namespace that goes with the prefix "tns5"