PC Review


Reply
Thread Tools Rate Thread

Calling web services with complex type?

 
 
Jéjé
Guest
Posts: n/a
 
      3rd Aug 2004
Hi,

I've a webservice with some "complex" types as parameters.
FP 2003 detect these types, but don't provide a good interface to fill these
parameters.

In my case, it's the reporting services web service.
I try to call the "search" function which wait for a complex type like:
Array of condition, and a condition is:
* Name
* Value
* ConditionEnum (Equals, Contains)

So, I've to pass my parameter like this:
<SearchCondition><Name>Title</Name><Value>test</Value><ConditionEnum>Contain
s</ConditionEnum></SearchCondition>

How to do this in FP2003?
and how to do this dynamically (through liked webpart for example)?

thanks.

Jerome.


 
Reply With Quote
 
 
 
 
John Jansen \(MSFT\)
Guest
Posts: n/a
 
      3rd Aug 2004
If you are authoring against a SharePoint server, simply click Data..Insert
Data View, expand the "Web Services" section and paste in the WSDL.
FrontPage will parse the service and present UI for you to fill in the
necessary Parameters.

--
Thanks!
John Jansen
Microsoft Office FrontPage
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jéjé" <willgart@_A_hAotmail_A_.com> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I've a webservice with some "complex" types as parameters.
> FP 2003 detect these types, but don't provide a good interface to fill
> these
> parameters.
>
> In my case, it's the reporting services web service.
> I try to call the "search" function which wait for a complex type like:
> Array of condition, and a condition is:
> * Name
> * Value
> * ConditionEnum (Equals, Contains)
>
> So, I've to pass my parameter like this:
> <SearchCondition><Name>Title</Name><Value>test</Value><ConditionEnum>Contain
> s</ConditionEnum></SearchCondition>
>
> How to do this in FP2003?
> and how to do this dynamically (through liked webpart for example)?
>
> thanks.
>
> Jerome.
>
>



 
Reply With Quote
 
Jéjé
Guest
Posts: n/a
 
      4th Aug 2004
I do that
but the parameter displayed by FP is not complete.
In my case, the name and value doesn't appear, I see only the
"ConditionEnum" property.

so I can't fill these properties in FP.

any other way?

"John Jansen (MSFT)" <(E-Mail Removed)> a écrit dans le message
de news:(E-Mail Removed)...
> If you are authoring against a SharePoint server, simply click

Data..Insert
> Data View, expand the "Web Services" section and paste in the WSDL.
> FrontPage will parse the service and present UI for you to fill in the
> necessary Parameters.
>
> --
> Thanks!
> John Jansen
> Microsoft Office FrontPage
> This posting is provided "AS IS" with no warranties, and confers no

rights.
> "Jéjé" <willgart@_A_hAotmail_A_.com> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> >
> > I've a webservice with some "complex" types as parameters.
> > FP 2003 detect these types, but don't provide a good interface to fill
> > these
> > parameters.
> >
> > In my case, it's the reporting services web service.
> > I try to call the "search" function which wait for a complex type like:
> > Array of condition, and a condition is:
> > * Name
> > * Value
> > * ConditionEnum (Equals, Contains)
> >
> > So, I've to pass my parameter like this:
> >

<SearchCondition><Name>Title</Name><Value>test</Value><ConditionEnum>Contain
> > s</ConditionEnum></SearchCondition>
> >
> > How to do this in FP2003?
> > and how to do this dynamically (through liked webpart for example)?
> >
> > thanks.
> >
> > Jerome.
> >
> >

>
>



 
Reply With Quote
 
John Jansen \(MSFT\)
Guest
Posts: n/a
 
      4th Aug 2004
Can you give me the wsdl?

--
Thanks!
John Jansen
Microsoft Office FrontPage
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jéjé" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I do that
> but the parameter displayed by FP is not complete.
> In my case, the name and value doesn't appear, I see only the
> "ConditionEnum" property.
>
> so I can't fill these properties in FP.
>
> any other way?
>
> "John Jansen (MSFT)" <(E-Mail Removed)> a écrit dans le
> message
> de news:(E-Mail Removed)...
>> If you are authoring against a SharePoint server, simply click

> Data..Insert
>> Data View, expand the "Web Services" section and paste in the WSDL.
>> FrontPage will parse the service and present UI for you to fill in the
>> necessary Parameters.
>>
>> --
>> Thanks!
>> John Jansen
>> Microsoft Office FrontPage
>> This posting is provided "AS IS" with no warranties, and confers no

> rights.
>> "Jéjé" <willgart@_A_hAotmail_A_.com> wrote in message
>> news:(E-Mail Removed)...
>> > Hi,
>> >
>> > I've a webservice with some "complex" types as parameters.
>> > FP 2003 detect these types, but don't provide a good interface to fill
>> > these
>> > parameters.
>> >
>> > In my case, it's the reporting services web service.
>> > I try to call the "search" function which wait for a complex type like:
>> > Array of condition, and a condition is:
>> > * Name
>> > * Value
>> > * ConditionEnum (Equals, Contains)
>> >
>> > So, I've to pass my parameter like this:
>> >

> <SearchCondition><Name>Title</Name><Value>test</Value><ConditionEnum>Contain
>> > s</ConditionEnum></SearchCondition>
>> >
>> > How to do this in FP2003?
>> > and how to do this dynamically (through liked webpart for example)?
>> >
>> > thanks.
>> >
>> > Jerome.
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Tom Pepper Willett
Guest
Posts: n/a
 
      4th Aug 2004
Please do not post attachments in this newsgroup.

As you should know by now, many viruses come via zip files.

Many people will not open any attachments in this newsgroup.

And, it's unfair for those who use a slow internet connection to have to
download posts such as this.

Thank you.

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/off...tid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/fron...o/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/und...ing/frontpage/
===
"Jéjé" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| if you have installed it, get the reporting services WSDL file.
| I've attached the wsdl file.
|
| I'm trying the "finditems" method.
| this method use a Searchcondition array.
| a search condition is derived from the complex type called "Property" and
| add the "Condition" property to this complex type.
|
| FP display only the "Condition" property, but not the derived complex type
| which contains my 2 others properties: name and value.
|
| "John Jansen (MSFT)" <(E-Mail Removed)> a écrit dans le
message
| de news:(E-Mail Removed)...
| > Can you give me the wsdl?
| >
| > --
| > Thanks!
| > John Jansen
| > Microsoft Office FrontPage
| > This posting is provided "AS IS" with no warranties, and confers no
| rights.
| > "Jéjé" <(E-Mail Removed)> wrote in message
| > news:(E-Mail Removed)...
| > >I do that
| > > but the parameter displayed by FP is not complete.
| > > In my case, the name and value doesn't appear, I see only the
| > > "ConditionEnum" property.
| > >
| > > so I can't fill these properties in FP.
| > >
| > > any other way?
| > >
| > > "John Jansen (MSFT)" <(E-Mail Removed)> a écrit dans le
| > > message
| > > de news:(E-Mail Removed)...
| > >> If you are authoring against a SharePoint server, simply click
| > > Data..Insert
| > >> Data View, expand the "Web Services" section and paste in the WSDL.
| > >> FrontPage will parse the service and present UI for you to fill in
the
| > >> necessary Parameters.
| > >>
| > >> --
| > >> Thanks!
| > >> John Jansen
| > >> Microsoft Office FrontPage
| > >> This posting is provided "AS IS" with no warranties, and confers no
| > > rights.
| > >> "Jéjé" <willgart@_A_hAotmail_A_.com> wrote in message
| > >> news:(E-Mail Removed)...
| > >> > Hi,
| > >> >
| > >> > I've a webservice with some "complex" types as parameters.
| > >> > FP 2003 detect these types, but don't provide a good interface to
| fill
| > >> > these
| > >> > parameters.
| > >> >
| > >> > In my case, it's the reporting services web service.
| > >> > I try to call the "search" function which wait for a complex type
| like:
| > >> > Array of condition, and a condition is:
| > >> > * Name
| > >> > * Value
| > >> > * ConditionEnum (Equals, Contains)
| > >> >
| > >> > So, I've to pass my parameter like this:
| > >> >
| > >
|
<SearchCondition><Name>Title</Name><Value>test</Value><ConditionEnum>Contain
| > >> > s</ConditionEnum></SearchCondition>
| > >> >
| > >> > How to do this in FP2003?
| > >> > and how to do this dynamically (through liked webpart for example)?
| > >> >
| > >> > thanks.
| > >> >
| > >> > Jerome.
| > >> >
| > >> >
| > >>
| > >>
| > >
| > >
| >
| >
|
|
|
|


 
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
Based on calling time Type, have to return the list of the same type velsankar Microsoft C# .NET 0 17th May 2011 01:34 PM
Calling web services from C# Jon Harrop Microsoft C# .NET 15 10th Oct 2010 03:55 PM
Complex excel - calling formulae result and setting as value of aspecific cell Michael Harris Microsoft Excel Discussion 1 9th Nov 2009 10:18 PM
Calling complex Access queries from within Excel Travis Microsoft Access Queries 1 16th Dec 2005 11:18 AM
Web Services & Returning Complex Types =?Utf-8?B?RGVtZXRyaQ==?= Microsoft Dot NET 0 22nd Feb 2005 11:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:42 PM.