Katana a écrit :
Hello Charles,
what is your script ?
Hmm... well, I'm attaching the relevant part of my script. I'm also
attaching part of the WSDL file.
I guess that what I'm trying to do with my SoapContext class is
totally wrong, but I have to admit that i am far over the limits of my
SOAP skills :(
Thank you for your help !
Bertrand
1 - your WSDL file is not a valid one (is it a part of the true one ??? I hope so...)
2 - your "implementation" of SOAPContext is not correct...
<element name="rootPart" nillable="true" type="xsd:anyType"/>
<element name="classLoader" nillable="true" type="xsd:anyType"/>
<element maxOccurs="unbounded" name="bodyPart" nillable="true" type="xsd:anyType"/>
<element name="propertyNames" nillable="true" type="xsd:anyType"/>
<element name="baseURI" nillable="true" type="xsd:string"/>
<element name="count" type="xsd:int"/>
<element name="rootPartSet" type="xsd:boolean"/>
<element name="contentType" nillable="true" type="xsd:string"/>
<element name="subType" nillable="true" type="xsd:string"/>
this mean that "bodyPart" can be 1, 2 or n times in the object...
there are no "unbounded"...
3 - why don't you use "PEAR/SOAP_Client" ?
FENDT Charles
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php