Click here to Skip to main content
15,895,142 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: problem while displaying xml with dtd Pin
Ilya Verbitskiy7-Jul-07 2:18
Ilya Verbitskiy7-Jul-07 2:18 
Questionsyncfusion datagrid and xml Pin
Keshav V. Kamat21-Jun-07 19:24
Keshav V. Kamat21-Jun-07 19:24 
QuestionChecking if a particular tags exists Pin
Brendan Vogt21-Jun-07 17:52
Brendan Vogt21-Jun-07 17:52 
AnswerRe: Checking if a particular tags exists Pin
George L. Jackson22-Jun-07 0:10
George L. Jackson22-Jun-07 0:10 
QuestionSelecting a particular element Pin
kumarjammula21-Jun-07 0:37
kumarjammula21-Jun-07 0:37 
AnswerRe: Selecting a particular element Pin
George L. Jackson21-Jun-07 11:51
George L. Jackson21-Jun-07 11:51 
GeneralRe: Selecting a particular element Pin
kumarjammula21-Jun-07 18:35
kumarjammula21-Jun-07 18:35 
QuestionMs Soap Toolkit 3.0 and complex data types. Pin
karanba21-Jun-07 0:19
karanba21-Jun-07 0:19 
Hi all,
I need to use mssoapclient30 to reach a web service which use complex types as parameters and return types. There write in mssoap toolkit documantation use Type Mapper, but could not get understand how to write this file and how to call it in code.

Basiclly I call a service method

    var Client = WScript.CreateObject("MSSOAP.SoapClient30");                        <br />
        Client.mssoapinit("http://abc.com/service.wsdl","","","");                <br />
<br />
    var sid = Client.MethodName("abc...");      <br />
<br />
.<br />
.<br />
.


and I don't know what will be if the parameter description says

<complexType name="Alert">
        <all>
          <element name="tag" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true" />
          <element name="msg" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true" />
        </all>
</complexType>

as parameter to pass method and return type in wsdl.

karanba

Questionlooping in Xml nodes in C# Pin
saymajum20-Jun-07 13:40
saymajum20-Jun-07 13:40 
AnswerRe: looping in Xml nodes in C# Pin
Colin Angus Mackay20-Jun-07 14:11
Colin Angus Mackay20-Jun-07 14:11 
AnswerRe: looping in Xml nodes in C# [modified] Pin
George L. Jackson21-Jun-07 12:26
George L. Jackson21-Jun-07 12:26 
AnswerRe: looping in Xml nodes in C# Pin
George L. Jackson21-Jun-07 14:00
George L. Jackson21-Jun-07 14:00 
Questionencoded image into excel xml file using xsl Pin
ksrs19-Jun-07 3:54
ksrs19-Jun-07 3:54 
AnswerRe: encoded image into excel xml file using xsl Pin
George L. Jackson21-Jun-07 12:35
George L. Jackson21-Jun-07 12:35 
QuestionRe: encoded image into excel xml file using xsl Pin
ksrs21-Jun-07 13:27
ksrs21-Jun-07 13:27 
AnswerRe: encoded image into excel xml file using xsl Pin
George L. Jackson21-Jun-07 13:42
George L. Jackson21-Jun-07 13:42 
GeneralRe: encoded image into excel xml file using xsl Pin
ksrs22-Jun-07 15:55
ksrs22-Jun-07 15:55 
QuestionXML in app.config file in VB 2005 Pin
steve_rm19-Jun-07 3:03
steve_rm19-Jun-07 3:03 
AnswerRe: XML in app.config file in VB 2005 Pin
George L. Jackson21-Jun-07 12:55
George L. Jackson21-Jun-07 12:55 
QuestionXml Schema question Pin
Jamie Nordmeyer18-Jun-07 13:05
Jamie Nordmeyer18-Jun-07 13:05 
AnswerRe: Xml Schema question Pin
George L. Jackson20-Jun-07 12:46
George L. Jackson20-Jun-07 12:46 
GeneralRe: Xml Schema question Pin
Jamie Nordmeyer20-Jun-07 12:56
Jamie Nordmeyer20-Jun-07 12:56 
AnswerRe: xml data source used for navigation. [modified] Pin
S Douglas16-Jun-07 22:14
professionalS Douglas16-Jun-07 22:14 
QuestionCalculating DigestValue for SignedInfo Pin
Andy H16-Jun-07 0:36
Andy H16-Jun-07 0:36 
Questionxml data source used for navigation. Pin
newbie1234567891015-Jun-07 3:58
newbie1234567891015-Jun-07 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.