Link to home
Start Free TrialLog in
Avatar of JDL129
JDL129

asked on

How to run a SOAP request in C# or VB.net

Hey guys!!

I have a SOAP request that when it is copied into a procedure just about all the key words have red squiggly lines under them:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:alc="http://alchemy.goldstandard.com/">;
<soapenv:Header/>;
<soapenv:Body>;
<alc:ADRAdverseReactionsByDrugRequest>;
<alc:DrugIdentifier>;
<alc:ProductID>32717</alc:ProductID>;
</alc:DrugIdentifier>;
<alc:FilterBy>;
<alc:Severity>Severe</alc:Severity>;
<alc:Onset>Rapid</alc:Onset>;
</alc:FilterBy>;
</alc:ADRAdverseReactionsByDrugRequest>;
</soapenv:Body>;
</soapenv:Envelope>;

I think I can run this in C# or VB.Net(I have added Microsoft.VisualBasic) if I can get some help with the syntax.

Thanks,
Jerry
ASKER CERTIFIED SOLUTION
Avatar of Monica P
Monica P
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JDL129
JDL129

ASKER

Thanks for the directions!!!!!