cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping in Soap

Former Member
0 Kudos

Is there any different to the mapping in SOAP and NOSOAP mode

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

No there is no specific format for mapping SOAP or NonSOAP message types.

Normally SOAP related Message Type contains the the Header structure for Header details and then SOAP body.

Your incoming message does not have to follow a specific structure. But you have to take care that your Message Mapping fits to the incoming structure. Especially namespaces are frequently causing problems there.

When you reate a test instance in the test tool of your mapping you'll find an example for a message that can be mapped at runtime.

If by SOAP you mean WSDL then WSDL uses XSD (schema)

to define the data types of the arguments used

but WSDL and XSD are a little bit different things

Data types are used in accordance with SOAP specifications. In the document style, XML documents are exchanged. The data types are defined with the help of the XML schema.

Refer

http://help.sap.com/saphelp_nw04s/helpdata/en/2b/036829d238dc46bad91bff1563e183/frameset.htm

Thanks

swarup

Edited by: Swarup Sawant on Feb 21, 2008 7:07 AM