Link to home
Start Free TrialLog in
Avatar of DavidZLi
DavidZLi

asked on

MSSoap Toolkit Sample - complexType

Who has tried MSSoap sample from the Toolkit2.0? It seemed to me that  the AddrBook (VB)? doesn't  work. Here is the message captured by a trace utility (MSSoapT)


<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
 <SOAP-ENV:Body>
  <SOAPSDK1:GetNames xmlns:SOAPSDK1="http://tempuri.org/message/" />
  </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>



 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
 <SOAP-ENV:Body>
 <SOAP-ENV:Fault>
  <faultcode>SOAP-ENV:Server</faultcode>
  <faultstring>WSDLOperation: Instantiating the dispatch object for method GetNames failed</faultstring>
  <faultactor>http://tempuri.org/action/AddrBook.GetNames</faultactor>
 <detail>
 <mserror:errorInfo xmlns:mserror="http://schemas.microsoft.com/soap-toolkit/faultdetail/error/">
  <mserror:returnCode>-2147024891</mserror:returnCode>
 <mserror:callStack>
 <mserror:callElement>
  <mserror:component>WSDLOperation</mserror:component>
  <mserror:description>Instantiating the dispatch object for method GetNames failed</mserror:description>
  <mserror:returnCode>-2147024891</mserror:returnCode>
  </mserror:callElement>
  </mserror:callStack>
  </mserror:errorInfo>
  </detail>
  </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>

Anybody know why?
ASKER CERTIFIED SOLUTION
Avatar of EDDYKT
EDDYKT
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DanRollins
Hi DavidZLi@devx,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. I will suggest to:

    Accept EDDYKT's comment(s) as an answer.

DavidZLi@devx, if you think your question was not answered at all or if you need help, you can simply post a new comment here.  Community Support moderators will follow up.
==========
DanRollins -- EE database cleanup volunteer
Comment from expert accepted as answer

Computer101
E-E Moderator