thanks, i finally install itnow it's time to test it.
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-
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
>
> 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