473,326 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

vb.net + allow client to post array

I have experience allowing a client to post a username and password and then
returning to them a dataset. However, I need help allowing a client to post
to my web service something that looks like this:

- <s:element name="FileUpload">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Login" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Files" type="tns:ArrayOfFile"
/>
</s:sequence>
</s:complexType>
</s:element>
- <s:complexType name="ArrayOfFile">
- <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="File" type="tns:File"
/>
</s:sequence>
</s:complexType>
- <s:complexType name="File">
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="FileNumber" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="ClientIdentifier"
type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="FileType" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="County" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="MainDefendantFullName"
type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Plaintiff" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="CourtCaseNumber"
type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PrepaidAmount"
type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Other" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="StatusDate" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Assistant" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="DemandUpload" type="s:string"
/>
</s:sequence>
</s:complexType>

I have no experience and was hoping someone could help walk me through this.

Feb 9 '06 #1
0 1659

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Kathryn | last post by:
Hiya I have a problem with using some client side and server side scripting together in an ASP. I'm using VBScript. What I'm trying to achieve is this - - Page loads up and some server side...
2
by: Fran Tirimo | last post by:
I am developing a small website using ASP scripts to format data retrieved from an Access database. It will run on a Windows 2003 server supporting FrontPage extensions 2002 hosted by the company...
1
by: Showjumper | last post by:
I have an upload server control and i want to set it up in such a way that allowed file types (extensions) can be specified in a property in the property window. The different files types just...
2
by: Mike | last post by:
Hi, I am strugling with a simple problem which I can't seem to resolve. I have an asp.net page which contains a server-control (flytreeview, which is a kind of a tree to be exact). The tree is...
15
by: Claudio Grondi | last post by:
Let's consider a test source code given at the very end of this posting. The question is if Python allows somehow access to the bytes of the representation of a long integer or integer in...
1
by: jjouett | last post by:
I'm trying to setup an ASPX web page such that an existing Java Client can post form data, and I'm running into a problem. The existing Java Client doesn't set any credentials, and when I try to...
10
by: eggie5 | last post by:
Is it possible to get a file without using a form post? I want to get the data (bytes) of a file, text or binary, and just save it to a variable. Similar to the post body of a form that has a...
5
by: Thomas Lunsford | last post by:
I have been asked to allow one of our old-school .asp pages to support being used as a web service. Specifically, WSDL was mentioned. I am not an expert on this , but I have done quite a bit of...
4
by: gcharbon | last post by:
Hi community, I have a problem with a Soap client written in php. I have a local server (coded in c and a client in c too, it works fine), but i want to test client in php, and i have an error...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.