WSDL and java client

F

Fran

Hello all,

I have a problem to call a Webservice. I only have the WSDL file that
describes the WebService.

I have not problem to call common Webservices with simple data types
as String, int, boolean...

However, in this case in the <wsdl:types> appears complex types
represented as schemas.

How could I call this type of WebService? Having a look to the WSDL
file, the input and output parameters are schemas, however it doesn´t
exist xml or schema types in java to develop the Webservice client.

What data type should I send to the Webservice?

Thanks a lot and best regards,

Fran.

This is a part of the WSDL file.

<xsd:element name="E_TAB_ADDRESSES" minOccurs="0">
- <xsd:complexType>
- <xsd:sequence>
<xsd:element name="item" type="BAPIBUS1006_ADDRESS" minOccurs="0"
maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top