hi, im looking for a bit of help with XML and SOAP.
I am currently sending data to a web server using. I am using WSMethodInvocation. to sete the parameters, I use WSMethodInvocationSetParameters. However, I am now wondering, how can I add atrributes to my parameters. A the moment I can only do this sort of thing: <parameter > Some text</parameter>
However, I am looking to be able to do something like this:
<parameter value="sometext" > Some text</parameter>
thanks
I am currently sending data to a web server using. I am using WSMethodInvocation. to sete the parameters, I use WSMethodInvocationSetParameters. However, I am now wondering, how can I add atrributes to my parameters. A the moment I can only do this sort of thing: <parameter > Some text</parameter>
However, I am looking to be able to do something like this:
<parameter value="sometext" > Some text</parameter>
thanks