membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Broken Examples? #222

Open predic8 opened 9 years ago

predic8 commented 9 years ago

I have recently started to use the Membrane SOA Model as a study tool to learn more about the WSDL and XSD syntax options and the corresponding SOAP Requests. Your Membrane tools are quite helpful for that.

However, I ran into some problems:

After running GenerateAbstractWSDL.java, it looks like the 'element' attribute is missing in the <part> childs under the <wsdl:message> tag. See the attachment with the wsdl-output which I received.

When running GenerateConcreteWSDL.java, I get an NullPointerException. See the error output in the second attachment. This could be related to the missing 'element' attributes as mentioned in the previous point, but I am not sure.

I am using Membrane soa-model-distribution-1.4.1 on Windows 7. The correct PATH environment variable has been set, as well as the environment variable SOA_MODEL_HOME. The Java SDK version is jdk1.7.0_60

Any idea what I am doing wrong?