[ic] split or \$myvar is not parsing or interpolte in a right way

jojospace info at ebusiness-leidinger.de
Sun Dec 7 18:10:15 UTC 2008


Stefan Hornburg (Racke) wrote:
> You can use [soap_entity] which probably makes your life easier, e.g.
> 
> 
> 	$pages = int(@$set / $pagesize);
> 	$pages++ if @$set % $pagesize;
> 
> 	for (my $i = $offset; $i < @$set && $i < $pagesize + $offset; $i++) {
> 		push (@selected, $Tag->productinfo($set->[$i]->[0], $storeid));
> 	}
> 
> 	@slarr = ($Tag->soap_entity({name => 'matches', type => 'int',
> 		value => scalar(@$set)}),
> 			 $Tag->soap_entity({name => 'pages', type => 'int',
> 		value => $pages}),
> 			 $Tag->soap_entity({name => 'list', type => 'ProductList', value => 
> \@selected}));
> 
> 	return $Tag->soap_entity({name => 'ProductSearchListResponse',
> 			type => 'ProductSearchListResponse',
> 			value => $Tag->soap_entity({name => 'return', type => 'SearchList',
> 				value => \@slarr})});

But, can you direct me to the right ULR, how to use it?

A simple example to get the light for a stupid user of soap like me?

http://www.icdevgroup.org/docs/tags/soap_entity.html

has no example. :-(

http://ftp.icdevgroup.org/interchange/contrib/soap.html

is telling about Interchange as a soap server.


Thank you!

Joachim



More information about the interchange-users mailing list