Array of objects[] as an incoming parameter
Are you missing a feature? Request its implementation here.
-
- Posts: 1
- Joined: Wed Mar 09, 2016 10:48 am
Array of objects[] as an incoming parameter
Post by Natalia24545 »
Is it possible to list amongst incoming parameters an array of objects in SOAP 1.1?
When I invoke the method conteining incoming parameters of "order_type" I get SOAP ERROR: encoding vaiolation.
The incoming parameters of the method are described like this:
Please write soon
Thanks,
Natalia
When I invoke the method conteining incoming parameters of "order_type" I get SOAP ERROR: encoding vaiolation.
The incoming parameters of the method are described like this:
Code: Select all
<complexType name="order_type">
<sequence>
<element name="department" type="string"/>
< ... >
<element name="guest" type="s:guest_array_type"/>
<element name="route" type="s:route_array_type"/>
< ... >
<element name="baby_car_seat" type="s:baby_car_seat_type"/>
</sequence>
</complexType>
<complexType name="guest_type">
<sequence>
<element name="guest_name" type="string"/>
<element name="guest_surname" type="string"/>
<element name="guest_phone" type="string"/>
</sequence>
</complexType>
<complexType name="guest_array_type">
<sequence>
<element name="guest_array" type="s:guest_type" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>
<complexType name="route_type">
<sequence>
<element name="address" type="string"/>
<element name="longitude" type="double"/>
<element name="latitude" type="double"/>
<element name="flight" type="string"/>
</sequence>
</complexType>
<complexType name="route_array_type">
<sequence>
<element name="route_array" type="s:route_type" minOccurs="2" maxOccurs="unbounded"/>
</sequence>
</complexType>
Thanks,
Natalia
-
- Posts: 9434
- Joined: Fri Jul 09, 2004 5:18 pm
Re: Array of objects[] as an incoming parameter
Hi Natalia,
This is a forum related to Oxygen XML Editor. Is your question related to Oxygen, could you give me more details?
Regards,
Radu
This is a forum related to Oxygen XML Editor. Is your question related to Oxygen, could you give me more details?
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service