Click here to Skip to main content
15,891,896 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: mails r going to spam. Pin
N a v a n e e t h21-Jun-07 3:27
N a v a n e e t h21-Jun-07 3:27 
Questionmozilla is not supporting Pin
hkchauhan21-Jun-07 1:25
hkchauhan21-Jun-07 1:25 
AnswerRe: mozilla is not supporting Pin
N a v a n e e t h21-Jun-07 3:23
N a v a n e e t h21-Jun-07 3:23 
AnswerRe: mozilla is not supporting Pin
Guffa21-Jun-07 3:49
Guffa21-Jun-07 3:49 
GeneralRe: mozilla is not supporting Pin
N a v a n e e t h21-Jun-07 4:03
N a v a n e e t h21-Jun-07 4:03 
AnswerRe: mozilla is not supporting Pin
Guffa21-Jun-07 4:13
Guffa21-Jun-07 4:13 
GeneralRe: mozilla is not supporting Pin
N a v a n e e t h21-Jun-07 4:18
N a v a n e e t h21-Jun-07 4:18 
QuestionMs Soap Toolkit 3.0 and complex data types. Pin
karanba21-Jun-07 0:18
karanba21-Jun-07 0:18 
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

QuestionHow do I avoid flickering images in my page? Pin
ErikZ20-Jun-07 23:01
ErikZ20-Jun-07 23:01 
AnswerRe: How do I avoid flickering images in my page? Pin
Christian Graus21-Jun-07 0:47
protectorChristian Graus21-Jun-07 0:47 
AnswerRe: How do I avoid flickering images in my page? Pin
Guffa21-Jun-07 3:58
Guffa21-Jun-07 3:58 
Questionimage onclick event is not working Pin
Shoaib Hussain20-Jun-07 23:00
Shoaib Hussain20-Jun-07 23:00 
QuestionReg:Component Pin
princy_cute20-Jun-07 22:49
princy_cute20-Jun-07 22:49 
QuestionDrop Down Codes Pin
UpdateMe20-Jun-07 20:18
UpdateMe20-Jun-07 20:18 
AnswerRe: Drop Down Codes Pin
Johnny ²20-Jun-07 21:27
Johnny ²20-Jun-07 21:27 
QuestionCross domain webservice call from client code Pin
amitar2720-Jun-07 16:07
amitar2720-Jun-07 16:07 
AnswerRe: Cross domain webservice call from client code Pin
JimmyRopes20-Jun-07 17:40
professionalJimmyRopes20-Jun-07 17:40 
AnswerRe: Cross domain webservice call from client code Pin
Justin Williams22-Jun-07 9:14
Justin Williams22-Jun-07 9:14 
QuestionProblem using Wzzip from a .Net web page Pin
mad_cow20-Jun-07 3:27
mad_cow20-Jun-07 3:27 
AnswerRe: Problem using Wzzip from a .Net web page Pin
Christian Graus20-Jun-07 12:39
protectorChristian Graus20-Jun-07 12:39 
GeneralRe: Problem using Wzzip from a .Net web page Pin
mad_cow21-Jun-07 6:22
mad_cow21-Jun-07 6:22 
AnswerRe: Problem using Wzzip from a .Net web page Pin
Shog920-Jun-07 18:09
sitebuilderShog920-Jun-07 18:09 
GeneralRe: Problem using Wzzip from a .Net web page Pin
mad_cow22-Jun-07 7:49
mad_cow22-Jun-07 7:49 
Questionhow to write Recoedset in Excel sheet Pin
rajnish_haldiya20-Jun-07 2:59
rajnish_haldiya20-Jun-07 2:59 
AnswerRe: how to write Recoedset in Excel sheet Pin
PrakashBhaskar20-Jun-07 18:11
PrakashBhaskar20-Jun-07 18:11 

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.