cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI integration with VB 6.0

masadiq
Explorer
0 Kudos

Dear All,

I need to make integration with VB 6.0 application. I don't know how to start. Can any body help me out ?

I have already made a integration with PHP and .NET via SOAP to RFC scenario.The .wsdl file is generated to consume the SOAP web service in different application.It has successfully run. But only issue with VB6.0. Is there any possible way to use same .wsdl for VB6.0. Kindly let me know, I shall be very thankful to you.

Thanks in advance.

mas

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Muhammad,

You should to use the SOAP adapter in order to connet with the VB applicattion.

The best way to consume a a wsdl in a VB application you should google it in VB forums:

http://stackoverflow.com/questions/122607/what-is-the-best-way-to-consume-a-web-service-from-vb6

http://msdn.microsoft.com/en-us/library/aa730836%28v=vs.80%29.aspx

Regards.

masadiq
Explorer
0 Kudos

Thanks for your response. Yes, It is very useful. I will send this URL to our VB development team. Would you please know me if there any way to define .asmx type service in SAP PI ?

Thanks,

mas

iaki_vila
Active Contributor
0 Kudos

Hi Muhammad,

I dont know if you are talking about how integrate .NET application with SAP PI, is about this?, you can check Raj's blog  http://scn.sap.com/people/rajasekhar.reddy14/blog/2011/09/28/how-to-integrate-net-microsoft-applicat... or this document http://scn.sap.com/docs/DOC-3453

Regards.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Muhammad,

I think you can use wsdl with VB6. Plz check on this link to make configuration in VB6 side :

http://www.aspfree.com/c/a/vb-net/calling-a-web-service-using-vb6-with-soap-3-0/

Regards,