[erlang-questions] SOAP Call
Willem de Jong
w.a.de.jong@REDACTED
Wed Jun 2 12:16:51 CEST 2010
Hello,
Can you show us the WSDL?
Regards,
Willem
On Wed, Jun 2, 2010 at 11:29 AM, Hisham <mhishami@REDACTED> wrote:
> Hi,
>
>
> I have below operation:
>
> 1> Wsdl = yaws_soap_lib:initModel("SDPServices.wsdl").
> {wsdl,[],
> {model,[{type,'_document',sequence,
> [{el,[{alt,'soap:Header','soap:Header',[],
> 1,1,true,
> undefined},
> {alt,'soap:Fault','soap:Fault',[],
> 1,1,true,undefined},
> {alt,'soap:Envelope','soap:Envelope',[],
> 1,1,true,undefined},
> {alt,'soap:Body','soap:Body',[],
> 1,1,true,undefined},
> {...}|...],
> 3> yaws_soap_lib:wsdl_operations(Wsdl).
> []
> 4>
>
> My concern is, I have "zero" operations after parsing the WSDL as
> shown in 3> above.
> I browse through the web, and some says I have to trim the
> "nillable=true" out, and it should be fine.
> That was done, but still the operations are zero.
>
> Anybody can pin point to the right direction?
>
> TIA.
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>
More information about the erlang-questions
mailing list