M
mike
Hi,
I need to generate the following xml for a 100 users so I thougth I
generate it.
<typ:WOUser>
<typ:id>
<typ:serviceProviderId>AOne</typ:serviceProviderId>
<typ:companyId>Acme</typ:companyId>
<typ:userId>Alice</typ:userId>
</typ:id>
<typ:sipAddress>sip:[email protected]</typ:sipAddress>
<typ:firstName>Alice</typ:firstName>
<typ:lastName>Wonderland</typ:lastName>
<typassword>{SHA}gpw4BEAbByf3D3PUQV4WJADL5Xs=</
typassword>
</typ:WOUser>
</wopi:createUser>
The problem I have is to add the prefix typ when I generate it from an
WOUser object. Is there a good framework that can do it?
All hints and ideas are welcome.
I need to generate the following xml for a 100 users so I thougth I
generate it.
<typ:WOUser>
<typ:id>
<typ:serviceProviderId>AOne</typ:serviceProviderId>
<typ:companyId>Acme</typ:companyId>
<typ:userId>Alice</typ:userId>
</typ:id>
<typ:sipAddress>sip:[email protected]</typ:sipAddress>
<typ:firstName>Alice</typ:firstName>
<typ:lastName>Wonderland</typ:lastName>
<typassword>{SHA}gpw4BEAbByf3D3PUQV4WJADL5Xs=</
typassword>
</typ:WOUser>
</wopi:createUser>
The problem I have is to add the prefix typ when I generate it from an
WOUser object. Is there a good framework that can do it?
All hints and ideas are welcome.