Null Array

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi my client is receiving the following SOAP Envelope and thinks that it is
a null array.

Any idea why?

Ben

<?xml version="1.0" encoding="utf-16"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:namesp3="http://namespaces.soaplite.com/perl";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
<SOAP-ENV:Body>
<namesp1:FindCustomersResponse xmlns:namesp1="urn:SearchService">
<namesp2:Customer xsi:type="namesp3:Customer"
xmlns:namesp2="SearchService">
<creditCycleLimit
xsi:type="xsd:string">creditCycleLimit1</creditCycleLimit>
<creditCheckId xsi:type="xsd:string">creditCheckId1</creditCheckId>
<status xsi:type="xsd:string">status1</status>
<vspId xsi:type="xsd:string">vspId1</vspId>
<salesPersonId xsi:type="xsd:string">salesPersonId1</salesPersonId>
<billCycleId xsi:type="xsd:string">billCycleId1</billCycleId>
<companyName xsi:type="xsd:string">companyName1</companyName>
<languageId xsi:type="xsd:string">languageId1</languageId>
<customerId xsi:type="xsd:string">customerId1</customerId>
<currencyId xsi:type="xsd:string">currencyId1</currencyId>
<costCentreId xsi:type="xsd:string">costCentreId1</costCentreId>
<primaryContactId
xsi:type="xsd:string">promaryContactId1</primaryContactId>
</namesp2:Customer>
<namesp2:Customer xsi:type="namesp3:Customer"
xmlns:namesp2="SearchService">
<creditCycleLimit
xsi:type="xsd:string">creditCycleLimit2</creditCycleLimit>
<creditCheckId xsi:type="xsd:string">creditCheckId2</creditCheckId>
<status xsi:type="xsd:string">status2</status>
<vspId xsi:type="xsd:string">vspId2</vspId>
<salesPersonId xsi:type="xsd:string">salesPersonId2</salesPersonId>
<billCycleId xsi:type="xsd:string">billCycleId2</billCycleId>
<companyName xsi:type="xsd:string">companyName2</companyName>
<languageId xsi:type="xsd:string">languageId2</languageId>
<customerId xsi:type="xsd:string">customerId2</customerId>
<currencyId xsi:type="xsd:string">currencyId2</currencyId>
<costCentreId xsi:type="xsd:string">costCentreId2</costCentreId>
<primaryContactId
xsi:type="xsd:string">promaryContactId2</primaryContactId>
</namesp2:Customer>
</namesp1:FindCustomersResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


.



Relevant Pages

  • Re: Null Array
    ... Marvin Smit. ... >Hi my client is receiving the following SOAP Envelope and thinks that it is ...
    (microsoft.public.dotnet.framework.webservices)
  • TCP Stream
    ... The server application sent a serialized class to the client ... The client application receives a byte array ... receiving the original data intermingled with garbage data? ...
    (microsoft.public.win32.programmer.networks)
  • sending & receive array of bytes
    ... I seem to have a bit of problem in receiving a byte array from a COM ... DLL into a VB.NET client. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Text terminal rendering design
    ... it is a fundamental element of the UI design. ... The management of that array's content by the client is quite a ... The array and the terminal are more tightly tied ... to do that because of the need to map into flavors of terminals. ...
    (comp.object)
  • Re: passing a NULL pointer from vb6 to an ATL method
    ... Is all this necessary if the client and server are in the same ... local/call_as is necessary fior marshaling. ... Dim array as Double ...
    (microsoft.public.vc.atl)