all groups > dotnet xml > august 2006 > threads for august 29 - 31, 2006
Filter by week: 1 2 3 4 5
Net 2.0 client calling Axis WS -- send document problem
Posted by David R at 8/31/2006 11:40:02 AM
I am calling an Axis web service from a Net 2.0 client. To be helpful, the
developers on the Axis side sent a test client that they created, with
snippets below. What I am trying to do is add a document to a workplan
object, and return the object. I can return the object okay, but do not se... more >>
Merging XML documents
Posted by Garikayi Mukombachoto at 8/31/2006 12:00:00 AM
Hi
I would really appreciate any assistanance with the following situation.
Lets say i have 2+ documents A,B,...n that i need to merge together, such
that the resulting documents contains totals or sum of the common elements.
For example:
Doc A
<employees>
<emp ID="1" Items="20... more >>
Help applying XML?
Posted by Ben R. at 8/30/2006 12:28:02 PM
Hi,
I'm writing a .NET winforms app that serves as an email client. Users can
store message templates. This is done via an XML document for loading and
saving the templates. When the template is loaded, it's displayed in the
message textbox. Currently, this is the end of the XML phase. Now ... more >>
Embedd XML string within another XMl Document
Posted by Joe at 8/30/2006 8:41:35 AM
Hi
I am trying to build a XML db and within this I want to store an XML string
as 1 element
as "Info" below
If I build up a XMLDocument with data - how can I transform it to a string
containing < > so I can
put it into my main XML document
Thanks
<?xml version="1.0" standa... more >>
Generated proxy class cannot be compiled
Posted by Yato at 8/30/2006 7:28:01 AM
I have WSDL which uses structure where one field is named "System". When I
create proxy class for it (either by adding as Web reference in VS2005 or by
using wsdl.exe tool) I am getting compilation errors all around the class.
Particularly on attribute lines before property definitions
[System... more >>
Intellisense generation using C# and XSD
Posted by grimgroups NO[at]SPAM gmail.com at 8/29/2006 6:49:27 PM
I have a website which requires user input of xml data. The xml data
is currently entered by hand in a multi-line textbox. The xml is
fairly complex and I have an XSD file to validate it when the user
submits the form. I'm using Atlas elsewhere in my website and I'd like
to use it to add inte... more >>
Dynamically generate form from XML & XSD?
Posted by Scott Zabolotzky at 8/29/2006 5:09:20 PM
I'm sure somebody has to have done this already but I can't find
any good references.
If I have an XML file with an associated XSD what is the best way
to dynamically generate a web form with proper controls for the
various elements in the XML file?
I found an article that describes how to... more >>
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this?
Posted by Daniel at 8/29/2006 4:12:26 PM
What do FTP servers do when file send fails durring a file upload? Are
partial files ever written? does ftp protocol cover this?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Creating an XML document based on XPath statements
Posted by Yossi at 8/29/2006 11:57:51 AM
Nice tool!
I am looking for something that will do the reverse. I have a whole bunch
of XPath statements and I need to use them to generate and populate an XML
document. I have mapping file that maps my data to a specific XPath. For
example:
Field# XPath
1 /LOAN/_A... more >>
How to read contents of html table with .net?
Posted by Jim S at 8/29/2006 7:06:01 AM
I have a need to read the contents of an html table on a remote web page into
a variable. I guess this is called screen scraping but not sure. I'm not
sure where to start or what the best practices are to accomplish this. For
instance; I have a healthcare app that need to check a gov't we p... more >>
|