cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to IDOC testing - XML messages

Former Member
0 Kudos

Hi Experts,

Scenario: SOAP to IDOC Interface

We have input XML in our hand to test the SOAP to IDOC interface, Is it possible to test or trigger XML message from SOAP UI tool.

As far as I know the WSDL messages will be triggered from SOAP UI tools,

can anyone throw some light to test this interface using XML messages.

While testing using RWB --> Test messages its throwing below error

Thanks,

--Jeevitha

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Experts,

I am getting below error while testing  WSDL file in SOAP UI . Can you please suggest some ideas to overcome this error.

Thanks,

Jeevitha N

former_member186851
Active Contributor
0 Kudos

Hello Jeevitha,

Post the endpoint format your using.

And you message is proper ,I mean with proper open and close tags.

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Jeevitha,

I agree with Raghu comments, can you pls cross check whether the payload data is matching with the defined structure i.e. is it fitting in to the defined structure or not.

You can check this by taking your payload and putting it in message mapping source tab, and if you see any red marks in the tree preview, then some deviation is happening, pls correct it and check the outcome.

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Jeevitha,

Are you using PI dual stack version or a single stack version?

Can you pls refer the below notes/links which might help you.

1866275 - Application Acknowledgment in SOAP Adapter in XI protocol

rasjoshi
Active Contributor
0 Kudos

HI Jeevitha,

Can you check all your configuration in ID?  Also check CHACHE STATUS in ID...

Also you can make use of SOAP UI. You just need to get WSDL file from ID and then import it in SOAP UI.. Give some dummy values and trigger it.

BR,

Rashmi Joshi

Former Member
0 Kudos

Hi Jeevitha,


As a SOAP UI alternative If you like Chrome add-ins, there is an excellent one called Postman that is free and good at parsing results in XML or JSON. I carry this around on a USB stick:


https://www.getpostman.com/


The only caveat is that being a simple HTTP post you'll need to wrap the XML in the SOAP envelope which is what SOAP UI gives you natively.


Nick

iaki_vila
Active Contributor
0 Kudos

Hi Jeevitha,

Depending your PI version you can also use the wsnavigator (http://Host:Port/wsnavigator😞

According with your exception you have wrong configured your scenario or you are not using the right values on the receiver side when you test from RWB. Please check these values according your configuration.

Regards.

former_member186851
Active Contributor
0 Kudos

Hello Jeevitha,

you can test the message very well using SOAP UI

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

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