Nahser Bakht
Nahser Bakht

Reputation: 930

In OSB when there are WSDL updates in the web service

In OSB when the webservice WSDL gets updated and the proxy service and business service has the old WSDL, does OSB generate an error if the WSDLs do not match?

Upvotes: 0

Views: 1027

Answers (2)

Asy
Asy

Reputation: 181

It depends of the nature of changes that occurs in WSDL. There are some changes that are tolerable such as adding a method. Other are not, such as removing a compulsory input parameter .

I advice you to use 'membrane' , it's nice tools that can help you to see if there is any bad regression in your WSDL document http://www.membrane-soa.org/soa-model/

Upvotes: 1

user3414417
user3414417

Reputation: 1

Refresh workspace and Reopen ProxyService.

Upvotes: 0

Related Questions