cancel
Showing results for 
Search instead for 
Did you mean: 

How to consume sap pi webservices in java

Former Member
0 Kudos

I have created a web service in sap pi 7.3 using display wsdl option from integration directory.But as we know that we can't see WSDL structure in browser from URL present in WSDL file.It is a endpoint URL.In that case how can I generate client stubs from that WSDL?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Hi Rahul,

you just download/save the WSDL from Integration Directory, copy it to your Java project and generate client in your JAVA IDE....

Best regards,

Milan