HI, is this possible to return a complex structure with multiple values from a webservices ?

 

I am referring to this archived post: Re: [SOAP] can soap call return more then one parameter

 

I am currently developing a webservice with the method detailed in the ActiveStates documentation of SOAP::DATA::Complextypes.

I am using the method as_raw_data to get a reference to the objects I created within (a hash table), but I cannot get multiple objects with this method ?

 

Here is the context:

The Documentation of SOAP::DATA::Complextypes, presents 3 Classes: FOO, BAR and  main.

The main package creates a BAR object,

The BAR package is used to create a Bar object with two properties: a string and a FOO object,

The FOO package is used to create a FOO object with some strings properties.

 

I am aiming to create multiple FOO Objects into multiple BAR objects, all of them (every string properties) should be returned in an xml

 

 

Does someone have already encounter this problem ?

Is there an example, indication or a tutorial detailing how to get this result ?

 

Thanks

Stephane Galant

 

 

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to