Skip to Content
0
Former Member
Feb 28, 2011 at 08:35 AM

SFDC response error

43 Views

Hi all,

I am working on SFDC scenario.

I am able to call the webservice ans get the soap response too. But I am getting the following error : Runtime exception occurred during application mapping com/sap/xi/tf/_MM_SF_To_SAP_CustMas_Rsp_; com.sap.aii.utilxi.misc.api.BaseRuntimeException:Premature end of file .

The SFDC response is

http://schemas.xmlsoap.org/soap/envelope/" xmlns="urn: enterprise.soap.sforce.com" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:sf="urn: sobject.enterprise.soap.sforce.com">

<soapenv:Body>

<queryResponse>

<result>

<done>true</done>

<queryLocator xsi:nil="true"/>

<records xsi:type="sf:Account">

<sf:Id>00</sf:Id>

<sf:BillingCity>Some</sf:BillingCity>

</records>

<size>1</size>

</result>

</queryResponse>

</soapenv:Body>

</soapenv:Envelope>

Where is the error? How can i handle the SOAP envelope. I have gone throgh the SFDC documents . The configurations are exactly like the document. Where else can i chk.