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
Ranked #107.40K
~116 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ph03nix

HI! My Problem is that an error occurs if I run this program: [CODE]Dim docsend As New MSXML2.DOMDocument30 Dim httpOB As New MSXML2.XMLHTTP30 Dim pfad As String docsend.async = False pfad = "C:\order2.xml" Call docsend.load(pfad) Call httpOB.open("POST", "http:// - Server Link -", False) Call httpOB.setRequestHeader("Content-Type", "application/x-www-form-urlencoded") 'Try Call httpOB.send(docsend) MsgBox(httpOB.responseXML.xml) …

Member Avatar for ph03nix
0
116