cancel
Showing results for 
Search instead for 
Did you mean: 

Modify content of wsdl file

Former Member
0 Kudos

I saw from some threads where problem with wsdl file importing is solved by deleting some parts of the wsdl.

Is that safe to do that? Why the format of 'request' or 'response' file changed from the one defined by web services (original wsdl), it could still work? I have doubt about that.

Please advise

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rokie !

It all depends on what are you exactly modifying or deleting in the WSDL file. Sometimes, there are declarations that are not fully compatible with XI. If you don't make structural changes, it may still work. For example, if the WDSL request has an optional field, and its declaration is giving any kind of error while importing in XI, you could try to remove that declaration in WSDL and try that way to debug.

Regards,

Matias.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Matias