cancel
Showing results for 
Search instead for 
Did you mean: 

Send xml with HTTP Sender

Former Member
0 Kudos

How can I send a xml via HTTP Sender from a Visual Basic 6.0 application? Do I have to use an ActiveX Control to send the HTTP Request with the XML as payload?

Thanks in advance,

Ruben.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I want to use a Sender HTTP Adapter.

Former Member
0 Kudos

Ruben,

You need to create your interface objects in the integration repository and setup your interfase using SOAP adapter in the integration directory.

After that you'll need to publish a webservice using the integration builder objects that you have already created.

Mount the WSDL into a web server and try to implement a webservice call into your VB application to invoke the WS.

read this blog:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1442 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

i hope it helps you...

BR,

Gerardo.

Plz reward points