<div dir="ltr"><div><div><br></div><div>Would it be possible to combine WSDL along with XSD file when using yaws_soap_lib?</div><div>I have already tried importing XSD from WSDL, as well as copying the content of the XSD into the WSDL.</div><div>Apparently there's a problem with erlsom dealing with sequence definitions in the XSD file:</div><div><br></div><div><font face="monospace, monospace">   <element name="ClassA"></font></div><div><font face="monospace, monospace">        <complexType></font></div><div><font face="monospace, monospace">            <choice></font></div><div><font face="monospace, monospace">                  <element ref="MoMa" /></font></div><div><font face="monospace, monospace">                <sequence minOccurs="0" maxOccurs="unbounded"></font></div><div><font face="monospace, monospace">                    <element ref="Resp" /></font></div><div><font face="monospace, monospace">                </sequence></font></div><div><font face="monospace, monospace">                <element ref="ErrMsg" /></font></div><div><font face="monospace, monospace">            </choice></font></div><div><font face="monospace, monospace">        </complexType></font></div><div><font face="monospace, monospace">    </element></font></div><div><br></div><div><br></div><div>I get "<b>Group definition not found</b>" for the sequence elements, because it looks like erlsom uses a default prefix ("P:") for creating internal structure, but it does not use the prefix in the sequence erlsom internal structure, then it can not link it.</div><div><br></div><div>I have already tried compiling and adding the XSD model to the WSDL model using erlsom API methods, but I didn't succeed to get it working.</div><div><br></div><div>Any clue?</div><div><br></div><div>Thanks in advance.</div></div><div><br></div>-- <br><div class="gmail_signature">David</div>
</div>