2017-10-26 17 views
0

ここに示すようにxmlの部分を作成し、それをjavaから呼び出して応答を得る必要があります。 claims.realmed.com のContent-Type:コールポストwebserviceからjava

いくつかのいずれかが、我々はこの記事をWebサービスを呼び出し、XML

POST /webservices/wsElig270.asmx HTTP/1.1 ホスト渡すことができますどのように説明することができますテキスト/ XMLを。文字セット= UTF-8 のContent-Length:長さ のSOAPAction: "https://claims.realmed.com/ProcessEligibility"

<?xml version="1.0" encoding="utf-8"?> 
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
    <soap:Body> 
    <ProcessEligibility xmlns="https://claims.realmed.com"> 
     <request> 
     <SubmitterID>string</SubmitterID> 
     <UserName>string</UserName> 
     <Password>string</Password> 
     <AnsiRequest>string</AnsiRequest> 
     <ExternalPayerID>string</ExternalPayerID> 
     <UserDefined1>string</UserDefined1> 
     <UserDefined2>string</UserDefined2> 
     <TimeStamp>string</TimeStamp> 
     </request> 
    </ProcessEligibility> 
    </soap:Body> 
</soap:Envelope 

答えて

関連する問題