cancel
Showing results for 
Search instead for 
Did you mean: 

Mutilple records are not updating in target system

Former Member
0 Kudos

Dear Friends,

I am working File to SOAP scenario.

Here I am able to picking the mulitple records from sender, but in reciever side only one record is updating.

In SXMB_MONI error is not displaying.

What is the problem please suggest me , it is very helpful.

SOAP structure is fine.

Thanks & Regards,

Shalini Shah.

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

1) Is your WSDL supporting 0...unbounded occurence?

2) Is your mapping producing all the occurences

3) Confirm that at least the data is correctly passed through the SOAP receiver channel.....check the Message Content in RWB --> Adapter Engine --> CC Monitoring --> Click on the MessageId link for the channel.

Regards,

Abhishek.

Former Member
0 Kudos

Dear Abhishek,

Thanks for the Quick response.

My message mapping is like this:

SOURCE:

MT_SHIPMENT 1..1

Record 0..1

Row 1...unbounded XSD:String

TARGET:

ShipmentCreation 1..1

Shipment 0..1 this is ArrayofString

String 0..unbounded XSD:String

I had used graphical mapping

Here they used ArrayofString as a type.

In RWB Receiver CC is showing only one record..

but sender CC is showing all the records.

Thanks & Regards,

Shalini Shah

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

Change the occurace of shmipment to 0 to unbounded,and check in MONI target palyload,how many records genarating,if it is one then problem with occurace.

Regards,

Raj

former_member200962
Active Contributor
0 Kudos

So you have mapped Row to String and you want to have multiple occurences of String node.

Not sure why ArrayOfString is used....however it is possible to create the MI without using the WSDL (create DT and MT). In this DT give the xsd type as xsd:string.....for more info refer page 6 of this document:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024...

Regards,

Abhishek.

Former Member
0 Kudos

Dear Abishek,

Now it's working.

the problem is mapping problem.

I have taken the Source ROW to Target String directly without Record.

Thanks for the support.

Thanks & Regards,

Shalini Shah

Answers (0)