Hi Ian,
You're probably venturing beyond the capabilities of FrontPage alone, if
you're talking about creating custom WebParts. If you have any programming
ability, this is certainly doable. WebParts (and SharePoint) are powered by
ASP.Net, and in fact, inherit classes in the CLR which fall under the
System.Web.UI. Control namespace. To find out more, and/or download the
SharePoint SDK, visit:
http://msdn.microsoft.com/library/de...mlwebparts.asp
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
<(E-Mail Removed)> wrote in message
news:5346E19B-A904-4370-9EB0-(E-Mail Removed)...
> Hi,
>
> Can anyone tell me how to get complex web services to work with FP 2003?
When I use the data wizard I can see the parameters of simple web services -
after it's scanned the WSDL - without any problems but more complex ones
just don't show any parameters at all. I'm having this particular problem
as I want to display some data from a web service generated by Biztalk and
although I can use InfoPath - which reads the WSDL successfully - to do this
I'd ideally like to embed it into a sharepoint site within a webpart.
>
> Thanks in advance for any help!
>
> Ian