していただきました間違っている以下の統ゼリー+ソープスクリプト?

StackOverflow https://stackoverflow.com/questions/1255809

  •  12-09-2019
  •  | 
  •  

質問

誰でも知っていうか、以下の箇、ゼリー+ソープスクリプト?当WSDLファイルが正しいかと石鹸です。

    <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib" xmlns:core="jelly:core" xmlns:soap="jelly:soap">
<core:new var="endpointvar" className="java.lang.String">
    <core:arg type="java.lang.String" value="http://somehost:9080/newWSDLService/newWSDLPort"/>
</core:new>
<core:new var="Saction" className="java.lang.String">
    <core:arg type="java.lang.String" value="POST http://somehost:9080/newWSDLService/newWSDLPort HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ''
User-Agent: Jakarta Commons-HttpClient/3.1
Host: somehost:9080
Content-Length: 308"/>
</core:new>
<soap:invokeRaw endpoint="${endpointvar}" soapAction="${Saction}" var="answer">
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:new="http://j2ee.netbeans.org/wsdl/BpelModuleJira/newWSDL">
       <soapenv:Header/>
       <soapenv:Body>
          <new:newWSDLOperation>
             <part1>Hello</part1>
          </new:newWSDLOperation>
       </soapenv:Body>
    </soapenv:Envelope>
</soap:invokeRaw>
</JiraJelly>
役に立ちましたか?

解決

  1. みのすべてのログは、JellyRunner occaisionally落下時にエラーメッセージの不思議な場所。
  2. ちなみに:私が深刻なかに初期化文字列です。う:

<core:set var="endpointvar">http://somehost:9080/newWSDLService/newWSDLPort</core:set>

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top