[erlang-questions] SOAP Call

Hisham mhishami@REDACTED
Wed Jun 2 12:26:32 CEST 2010


Hi Willem,

Appreciate your reply (as always :D)
Please find the attached file. Not sure if attachment is allowed, but I put
the main email to you.


On Wed, Jun 2, 2010 at 6:16 PM, Willem de Jong <w.a.de.jong@REDACTED>wrote:

> 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
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20100602/654258c3/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SDPServices.wsdl
Type: text/xml
Size: 52362 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20100602/654258c3/attachment.xml>


More information about the erlang-questions mailing list