Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~519 People Reached
Favorite Forums
Favorite Tags
Member Avatar for win_1

I have a xml document with 2 protection order numbers. I want to get the information for one of them which is **protectionOrderNumber="1400042"**. I would like to add strPoNumber variable to the object objXmlCaseDoc. Inside this object is the xml that was read and put inside the object. I want …

Member Avatar for Mr.M
0
212
Member Avatar for win_1

In my visual basic code, I have an object **(objXmlCaseDoc)** containing xml document. I want to add a variable **(strPoNumber)** into this object at the beginning of the xml document. I would like to add the code for the variable where I have a comment in vb code which says …

Member Avatar for win_1
0
211
Member Avatar for win_1

I have a soap which I want to put into a vatrible in visual studio 2010 and then use that variable containing various elements from the soap. How do I do this? **Soap** <soap:Body> <ns:ProtectionOrderQueryRequest> <ns:ProtectionOrderQueryRequest ns1:id="?" ns1:metadata="?" ns1:linkMetadata="?"> <ns2:CourtFileNumber ns1:id="?" ns1:metadata="?" ns1:linkMetadata="?">?</ns2:CourtFileNumber> <ns2:ProtectionOrderID ns1:id="?" ns1:metadata="?" ns1:linkMetadata="?">?</ns2:ProtectionOrderID> </ns:ProtectionOrderQueryRequest> </ns:ProtectionOrderQueryRequest> </soap:Body>

0
96