Hi, I ran some more experiments this morning. I can't import the wsdl in PingPong or HelloWorld2 if I use the 2001 uri. I changed all the xml schema uri's to 2001 and still had no luck, so it seems to not be a problem of multiple xml schema namespaces mixed in the same project. There must be something about the format of that wsdl file that WSDL4J or some other library doesn't feel is kosher with 2001. Note that 2001 works fine for the other wsdl files (Ping, Pong, HelloWorld2).
Thanks, --Dan On 7/9/07, Paul Brown <[EMAIL PROTECTED]> wrote:
Hi, Dan -- > The additional import line in the schema section turned out not to be > necessary. What I did find was make or break was the xml schema namespace > itself. > Changing from... > xmlns:xs="http://www.w3.org/2001/XMLSchema" > to > xmlns:xs="http://www.w3.org/2000/10/XMLSchema" > ...seems to have resolved the import problem. Gah. The 2001 URI is the right one from a basic profile perspective and other perspectives as well. I grep'd through the codebase, and the 2000 URI appears in some sample files (JBI pingpong, for example) but not in any of the Java files. (I checked the intersection of the set of files that contain "Schema" and "2000".) > I'm not sure if its a case of using multiple xml schema namespaces in the > same bpel project or if 2001 will always fail. I'm surprised that the 2000 URI worked... I suspect that the culprit is WSDL4J: http://tinyurl.com/yvphxg I'd try going with all 2001 schemas if you can. -- [EMAIL PROTECTED] http://mult.ifario.us/
