cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming .NET webservice in ABAP

Former Member
0 Kudos

Hi,

I am new to ABAP webservices. I am trying to consume .NET webservices that has SOAP Header values to be passed.

Can someone help me how to set the SOAPHeaders at ABAP while consuming the .NET webservice or point me to the help/resources information.

Thanks in advance.

Prathap

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prathap,

I would generate SOAP proxies in ABAP from your .NET WSDL in order to consume a service.

"http://help.sap.com/erp2005_ehp_04/helpdata/EN/bf/d005244e9d1d4d92b2fe7935556b4c/content.htm"

I guess you could program your on SOAP client in ABAP.

Check out interface IF_SOAP_MESSAGE->ADD_HEADER_PART()

or

CL_WSPROTOCOL_WS_HEADER

for SOAP headers

check out package SOAP_CORE.

Again I think the proxies would be an easier approach.

Take care,

Matt