cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Message in webservice

Former Member
0 Kudos

Hello All,

I have a SOAP request as below shich is sent from a client proxy(consumer proxy) in SAP.

POST /blw/annehmen/2/0/ws/sendeWholesaleMeldung
HTTP/1.1..Content-Type: text/xml; 
charset=utf-8..Content-Length:23711..accept-language: en..sap-language: E..soapaction: ""..accept: text/xml..
sap-srt_id: 20090804/162628/v1.00_final_6.40/4A71719D8F44393BE10000000AAF5D7F..
user-agent: SAP Web Application Server (1.0;700)..
host: 10.13.21.619:12000..accept-encoding: gzip....
 
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  <soap-env:Header>
	<soap-env:Body>
		<n0:sendeWholesaleMeldungRequest xmlns:n0="http://wholesale.de/portal/blw/v2" 
			         xmlns:prx="urn:sap.com:proxy:DWT::700:2008/01/11">
			<n0:Meldung>
				<n0:Meldungsnummer>Str 313</n0:Meldungsnummer>
				<n0:Geschaeftsfallart>string 314</n0:Geschaeftsfallart>
				..
				...
				>
			</n0:Meldung>
		</n0:sendeWholesaleMeldungRequest>
	</soap-env:Body>
</soap-env:Envelope>

I want to send the type of the complex type Meldung like

<n0:Meldung xsi:type="swm:MeldungENTMType">

in the SOAP message that i sent.

Can anyone please let me know how this could be achieved.

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos
  • No cross posting

Read the "Rules of Engagement"

Regards

Juan