Hi Cluas...
I'm doing an application that use a Web Service that was develpment in
ColdFusion, I saw that the format that use the Web Service to return the
data es WDDX.
with this format:
- <wddxPacket version="1.0">
<header />
- <data>
- <struct>
- <var name="MESSAGE">
<string>Se recuperó el pedido con el ID único: 64180.</string>
</var>
- <var name="DATA">
<number>64180.0</number>
</var>
- <var name="SUCCESS">
<string>1</string>
</var>
- <var name="MESSAGETYPE">
<string>INFO</string>
</var>
</struct>
</data>
</wddxPacket>
When I invoke this web service from c# I recive a error message "Response is
not well-Formed XML. ---> System.Xml.XmlException; Root element is missing"
I don't know if I invoke well the Web service, or if I need some extra
component In c# to use this web service.
I know that other application are using this web service without
problems....
"Claus Konrad [MCSD]" <ClausKonradMCSD@discussions.microsoft.com> wrote in
message news:64015900-DD1F-43B9-8CE7-F187E8F094F0@microsoft.com...
[quoted text, click to view] > Being a bit more specific and detailed might aid the helping process?
> --
> rgds.
> /Claus Konrad
> MCSD.NET (C#)
>
>
> "font" wrote:
>
>> Hi...
>>
>> I have a WS that was make in coldfusion, I'm referencing this web
>> services
>> from .NET 2005, but when I call to a function, return an error.
>>
>> The web service return a WDDX format
>>
>> What can I Do for process this response.
>>
>> Thks..
>>
>>
>>