Re: After import the wsdl i have lost it a bit
- From: Rene A <None@xxxxxxx>
- Date: Thu, 28 Aug 2008 22:34:25 +0200
Göran Andersson schreef:
Rene A wrote:Hmm even with John Doe it dont work ;-)
Strange... I was sure that would do it. ;)
I have learn a bit from this blog http://loopback.codebetter.com/blogs/peter.van.ooijen/archive/2007/03/02/TDD_3A00_-Test-driving-the-Vecozo-webservice.aspx
only it is writing in a another language.
Another language? It looks like C# to me...
It look like i must declare Patients as a array of ThePatient, but i don't know how to do it.
You don't know how to create an array, or...?
Look at some of the example code from the page:
ControleerInput requestMessage = new ControleerInput();
requestMessage.Verzekerden = new AanvraagCovType[0];
object responseMessage = ci.controleer(requestMessage);
You need to create an array of AanvraagCovType objects, and assign that to the Verzekerden property of the ControleerInput object.
Then finaly i think/want to put the result of UitDeCOVClass.controleer(Patients) in TheReturn slometing like TheReturn
TheReturn=UitDeCOVClass.controleer(Patients); but alsos that give me some errors.
Well, "some errors" is way too unspecific to be helpful...
The example code puts the result in a variable of the type object, while you are putting it in a variable of the type RetourinfoCovType. Check the intellisense for the method to see what it actually returns.
Thanks for your help, i will give it a new try with your tips !
also take some reading in my "Visual C# the basic" book about arrays
object... Normally i work with Delphi, and when i import the WSDL there i
get nice functions and procedure's but there is the difficulty to work
with security x509 certificates.
Groetjes Rene.
.
- References:
- Re: After import the wsdl i have lost it a bit
- From: Göran Andersson
- Re: After import the wsdl i have lost it a bit
- Prev by Date: Re: Force Dictionary to use Identity versus Equality
- Next by Date: Re: Need for efficient method for File Parsing and copying
- Previous by thread: Re: After import the wsdl i have lost it a bit
- Next by thread: Re: References to other assemblies
- Index(es):
Relevant Pages
|