Hi,

I am using the PHP5 SOAP Functions...

I am trying to find some information on how to properly build a function
into my web service to return a list of quotes.  Each list will have a
QuoteID, Origin, Destination, Name.  Example:

1011, 48167, 90222, John Smith
1012, 54888, 19893, Joe Johnson
etc...

>From everything I read, I just need to build an array with this information,
and return it to the SOAP client trying to get the information.  I think the
problem lies in my WSDL, I am certain I need to setup a complexType that
handles the arrayType.  Unfortunately, I cannot find any resources on how to
setup the WSDL.

Can someone point in the direction to get going on this?  Anyone have an
example WSDL that handles this type of thing that I could look at?

-- 
-Dan Joseph

www.canishosting.com - Plans start @ $1.99/month.

"Build a man a fire, and he will be warm for the rest of the day.
Light a man on fire, and will be warm for the rest of his life."

Reply via email to