Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Ms Soap Toolkit 3.0 and complex data types.

Ms Soap Toolkit 3.0 and complex data types.

Scheduled Pinned Locked Moved Web Development
wcfcomxmltutorial
1 Posts 1 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    karanba
    wrote on last edited by
    #1

    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"); Client.mssoapinit("http://abc.com/service.wsdl","","",""); var sid = Client.MethodName("abc..."); . . . 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

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups