cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services XSD

Former Member
0 Kudos

My XI talks to the Web services and I need to generate XSD for that.

But when the communication is successful, the format of XML response is different from format of XML response when failed. In case of failure, it will have some <error> fields.

How should I generate one single XSD file in this case?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

You do not need to generate XSD u need to generate WSDL

The Xi talks to webservice through the WSDL as Webserver understand only WSDL languae so u need to generate a WSDL first through integration directory and import that WSDL into external definition.

Go through the below thread for more infor:

Thnx

Chirag