> Thanks, Dave.  I did just as you suggested and it looks good 
> except it doesn't seem to go beyond a certain point.  When I 
> CFDUMPed the SOAP structure via XMLParse, the last bit (and 
> of course, the most important), looks like this:
> 
> CreateServiceRequestResult -> XmlText 1S001The Service 
> request was submitted successfully
> 
> The XML looks like this:
> 
> <ServiceRequestID>1</ServiceRequestID>
> <ResponseCode>S001</ResponseCode>
> <Description>The Service request was submitted 
> successfully</Description>
> 
> Why does it choose to concatenate those last three sets of data?
> 
> When I tried to CFOUTPUT this:
> 
> myxmlobj.Envelope.Body.CreateServiceRequestResponse.ServiceRes
> ponse.CreateServiceRequestResult.xmlText
> 
> it works fine, but if I try
> 
> myxmlobj.Envelope.Body.CreateServiceRequestResponse.ServiceRes
> ponse.CreateServiceRequestResult.ServiceRequestID.xmlText
> 
> it chokes...

OK, I tried working with your SOAP envelope, but it contains an error:

        <soap:Body>
                <CreateServiceRequestResponse xmlns="http://tempuri.org/";>
                <ServiceResponse xmlns='http://www.site.com'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
                        <ServiceRequestID>1</ServiceRequestID>
                        <ResponseCode>S001</ResponseCode>
                        <Description>The Service request was submitted
successfully</Description>
                </ServiceResponse>
        </soap:Body>

The CreateServiceRequestResponse element is not closed.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259641
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to