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
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:
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?