简体   繁体   中英

Soap web service client

We are integrating our software with another company using a webservice. They created a SOAP web service which we now need to test.

I'm trying to write a java program with Eclipse IDE. When creating a web service client, I enter the wsdl:

[https://xxxxxxxxx/xxxxxxx/index.php/gt/property/soap?wsdl]*

but I keep getting a message that states: The service definition is invalid .

Any ideas as to why this would be or any links I could check out would be appreciated. I have searched but haven't found anything that helped me yet.

Thanks!

If you are going for a Java program you could use,

Web service client given WSDL

But if you just want to test the web service, you could always use program like SoapUI

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM