[erlang-questions] SOAP Call

Willem de Jong w.a.de.jong@REDACTED
Thu Jun 3 19:31:41 CEST 2010


Hi,

The problem is that this uses SOAP 1.2 binding. This isn't supported. Do you
have the option to use version 1.1?

Regards,
Willem

On Wed, Jun 2, 2010 at 12:26 PM, Hisham <mhishami@REDACTED> wrote:

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


More information about the erlang-questions mailing list