| Author |
WebService Behavior and result.value
|
|
| Lambuz 2006-01-09, 10:54 pm |
| Hi all,
I'm using the behavior WebService for invoking some webservices form
HTML page.
All work well except for this strange thing.
One of my webservice returns an xml text and I can access to it only
using result.raw.xml
Is it not possible to access to that xml datas using the attribute
value of object result ?
Thx
Best regards
| |
| raviaw@gmail.com 2006-01-09, 10:54 pm |
| Any ideas about what causes this problem? I'm having the same problem...
| |
| Lambuz 2006-01-10, 7:24 pm |
| please, anyone can help us ?
please please
| |
| Michael Harris \(MVP\) 2006-01-10, 7:24 pm |
| Lambuz wrote:
> please, anyone can help us ?
>
> please please
The webservice.htc is in source format, not a binary exe. You (and/or the
original poster) will probably need to read and understand the source in
order to discover why it behaves the way it does. It's not likely that
someone else would have done that kind of detailed research for your
specific issue.
--
Michael Harris
Microsoft MVP Scripting
| |
| raviaw@gmail.com 2006-01-11, 7:58 am |
| Google Groups is crazy.
I had post my question on another group, and it's about another
issue...
I'll use my confiable "Outlook Express".
| |
| Randall 2006-02-16, 7:05 pm |
| I was having this problem also. I found that the behavior was returning
multiple parameters because I was passing variables by reference.
I was able to access them by thier xml tag like this:
result.value.xmltagname
Good Luck,
"Lambuz" wrote:
> Hi all,
> I'm using the behavior WebService for invoking some webservices form
> HTML page.
>
> All work well except for this strange thing.
>
> One of my webservice returns an xml text and I can access to it only
> using result.raw.xml
>
> Is it not possible to access to that xml datas using the attribute
> value of object result ?
>
> Thx
>
> Best regards
>
>
|
|
|
|