Click here to Skip to main content
15,889,838 members

Comments by balu12345 (Top 3 by date)

balu12345 22-Apr-14 0:36am View    
Hi Guruprasad,

Thanks for your help

<soap:envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:dev="XXXX/devicemanagement/device" xmlns:com="XXXX/ws/common" xmlns:com1="XXXX/types/common">
<soap:header>
<soap:body>
<dev:adddevicesrequest xmlns:db="XXXX/deviceattribute/basicinfo"
="" xmlns:dauth="XXXX/deviceattribute/authentication" xmlns:dgauth="XXXXX/devicegroupattribute/authentication">
<dev:device>
<dev:attribute>
<com:name>db:HostName
<com:stringvalue>192.168.200.101

<dev:attribute>
<com:name>db:DisplayDeviceName
<com:stringvalue>d01

<dev:attribute>
<com:name>db:ModelCode
<com:stringvalue>ModelCode01

<dev:attribute>
<com:name>db:SerialNumber
<com:stringvalue>12301






I tried your solution but it didn't resolved my issue,
To be more clear,if you see above request "I need to pass parameter values like "db:hostname","db:DisplayDeviceName".... and so on.. from C# client to Java websercice"

Please help me at earliest possible..
balu12345 21-Apr-14 14:21pm View    
Hi Mr.TorstenH,

Thanks for your help
Please guide me how to pass this UTF8 encoded parameter from c# client to Java webservice.
I don't have any control on Java web service.

Request you to share me skeleton/pseudo code
balu12345 21-Apr-14 14:08pm View    
Thanks for coming forward to help me..

Just need to pass parameter name as "db:hostname" and value as "abcd" from c# client to Java webservice.
It very normal plain basic coding of consuming java webservice.. but strucked with ":" changed as "_x003A_"...