NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Complex Servers


Joined: 17 Oct 2007
Posts: 1
Reply with quote
Hi,

I'm having trouble figuring out how to send back variable complex types. I need to return for example:

Code:

<xsd:complexType name="Display">
 <xsd:Input>
  <xsd:element name="name" type="xsd:string"/>
  <xsd:element name="value" type="xsd:string"/>
 </xsd:Input>
</xsd:complexType>


This works fine and dandy but I need to figure out how to do if there is more than one item to return eg:

Code:

<xsd:complexType name="Display">
 <xsd:Input>
  <xsd:element name="name" type="xsd:string"/>
  <xsd:element name="value" type="xsd:string"/>
 </xsd:Input>
 <xsd:Input>
  <xsd:element name="name" type="xsd:string"/>
  <xsd:element name="value" type="xsd:string"/>
 </xsd:Input>
</xsd:complexType>


I also need to do the same same for receiving, IE incoming 'Input' could be variable in numbers. Is this possbile using NuSoap?
View user's profileFind all posts by x-routerSend private message
Complex Servers
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic