The text of this article is not in this database — only its details are. Read it on the old site: SOAP Client in Windows XP
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: SOAP Client in Windows XP
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Alan SmithPosted Jun 29, 2009, 10:06 PM
I'm working in VBS on XP, to build a soap client to a service that requires some user credentials in the soap header: <soap:Header> <userCredentials xmlns="http://www.macromatix.net/SecurityHeaderData.xsd"> <ClientID>string</ClientID> <AccessCode>string</AccessCode> </userCredentials> </soap:Header> <soap:Body> <getRecipeExtraction xmlns="http://www.macromatix.net/RecipeMessage.xsd" /> </soap:Body> Can't find any way to do it. The above section: HeaderHandler (SOAPClient) looked promising but I can't create it. Any suggestions?