Re: wsdl question

2003-02-21 Thread Virga
thanks, i finally install itnow it's time to test it.

RE: wsdl question

2003-02-20 Thread Harry . Kobetitsch
There is a wsdl.exe that comes with .Net that will take a given WSDL file and generate client stubs for you in C# and VB. Harry J. Kobetitsch UBS Warburg One North Wacker Drive Chicago, Illinois 60606-2809 312-525-5866 [EMAIL PROTECTED] -Original Message-

Re: WSDL Question

2002-06-04 Thread Russell Butek
This statement:   means that the part references an element type: There is no such beast in your WSDL. Your WSDL has a complexType called "Ping", so changing "element=" to "type=" finds the complex type. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTE

Re: WSDL Question

2002-06-03 Thread James Yegerlehner
> > If I change the message-type attribute from 'element' to 'type' it works!?! Jeff- Sure, because "Ping" is a type, not an element. If you want to use element instead of type, add a Ping element to the schema. BTW the schema uses the obsolete schema namespace: http://www.w3.org/1999/XMLSchema