cancel
Showing results for 
Search instead for 
Did you mean: 

XI Issue in SXMB_MONI

venkatagiri_gongadi
Participant
0 Kudos

Hi All,

My scenario is Idoc ---XI----Thirdparty.

XI is sending requst using WSDL to thiard party through SOAP comm channel,but when XI is sending request to third party getting below error in SXMB_MONI,

XIADAPTER/PASING/ADAPTER.SOAP EXCEPTION_soap fault:The formatter threw an exception while trying to deserialize :thhp://tempuri.org/:

Please adive me how to slove.

Thanks,

Giri

Accepted Solutions (1)

Accepted Solutions (1)

former_member184789
Active Contributor
0 Kudos

Check in WS navigator if the URL could be reached. Basically all the external webservices need to be configured in whitelist of WS navigator. The link for WS navigator is http://<hostName>:<hostPort>/wsnavigator   If you are able to ping through ws navigator, then there isn't an issue with the URL & it means the request is not as per the WSDL of the web service.

Answers (4)

Answers (4)

venkatagiri_gongadi
Participant
0 Kudos

Hi All,

Thanks to Every one,

it was resolved after changing mapping and structure in ECC,XI and Thirdparty.

Regards,

Giri

Former Member
0 Kudos

See if this helps you

http://scn.sap.com/thread/141779

former_member303666
Active Participant
0 Kudos

Hi Venkat,

Check the soap action thhp://tempuri.org/:  .... it should be

http://tempuri.org/

Change the soap action. it will work i think.

Regards,

Kesava.

venkatagiri_gongadi
Participant
0 Kudos

Sorry All,

it is http only.

Thanks,

Giri

smavachee
Active Contributor
0 Kudos

thhp://tempuri.org/: ??

it should be http://tempuri.org/:, isnt.?

Correct and try it again.

Regards,

Sunil