Re: Two Dimensional Array

2003-07-18 Thread Scott Nichol
A null pointer? The array de-serializer should throw an exception with a message like "Multi-dimensional arrays are not supported "That is because Apache SOAP does not support multi-dimensional arrays. FWIW, .NET does not support them, either. Are you sure you have a multi-dimensional array, no

Re: TargetObjectURI

2003-07-18 Thread Scott Nichol
I have been using the namespace URI of the first child element of the body. But this seems "squishy" in light of Scott's response below. This is what you want to use. What I was trying to say in The namespace may be explicitly specified in the message definition, or it may be

RE: TargetObjectURI

2003-07-18 Thread Steve Pruitt
The heart of my question is basically interoperability. I am trying to compose a SOAP message by parsing a WSDL file and without any specific soap platform knowledge. I have not seen any sort of matrix specifying what the various platform vendors require. If the WSDL has the SOAP Action set,