472,951 Members | 2,080 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,951 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 1648

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
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

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.