0

I have a wsdl url as follows: (this is for test and publicable)

http://partnerportal.turkcell.com.tr/spgw/services/AuthenticationPort?wsdl

I would like to make request to this url via soap and get a response. How can I do that? Where should I look for it?

Thanks in advance.

Ali Yucel Akgul
  • 1,031
  • 7
  • 26
  • 49

2 Answers2

1

You need to create a web service client. Here's a tutorial for creating a java-based client using Eclipse.

David
  • 6,231
  • 2
  • 23
  • 21
1

Maybe you can also have a look at the Java API for WSDL or at this other so question.

Community
  • 1
  • 1
acostache
  • 2,167
  • 6
  • 22
  • 48