views:

23

answers:

0

Hey guys,

I want to call a webservice which expects a OMElement-parameter. How can I serve this with c# / .net?

The signature of the generated client looks like this:

client.ExecuteMethod(object param);

Thx in advance, macx