Hi.
I have a web service with complex params. I need call this web service from
a page .asp. How to create this complex param?
Thanks in advanced.
Ricardo
Hi Ricardo,
I'm assuming by complex parameter you mean an XML document that has some
degree of hierarchy?
You could manage the XML document yourself, from an ASP page, or you could
create a class that calls a proxy for the web service, and make this class
COM exposed and then use this from your ASP page. Another option is to use
the SOAP Toolkit - even though this is no longer supported.
I hope this helps
Dan Rogers
Microsoft Corporation
--------------------
Thread-Topic: Consumming Web Services in ASP
thread-index: AcTRoX7nEcB/1Z+AQGSdfvxsyjF50g==
X-WBNR-Posting-Host: 196.27.19.7
From: "=?Utf-8?B?UmljYXJkbw==?=" <Ricardo@discussions.microsoft.com>
Subject: Consumming Web Services in ASP
Date: Tue, 23 Nov 2004 13:15:02 -0800
Lines: 7
Message-ID: <C2DFC408-53AB-42A8-8943-979B69910E42@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7608
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices
Hi.
I have a web service with complex params. I need call this web service from
a page .asp. How to create this complex param?
Thanks in advanced.
Ricardo