cancel
Showing results for 
Search instead for 
Did you mean: 

Is this valid WSDL content?

former_member184588
Active Participant
0 Kudos

Hi,

I am not able to generate a web service and its endpoint. There are several problems I described in other discussions. Maybe someone can give me a hint if there could be problems with some of the elements from my wsdl => called with parameter ?xsd=xsd0

- <xs:element name="Upload">

- <xs:complexType>

- <xs:sequence>

<xs:element minOccurs="0" name="projectId" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="viewId" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="columns" nillable="true" type="q2:ArrayOfColumnDefinition" xmlns:q2="http://schemas.datacontract.org/2004/07/name.WCF.Interface" />

<xs:element minOccurs="0" name="rows" nillable="true" type="q3:ArrayOfRow" xmlns:q3="http://schemas.datacontract.org/2004/07/name.WCF.Interface" />

</xs:sequence>

</xs:complexType>

</xs:element>

Should the calling

"http://schemas.datacontract.org/2004/07/name.WCF.Interface" result in correct page or is it just for the namespace it doesn't matter if the file exists or not.

Or what about:

- <xs:element name="UploadSimple">

- <xs:complexType>

- <xs:sequence>

<xs:element minOccurs="0" name="projectId" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="viewId" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="separator" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="columns" nillable="true" type="xs:string" />

<xs:element minOccurs="0" name="rows" nillable="true" type="q1:ArrayOfstring" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />

</xs:sequence>

</xs:complexType>

</xs:element>

Is this a correct part of a wsdl?

Thanks a lot, Vanessa

Accepted Solutions (1)

Accepted Solutions (1)

former_member182290
Participant
0 Kudos

Hi Vanessa,

I am confused now, are you importing the WSDL to generate outbound proxy, in that case you would be creating the Logical Port and not an endpoint.

Please can you share the error message .

Are you importing the WSDL in PI/XI or ABAP backend ?

Thank you

Regards

Goverdhan Totawar

former_member184588
Active Participant
0 Kudos

Hi, the problem is solved. The connection between the sap system and the other server was blocked by the firewall.

Greetings

Answers (0)