[Montag-users] Re: Testing openlaszlo SOAP client -> XQueryService -> eXist DB
Status: Beta
Brought to you by:
sbtourist
|
From: Sergio B. <ser...@gm...> - 2005-08-07 18:03:49
|
On 8/7/05, dl....@nt... <dl....@nt...> wrote: > The Laszlo SOAP WSDL parser expects the XML schema array pattern to look > like:=20 > <xsd:complexType name=3D"ARRAY_NAME">=20 > <xsd:complexContent>=20 > <xsd:restriction base=3D"soapenc:Array">=20 > <xsd:attribute ref=3D"soapenc:arrayType" > wsdl:arrayType=3D"ARRAY_TYPE[]"/>=20 > </xsd:restriction>=20 > </xsd:complexContent>=20 > </xsd:complexType>=20 >=20 [CUT] > =20 > Can you see any montag incompatibility in the openlaszlo SOAP message whi= ch > results in SOAP message not being processed by montag ..=20 Yes, if the Laszlo SOAP WSDL parser expects the XML schema array pattern you reported, this is the problem: it is not WS-I Basic Profile compliant, because uses SOAP Array Encoding. > not even being logged?=20 This is a Montag problem: SOAP faults seem to be not logged; I'll try to correct this for next releases. Regards, Sergio B. --=20 Sergio Bossa (http://sbtourist.blogspot.com) Author and Lead Developer of: - Montag, Web Services System for XML Database Interaction: http://montag.sourceforge.net - QuickNote: http://quicknote.sourceforge.net |