1.xml page .....
xml page is The Sender Service is for the application of the sending
party to request
Hermes to send an ebMS message to the Hermes or any
other compatible messaging
gateway of the receiving party.
http://<HERMES_HOST>:<HERMES_PORT>/corvus/httpd/ebms/sender
in my url :
http://192.168.1.119:9443/corvus/httpd/ebms/sender
this part of xml
</definitions>
...........
<message name="EbmsRequestMsg">
<part name="cpaId" type="s:string" />
<part name="service" type="s:string" />
<part name="action" type="s:string" />
<part name="convId" type="s:string" />
<part name="fromPartyId" type="s:string" />
<part name="fromPartyType" type="s:string" />
<part name="toPartyId" type="s:string" />
<part name="toPartyType" type="s:string" />
<part name="refToMessageId" type="s:string" />
<part name="serviceType" type="s:string" />
</message>
<message name="EbmsResponseMsg">
<part name="message_id" type="s:string" />
</message>
<portType name="EbmsSend">
<operation name="Request">
<input message="p:EbmsRequestMsg" />
<output message="p:EbmsResponseMsg" />
</operation>
</portType>
<binding name="EbmsSoapHttpSend" type="p:EbmsSend">
<soap:binding transport="
http://schemas.xmlsoap.org/soap/http"
style="document" />
<operation name="Request">
<soap:operation soapAction="ebmssend" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="EbmsOutbound">
<documentation>Documentation not available.</documentation>
</service>
</definitions>
whereas tomcat working on port 9443
so I got an error when sending a document due to the above xml
this is error :
javax.xml.soap.SOAPException: No registered sender channel
2. yes, i can access the http://localhost:9443:corvus/admin/home
sorry, my english not well ....
thk's for you answer.
Regards,
Winzaldi
> 1. how could u get that xml page?
>
> 2. can u access thehttp://localhost:9443:corvus/admin/home?
>
> Regards,
> Kit Yuen, Software Engineer
> Apacus Software - Innovate, Simplify
>