473,386 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Null Array

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>
Nov 23 '05 #1
1 986
Hi,

can you post the WSDL? that will have the definition of this message.

Marvin Smit.

On Mon, 14 Nov 2005 13:54:32 -0000, "Ben Crinion"
<be*@dontspam.mediaburst.co.uk> wrote:
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>

Nov 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Kris M | last post by:
How do i handle a null value for a date variable type. I am retrieving date data from an access database and storing the records in an array for processing. The array field has a date type and the...
16
by: mike79 | last post by:
Hi all, I have a the following simple piece of code which has taken me hours to try and sort out the problem, but still unable to find what is wrong. void main( void ) { char (*string);...
3
by: sathyashrayan | last post by:
The standard confirms that the following initialization of a struct struct node { --- --- } struct node var = {NULL};
15
by: ehabaziz2001 | last post by:
Hi, Till now I do not understand how the null character automatically added to the end of the string and it is not an element of the string array . All books said the null character (\0) added...
1
by: Rene | last post by:
I have an array that may or may not contain data during the course of its life. When I first instantiate my class level array reference I set the array to null: int xyz = null; But I am thinking...
7
by: JustSomeGuy | last post by:
I need to make a class called uid. A UID is a unique identifier. It looks like... 1.2.3.345.1.2.4.566 This uid get transmitted over a network as 8 bit binary data. If the length of the UID is...
23
by: sandy | last post by:
I need (okay, I want) to make a dynamic array of my class 'Directory', within my class Directory (Can you already smell disaster?) Each Directory can have subdirectories so I thought to put these...
0
by: dani.meier | last post by:
Hi I have a webservice which takes an Array as input. This Array is nullable and a null-array is treated different than an empty one. My propblem is now, that if I pass a null-array to the...
14
by: mast2as | last post by:
Hi everyone, I am trying to implement some specs which specify that an array of parameter is passed to a function as a pointer to an array terminated by a NULL chatacter. That seemed fairly easy...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.