bharal
bharal

Reputation: 16194

How do i get the wsdl when using soap over tcp?

As noted, i have the host and server... but how does one make a wsdl request over tcp?

That is, i want to see the returned wsdl file!

Upvotes: 0

Views: 660

Answers (1)

Lo Juego
Lo Juego

Reputation: 1325

This is the format to get the wsdl file from the server

http://url:port/WebServicesName?wsdl

Upvotes: 1

Related Questions