PC Review


Reply
Thread Tools Rate Thread

Complex webservices and FP 2003

 
 
=?Utf-8?B?aWFuLnRob21hc0BvbmxpbmUubm9zcGFt?=
Guest
Posts: n/a
 
      2nd Jul 2004
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
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      2nd Jul 2004
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



 
Reply With Quote
 
John Jansen \(MSFT\)
Guest
Posts: n/a
 
      2nd Jul 2004
Hi Ian,

Can you verify that simple queries from the same service are behaving
correctly? This should work out of the box, and the parameters should
ALWAYS be displayed in FrontPage if they exist in the WSDL.

Is this an internet facing WSDL that I can ping? I'd love to test this to
see if we do have a bug in our ability to parse complex Web Services.
--
Thanks!
John Jansen
Microsoft Office FrontPage
This posting is provided "AS IS" with no warranties, and confers no rights.
<(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



 
Reply With Quote
 
John Jansen \(MSFT\)
Guest
Posts: n/a
 
      2nd Jul 2004
Oops. I replied before I saw this Kevin, but for clarity:

What he is doing is supported out of the box with FrontPage, so he should
definitely not have to create any custom web parts for this.

--
Thanks!
John Jansen
Microsoft Office FrontPage
This posting is provided "AS IS" with no warranties, and confers no rights.
"Kevin Spencer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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

>
>



 
Reply With Quote
 
=?Utf-8?B?aWFuLnRob21hc0BvbmxpbmUubm9zcGFt?=
Guest
Posts: n/a
 
      3rd Jul 2004
John,

I can confirm that the sample (using Amazon) works OK on my setup but I can't get FrontPage to parse anything that's exposed from Biztalk orchestrations. Given that I've only been doing some simple test stuff thus far I could send you the WSDL to try if that would help. I've seen the same problem using some other WSDL that is straight .Net that was supplied to me by a partner (although I wouldn't be able to send that to you, unfortunately).

I'd be grateful if you could have a look at this as I have seen some other similar posts with people having trouble with a FP-BT combination and you may be able to point me in the right direction and rescue my proposed project architecture !

Thanks

Ian

"John Jansen (MSFT)" wrote:

> Hi Ian,
>
> Can you verify that simple queries from the same service are behaving
> correctly? This should work out of the box, and the parameters should
> ALWAYS be displayed in FrontPage if they exist in the WSDL.
>
> Is this an internet facing WSDL that I can ping? I'd love to test this to
> see if we do have a bug in our ability to parse complex Web Services.
> --
> Thanks!
> John Jansen
> Microsoft Office FrontPage
> This posting is provided "AS IS" with no warranties, and confers no rights.
> <(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

>
>
>

 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      6th Jul 2004
Thanks John. I wasn't sure exactly what he was saying. Probably should have
asked for clarification.

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"John Jansen (MSFT)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Oops. I replied before I saw this Kevin, but for clarity:
>
> What he is doing is supported out of the box with FrontPage, so he should
> definitely not have to create any custom web parts for this.
>
> --
> Thanks!
> John Jansen
> Microsoft Office FrontPage
> This posting is provided "AS IS" with no warranties, and confers no

rights.
> "Kevin Spencer" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > 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

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Complex value lookup? (Excel 2003) Ann Scharpf Microsoft Excel Misc 6 25th Feb 2010 11:54 AM
complex number in excel 2003 sp3 ilver belletti Microsoft Excel Discussion 3 28th Nov 2008 04:59 PM
How to maintain Webservices active on window 2003 server =?Utf-8?B?UEJFTklTVFk=?= Microsoft Dot NET Framework 5 27th Oct 2006 02:25 AM
complex datatypes in webservices. Ashish Microsoft ASP .NET 1 19th Dec 2005 07:51 PM
Passwords too complex on Server 2003 John Noitargim Microsoft Windows 2000 Active Directory 9 13th Jul 2004 07:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:18 PM.