I got given the wsdl for another identical service. Along with xsd files. But it seems not relevant. It is said that a wsdl file can be used but I had no success. You are supposed to be able to convert a wsdl to a class file. Will see what fiddler comes up with. Thanks Al -----Original Message-----
I've been fighting with web services all last week! Not sure if this is useful in your case but a very handy tool is Fiddler: http://www.telerik.com/fiddler Run this and you can see exactly what xml is being requested and returned. Something that wasted days for me is that when generating the classes from the wsdl/xsd files (I have 100s), they *must* be hosted on a web server, not saved locally. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/004c01cf1b59$c0eeaba0$42cc02e0$@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

