cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Sender Probelm( V.Urgent)

Former Member
0 Kudos

Hi,

I am Integrating Web application with SAP Through XI

I am Using Soap And RFC Adapters

I Done my Designing and Configuration part and Generated WSDL File and Provide to Web Application, They Imported that File and Send the Data from the Sender system.

<b>But they able to receive response but with no Data ,</b>

I check the ,monitoring ( Message Monitoring It is showing Request and response are Successfule.

Can Any One will Help me,

Points will be awarded ..

Why ISender is no Getting the DATA.

Regards,

Jayasimha Jangam

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Jaysimha,

The blank response back from SOAP adapter means the message was successfully received by the adapter.

I might be missing something here but thats my understanding and thats how we have SOAP call implemented at our place. What are you expecting the client should get back in the message?

Regards

Haseeb

Former Member
0 Kudos

Successful 22.08.2007 11:23:34 22.08.2007 11:23:34 sap_esri_receiver BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions Eq_BS

Successful 22.08.2007 11:23:33 22.08.2007 11:23:34 Eq_BS BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions sap_esri_receiver

Successful 22.08.2007 11:22:42 22.08.2007 11:22:42 sap_esri_receiver BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions Eq_BS

Successful 22.08.2007 11:22:42 22.08.2007 11:22:42 Eq_BS BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions sap_esri_receiver

Successful 22.08.2007 11:21:23 22.08.2007 11:21:23 sap_esri_receiver BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions Eq_BS

Successful 22.08.2007 11:21:23 22.08.2007 11:21:23 Eq_BS BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions sap_esri_receiver

Successful 22.08.2007 11:20:48 22.08.2007 11:20:48 sap_esri_receiver BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions Eq_BS

Successful 22.08.2007 11:20:48 22.08.2007 11:20:48 Eq_BS BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions sap_esri_receiver

Successful 22.08.2007 11:20:12 22.08.2007 11:20:12 sap_esri_receiver BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions Eq_BS

Successful 22.08.2007 11:20:12 22.08.2007 11:20:12 Eq_BS BAPI_EQUI_GETDETAIL

urn:sap-com:document:sap:rfc:functions sap_esri_receiver

I am Getting This Results Using RWD->Message Monitoring

Former Member
0 Kudos

Hi Vijay,

I Configured but Where should i See this Give Me the Brief Navigation.

Former Member
0 Kudos

>>I Configured but Where should i See this Give Me the Brief Navigation

if you have configured LOGGING_SYNC param1 in SXMB_ADM->Integration Engine->Specific configurations ,you should see messages in SXMB_MONI for request and response.that is what Shabarish was refering to.

if you don't maintain that then you wouldn't see message in SXMb_MONI for sync scenarios.

Former Member
0 Kudos

IF the scenario is Webservice <---> XI <- ---> RFC then check your input for the RFC.looks like there is no error but there is no data for your request at RFC end.

ex: if you are executing a BAPI to get the sales order '123' details and if that sales order number does not exist in R/3 then you get "No Data" or some thing like that.

Let us know if this helps.

Thanks,

Venkat

Former Member
0 Kudos

Ya I am Using Soap Client toSend the Data.

I am Getting the Response with No Data to Soap Client

Regards,

Jayasimha

former_member181985
Active Contributor
0 Kudos

Execute the BAPI in ABAP editor(Tcode se37) with the same input data which you are using in SOAP request. Check the response in which tree you are getting.

Thanks

Gujjeti

Former Member
0 Kudos

>>"I am Getting the Response with No Data to Soap Client"

which client are you using?is that XML Spy,if so and if you have large data in the response it may not support with trail version.It has happend to me either.

then i checked with just few data then I can see respnse payload in XML Spy.

try it.

and make sure you are able to see success message in RWB->Message Monitoring->IS and also same way check IE and AE too.there shouldn't be any errors.

Former Member
0 Kudos

Hi,

if sender is SOAP adapter then you need to use SOAP client or XML spy to send the data.

Can you tell what kind of data you are sending

Regards,

S.RamNarender

Message was edited by:

Ram Narender

Former Member
0 Kudos

Hi,

I am Not Able to see the Payload because it is Sucess message ,Tell me How to show the payload for Success Messages

Regards,

Jayasimha

Shabarish_Nair
Active Contributor
0 Kudos

SXMB_ADM -> Integration Engine Configuration -> Specific Configuration:

Category: RUNTIME

Parameter: LOGGING_SYNC

Value: 1

and you should see the results.

former_member184543
Active Participant
0 Kudos

Hi,

Some checks!!

Check both the request payload and response payload (with SXMB_MONI)..

Also as stated above, check the mapping results are going or not..

Also, take the payload from request and put it in IR unde rmapping and test if it works!!

Warm Regards

Sanjo

Award Points if helpful!!!

Shabarish_Nair
Active Contributor
0 Kudos

check the response mapping in XI.

See whether the target structure is being filled.

Former Member
0 Kudos

Hi Vijay,

I Configured but Where should i See this Give Me the Brief Navigation.

Former Member
0 Kudos

Can you see youur pay load in your Mseeage monitoring