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,101
  • 8
  • 27
  • 53

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,462
  • 2
  • 25
  • 22
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,177
  • 7
  • 23
  • 48