开发者

Does a WSDL file need to be published on a server to consume its services?

开发者 https://www.devze.com 2023-03-13 03:48 出处:网络
I had a WSDL file locally for a service. I used it to generate the my java proxy client using eclipse.

I had a WSDL file locally for a service. I used it to generate the my java proxy client using eclipse.

Now when I invoke this service, it fails. The error i get is that java client is looking for the same WSDL (from wh开发者_如何转开发ich I generated proxy client) file published on the web server. (looks for https://myservice.com/xyz?wsdl type URL for WSDL)

so, what I want to clarify is that does it require to publish WSDL file on web server to use the service? How can I get my client working with the service?

0

精彩评论

暂无评论...
验证码 换一张
取 消