ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> apache-soap-dev
apache-soap-dev
[jira] Created: (SOAP-172) [AXIS-SOAP client] Problem to retreive all the element of an array from the server response.
by Jjay other posts by this author
Nov 22 2006 8:13AM messages near this date
Re: Board Report for December 2006 | [ANN] Apache Axis2 1.1 Released
SERVICES [AXIS-SOAP client] Problem to retreive all the element of an array from the server 
response.
--------------------------------------------------------------------------------------------

                 Key: SOAP-172
                 URL: http://issues.apache.org/jira/browse/SOAP-172
             Project: SOAP
          Issue Type: Bug
         Environment: Server run under linux-fedora, Client executed under Windows JDK 1.5.0
            Reporter: jjay


Hello,

I have a WebService that contain a method : public FwRuleList getFWRules(String vNumber );
The result object contains an array : public ForwardingInfo[] FwdList ;

If this FwdList has more than one element, I'm only able to retreive one element ( FwdList .
length == 1 ) from the Java client side.

I have two client able to make Soap call : One in php, the other in Java.
In php, the bug was also occuring, but It has just been fixed : @see http://bugs.php.net/bug
.php?id=38536 



Here is the soap response message send by the Axis server : ( It is an array of 10 elements 
)

 Dumping the soap Stream :
Request :
<?xml version="1.0" encoding="UTF-8"?>  <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xml
soap.org/soap/envelope/" xmlns:ns1="http://dataaccess.ws.centile.com" xmlns:SOAP-ENC="http:/
/schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x
mlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.o
rg/soap/encoding/"> <SOAP-ENV:Body><ns1:getFWRules><vNumber xsi:type="SOAP-ENC:string">101</v
Number> </ns1:getFWRules></SOAP-ENV:Body></SOAP-ENV:Envelope>
Response :
<?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoa
p.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.
org/2001/XMLSchema-instance"> <soapenv:Body><ns1:getFWRulesResponse soapenv:encodingStyle="ht
tp://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://dataaccess.ws.centile.com"> <getFW
RulesReturn href="#id0"/> </ns1:getFWRulesResponse><multiRef id="id0" soapenc:root="0" soapen
v:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:FwRuleList" xmlns:
soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://dataaccess.ws.centile.
com"> <errorCode href="#id1"/><errorMessage xsi:type="soapenc:string"></errorMessage><FwdList
 href="#id2"/> <FwdList href="#id3"/><FwdList href="#id4"/><FwdList href="#id5"/><FwdList hre
f="#id6"/> <FwdList href="#id7"/><FwdList href="#id8"/><FwdList href="#id9"/><FwdList href="#
id10"/> <FwdList href="#id11"/></multiRef><multiRef id="id10" soapenc:root="0" soapenv:encodi
ngStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:ForwardingInfo" xmlns:ns3=
"http://dataaccess.ws.centile.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
> <creator href="#id12"/><forwardType xsi:type="soapenc:string">NA</forwardType><filter xsi:t
ype="soapenc:string"> A</filter><specificOrigin xsi:type="soapenc:string"></specificOrigin><d
estination xsi:type="soapenc:string"> 104</destination><noAnswerDelay href="#id13"/><monday h
ref="#id14"/> <tuesday href="#id15"/><wednesday href="#id16"/><thursday href="#id17"/><friday
 href="#id18"/> <saturday href="#id19"/><sunday href="#id20"/><startHour href="#id21"/><start
Minute href="#id22"/> <endHour href="#id23"/><endMinute href="#id24"/><fwID xsi:type="soapenc
:string"> 7982458805868843236</fwID></multiRef><multiRef id="id9" soapenc:root="0" soapenv:en
codingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns4:ForwardingInfo" xmlns:
ns4="http://dataaccess.ws.centile.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encodi
ng/"> <creator href="#id12"/><forwardType xsi:type="soapenc:string">OB</forwardType><filter x
si:type="soapenc:string"> A</filter><specificOrigin xsi:type="soapenc:string"></specificOrigi
n> <destination xsi:type="soapenc:string">104</destination><noAnswerDelay href="#id25"/><mond
ay href="#id26"/> <tuesday href="#id27"/><wednesday href="#id28"/><thursday href="#id29"/><fr
iday href="#id30"/> <saturday href="#id31"/><sunday href="#id32"/><startHour href="#id33"/><s
tartMinute href="#id34"/> <endHour href="#id35"/><endMinute href="#id36"/><fwID xsi:type="soa
penc:string"> 6873719297135024327</fwID></multiRef><multiRef id="id4" soapenc:root="0" soapen
v:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns5:ForwardingInfo" xm
lns:ns5="http://dataaccess.ws.centile.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/en
coding/"> <creator href="#id12"/><forwardType xsi:type="soapenc:string">OB</forwardType><filt
er xsi:type="soapenc:string"> A</filter><specificOrigin xsi:type="soapenc:string"></specificO
rigin> <destination xsi:type="soapenc:string">104</destination><noAnswerDelay href="#id37"/><
monday href="#id38"/> <tuesday href="#id39"/><wednesday href="#id40"/><thursday href="#id41"/
> <friday href="#id42"/><saturday href="#id43"/><sunday href="#id44"/><startHour href="#id45"
/> <startMinute href="#id46"/><endHour href="#id47"/><endMinute href="#id48"/><fwID xsi:type=
"soapenc:string"> 1645928647055994778</fwID></multiRef><multiRef id="id7" soapenc:root="0" so
apenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns6:ForwardingInfo
" xmlns:ns6="http://dataaccess.ws.centile.com" xmlns:soapenc="http://schemas.xmlsoap.org/soa
p/encoding/"> <creator href="#id12"/><forwardType xsi:type="soapenc:string">NA</forwardType><
filter xsi:type="soapenc:string"> A</filter><specificOrigin xsi:type="soapenc:string"></speci
ficOrigin> <destination xsi:type="soapenc:string">104</destination><noAnswerDelay href="#id49
"/> <monday href="#id50"/><tuesday href="#id51"/><wednesday href="#id52"/><thursday href="#id
53"/> <friday href="#id54"/><saturday href="#id55"/><sunday href="#id56"/><startHour href="#i
d57"/> <startMinute href="#id58"/><endHour href="#id59"/><endMinute href="#id60"/><fwID xsi:t
ype="soapenc:string"> 3281068919286185563</fwID></multiRef><multiRef id="id1" soapenc:root="0
" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns
:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id11" soapenc
:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns7:Fo
rwardingInfo" xmlns:ns7="http://dataaccess.ws.centile.com" xmlns:soapenc="http://schemas.xml
soap.org/soap/encoding/"> <creator href="#id12"/><forwardType xsi:type="soapenc:string">NA</f
orwardType> <filter xsi:type="soapenc:string">A</filter><specificOrigin xsi:type="soapenc:str
ing"> </specificOrigin><destination xsi:type="soapenc:string">104</destination><noAnswerDelay
 href="#id61"/> <monday href="#id62"/><tuesday href="#id63"/><wednesday href="#id64"/><thursd
ay href="#id65"/> <friday href="#id66"/><saturday href="#id67"/><sunday href="#id68"/><startH
our href="#id69"/> <startMinute href="#id70"/><endHour href="#id71"/><endMinute href="#id72"/
> <fwID xsi:type="soapenc:string">8059546153258051743</fwID></multiRef><multiRef id="id3" soa
penc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns
8:ForwardingInfo" xmlns:ns8="http://dataaccess.ws.centile.com" xmlns:soapenc="http://schemas
.xmlsoap.org/soap/encoding/"> <creator href="#id12"/><forwardType xsi:type="soapenc:string">O
B</forwardType> <filter xsi:type="soapenc:string">A</filter><specificOrigin xsi:type="soapenc
:string"> </specificOrigin><destination xsi:type="soapenc:string">104</destination><noAnswerD
elay href="#id73"/> <monday href="#id74"/><tuesday href="#id75"/><wednesday href="#id76"/><th
ursday href="#id77"/> <friday href="#id78"/><saturday href="#id79"/><sunday href="#id80"/><st
artHour href="#id81"/> <startMinute href="#id82"/><endHour href="#id83"/><endMinute href="#id
84"/> <fwID xsi:type="soapenc:string">859256163488095823</fwID></multiRef><multiRef id="id5" 
soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type=
"ns9:ForwardingInfo" xmlns:ns9="http://dataaccess.ws.centile.com" xmlns:soapenc="http://sche
mas.xmlsoap.org/soap/encoding/"> <creator href="#id12"/><forwardType xsi:type="soapenc:string
"> OB</forwardType><filter xsi:type="soapenc:string">A</filter><specificOrigin xsi:type="soap
enc:string"> </specificOrigin><destination xsi:type="soapenc:string">104</destination><noAnsw
erDelay href="#id85"/> <monday href="#id86"/><tuesday href="#id87"/><wednesday href="#id88"/>
<thursday href="#id89"/> <friday href="#id90"/><saturday href="#id91"/><sunday href="#id92"/>
<startHour href="#id93"/> <startMinute href="#id94"/><endHour href="#id95"/><endMinute href="
#id96"/> <fwID xsi:type="soapenc:string">2558595787373984896</fwID></multiRef><multiRef id="i
d8" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:t
ype="ns10:ForwardingInfo" xmlns:ns10="http://dataaccess.ws.centile.com" xmlns:soapenc="http:
//schemas.xmlsoap.org/soap/encoding/"> <creator href="#id12"/><forwardType xsi:type="soapenc:
string"> OB</forwardType><filter xsi:type="soapenc:string">A</filter><specificOrigin xsi:type
="soapenc:string"> </specificOrigin><destination xsi:type="soapenc:string">104</destination><
noAnswerDelay href="#id97"/> <monday href="#id98"/><tuesday href="#id99"/><wednesday href="#i
d100"/> <thursday href="#id101"/><friday href="#id102"/><saturday href="#id103"/><sunday href
="#id104"/> <startHour href="#id105"/><startMinute href="#id106"/><endHour href="#id107"/><en
dMinute href="#id108"/> <fwID xsi:type="soapenc:string">5441743759531080722</fwID></multiRef>
<multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/e
ncoding/" xsi:type="ns11:ForwardingInfo" xmlns:ns11="http://dataaccess.ws.centile.com" xmlns
:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> <creator href="#id12"/><forwardType xsi
:type="soapenc:string"> NA</forwardType><filter xsi:type="soapenc:string">A</filter><specific
Origin xsi:type="soapenc:string" xsi:nil="true"/> <destination xsi:type="soapenc:string">102<
/destination> <noAnswerDelay href="#id109"/><monday href="#id110"/><tuesday href="#id111"/><w
ednesday href="#id112"/> <thursday href="#id113"/><friday href="#id114"/><saturday href="#id1
15"/> <sunday href="#id116"/><startHour href="#id117"/><startMinute href="#id118"/><endHour h
ref="#id119"/> <endMinute href="#id120"/><fwID xsi:type="soapenc:string">789897510996919530</
fwID> </multiRef><multiRef id="id6" soapenc:root="0" soapenv:encodingStyle="http://schemas.xm
lsoap.org/soap/encoding/" xsi:type="ns12:ForwardingInfo" xmlns:ns12="http://dataaccess.ws.ce
ntile.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> <creator href="#id12"/>
<forwardType xsi:type="soapenc:string"> NA</forwardType><filter xsi:type="soapenc:string">A</
filter> <specificOrigin xsi:type="soapenc:string"></specificOrigin><destination xsi:type="soa
penc:string"> 104</destination><noAnswerDelay href="#id121"/><monday href="#id122"/><tuesday 
href="#id123"/> <wednesday href="#id124"/><thursday href="#id125"/><friday href="#id126"/><sa
turday href="#id127"/> <sunday href="#id128"/><startHour href="#id129"/><startMinute href="#i
d130"/> <endHour href="#id131"/><endMinute href="#id132"/><fwID xsi:type="soapenc:string">283
9228799931364138</fwID> </multiRef><multiRef id="id125" soapenc:root="0" soapenv:encodingStyl
e="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://s
chemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id82" soapenc:root="0" soap
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soape
nc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id116" soapenc:root
="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean
" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id
59" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:t
ype="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRe
f id="id110" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encodin
g/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</
multiRef> <multiRef id="id14" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.
org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/en
coding/"> false</multiRef><multiRef id="id36" soapenc:root="0" soapenv:encodingStyle="http://
schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap
.org/soap/encoding/"> 0</multiRef><multiRef id="id126" soapenc:root="0" soapenv:encodingStyle
="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://sc
hemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id86" soapenc:root="0" soape
nv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:so
apenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id98" soapen
c:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:b
oolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef 
id="id104" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</mu
ltiRef> <multiRef id="id89" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.or
g/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/enco
ding/"> false</multiRef><multiRef id="id54" soapenc:root="0" soapenv:encodingStyle="http://sc
hemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlso
ap.org/soap/encoding/"> false</multiRef><multiRef id="id23" soapenc:root="0" soapenv:encoding
Style="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://s
chemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id27" soapenc:root="0" soapenv:
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soape
nc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id70" soapenc:r
oot="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int"
 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id26" s
oapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="
xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><mult
iRef id="id50" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encod
ing/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false
</multiRef> <multiRef id="id131" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlso
ap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/enc
oding/"> 0</multiRef><multiRef id="id83" soapenc:root="0" soapenv:encodingStyle="http://schem
as.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/
soap/encoding/"> 0</multiRef><multiRef id="id114" soapenc:root="0" soapenv:encodingStyle="htt
p://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas
.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id96" soapenc:root="0" soapenv:en
codingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="ht
tp://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id56" soapenc:root="0" so
apenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns
:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id103" so
apenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="x
sd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multi
Ref id="id93" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encodi
ng/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRe
f> <multiRef id="id69" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soa
p/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0<
/multiRef> <multiRef id="id99" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap
.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/e
ncoding/"> false</multiRef><multiRef id="id34" soapenc:root="0" soapenv:encodingStyle="http:/
/schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoa
p.org/soap/encoding/"> 0</multiRef><multiRef id="id115" soapenc:root="0" soapenv:encodingStyl
e="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://s
chemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id61" soapenc:root="0" soap
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soape
nc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id128" soapenc:root
="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean
" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id
92" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:t
ype="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef>
<multiRef id="id85" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/
encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</m
ultiRef> <multiRef id="id107" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.
org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encodi
ng/"> 0</multiRef><multiRef id="id77" soapenc:root="0" soapenv:encodingStyle="http://schemas.
xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org
/soap/encoding/"> false</multiRef><multiRef id="id44" soapenc:root="0" soapenv:encodingStyle=
"http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://sch
emas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id39" soapenc:root="0" soapen
v:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soa
penc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id67" soapenc
:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:bo
olean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef i
d="id81" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><mu
ltiRef id="id43" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/enc
oding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> fal
se</multiRef> <multiRef id="id32" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmls
oap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soa
p/encoding/"> false</multiRef><multiRef id="id113" soapenc:root="0" soapenv:encodingStyle="ht
tp://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schema
s.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id29" soapenc:root="0" soapenv:e
ncodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapen
c="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id102" soapenc:r
oot="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:bool
ean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id=
"id42" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xs
i:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiR
ef> <multiRef id="id66" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/so
ap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding
/"> false</multiRef><multiRef id="id21" soapenc:root="0" soapenv:encodingStyle="http://schema
s.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/s
oap/encoding/"> 0</multiRef><multiRef id="id31" soapenc:root="0" soapenv:encodingStyle="http:
//schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.x
mlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id74" soapenc:root="0" soapenv:enco
dingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="
http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id16" soapenc:root=
"0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean"
 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id7
9" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:ty
pe="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><
multiRef id="id63" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/e
ncoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> f
alse</multiRef> <multiRef id="id73" soapenc:root="0" soapenv:encodingStyle="http://schemas.xm
lsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/
encoding/"> 0</multiRef><multiRef id="id49" soapenc:root="0" soapenv:encodingStyle="http://sc
hemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.o
rg/soap/encoding/"> 0</multiRef><multiRef id="id112" soapenc:root="0" soapenv:encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://sche
mas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id106" soapenc:root="0" soapen
v:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc
="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id118" soapenc:root="
0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmln
s:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id17" soapen
c:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:b
oolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef 
id="id91" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
 xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</mul
tiRef> <multiRef id="id19" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org
/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encod
ing/"> false</multiRef><multiRef id="id100" soapenc:root="0" soapenv:encodingStyle="http://sc
hemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlso
ap.org/soap/encoding/"> false</multiRef><multiRef id="id121" soapenc:root="0" soapenv:encodin
gStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://
schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id105" soapenc:root="0" soapen
v:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc
="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id75" soapenc:root="0
" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" x
mlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id46"
 soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type
="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef i
d="id55" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</mult
iRef> <multiRef id="id94" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/
soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
> 0</multiRef><multiRef id="id28" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmls
oap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soa
p/encoding/"> false</multiRef><multiRef id="id108" soapenc:root="0" soapenv:encodingStyle="ht
tp://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xm
lsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id68" soapenc:root="0" soapenv:encodingS
tyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http:
//schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id111" soapenc:root="0" 
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xml
ns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id60" s
oapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="
xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id=
"id101" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" x
si:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multi
Ref> <multiRef id="id129" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/
soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
> 0</multiRef><multiRef id="id90" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmls
oap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soa
p/encoding/"> false</multiRef><multiRef id="id95" soapenc:root="0" soapenv:encodingStyle="htt
p://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xml
soap.org/soap/encoding/"> 0</multiRef><multiRef id="id123" soapenc:root="0" soapenv:encodingS
tyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http:
//schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id76" soapenc:root="0" s
oapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmln
s:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id57" so
apenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="x
sd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="
id22" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi
:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multi
Ref id="id35" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encodi
ng/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRe
f> <multiRef id="id120" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/so
ap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0
</multiRef> <multiRef id="id20" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoa
p.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/
encoding/"> false</multiRef><multiRef id="id13" soapenc:root="0" soapenv:encodingStyle="http:
//schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlso
ap.org/soap/encoding/"> 0</multiRef><multiRef id="id15" soapenc:root="0" soapenv:encodingStyl
e="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://s
chemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id122" soapenc:root="0" soa
penv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:
soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id48" soap
enc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd
:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id
84" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:t
ype="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRe
f id="id130" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encodin
g/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef
> <multiRef id="id132" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soa
p/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0<
/multiRef> <multiRef id="id72" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap
.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encod
ing/"> 0</multiRef><multiRef id="id64" soapenc:root="0" soapenv:encodingStyle="http://schemas
.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.or
g/soap/encoding/"> false</multiRef><multiRef id="id78" soapenc:root="0" soapenv:encodingStyle
="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://sc
hemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id87" soapenc:root="0" soape
nv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:so
apenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id24" soapen
c:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:i
nt" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id71
" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:typ
e="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef 
id="id45" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
 xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><m
ultiRef id="id62" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/en
coding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> fa
lse</multiRef> <multiRef id="id37" soapenc:root="0" soapenv:encodingStyle="http://schemas.xml
soap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/e
ncoding/"> 0</multiRef><multiRef id="id97" soapenc:root="0" soapenv:encodingStyle="http://sch
emas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.or
g/soap/encoding/"> 0</multiRef><multiRef id="id33" soapenc:root="0" soapenv:encodingStyle="ht
tp://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xm
lsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id124" soapenc:root="0" soapenv:encoding
Style="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http
://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id117" soapenc:root="0"
 soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:
soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id18" soapenc:
root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boo
lean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id
="id40" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" x
si:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multi
Ref> <multiRef id="id58" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/s
oap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 
0</multiRef> <multiRef id="id47" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlso
ap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/enc
oding/"> 0</multiRef><multiRef id="id38" soapenc:root="0" soapenv:encodingStyle="http://schem
as.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.
org/soap/encoding/"> false</multiRef><multiRef id="id41" soapenc:root="0" soapenv:encodingSty
le="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://
schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id51" soapenc:root="0" soa
penv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:
soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id80" soap
enc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd
:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRe
f id="id119" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encodin
g/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiRef
> <multiRef id="id88" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap
/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
> false</multiRef><multiRef id="id53" soapenc:root="0" soapenv:encodingStyle="http://schemas.
xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org
/soap/encoding/"> false</multiRef><multiRef id="id25" soapenc:root="0" soapenv:encodingStyle=
"http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas
.xmlsoap.org/soap/encoding/"> 0</multiRef><multiRef id="id30" soapenc:root="0" soapenv:encodi
ngStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="ht
tp://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id127" soapenc:root="
0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> false</multiRef><multiRef id="id12
" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:typ
e="soapenc:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 1</multiRef><multi
Ref id="id109" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encod
ing/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> 0</multiR
ef> <multiRef id="id52" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/so
ap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding
/"> false</multiRef><multiRef id="id65" soapenc:root="0" soapenv:encodingStyle="http://schema
s.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.o
rg/soap/encoding/"> false</multiRef></soapenv:Body></soapenv:Envelope>

Once formatted the output is for the php client :

Number of forwarding rules : 10
A Forwardings rules for extension 101 Fwd ID 	creator 	Fwd type 	filter 	destination
789897510996919530	1	NA	A	102
859256163488095823	1	OB	A	104
1645928647055994778	1	OB	A	104
2558595787373984896	1	OB	A	104
2839228799931364138	1	NA	A	104
3281068919286185563	1	NA	A	104
5441743759531080722	1	OB	A	104
6873719297135024327	1	OB	A	104
7982458805868843236	1	NA	A	104
8059546153258051743	1	NA	A	104


The output for my client in Java is this one :

rules : 8059546153258051743, 104

So you can remark that it is the last element that has been kept.


Could you please investingate the problem as the issue blocks me.
If you have any question I'm available to help.

Thanks,
jerome.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache
.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: soap-dev-unsubscribe@[...].org
For additional commands, e-mail: soap-dev-help@ws.apache.org

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved