I try to call the service via that servicedefinition, but the following error
happens:
Message: RPC error (Server did not recognize the value of HTTP Header
SOAPAction: .)
I constructed the in-map for the service via an event:
<call-map-processor in-map-name="parameters"
out-map-name="converterContext">
maybe the problem is because there are parameters in the map like:
userLogin=[GenericEntity:UserLogin][createdStamp,2008-10-02 .....
Here the servicedef:
<service name="CurrencyConverter" engine="soap" export="true"
location="http://www.petermeinl.de/CurrencyConverter/CurrencyConverter.asmx?WSDL"
invoke="GetConversionRate">
<description>Invoke the remote Web Service from OFBiz</description>
<namespace>http://istec.de/CurrencyConverter/CurrencyConverter</namespace>
<attribute name="fromCurrency" mode="IN" type="String"
optional="false"/>
<attribute name="toCurrency" mode="IN" type="String"
optional="false"/>
<attribute name="return" mode="OUT" type="String" optional="false"/>
</service>
--
View this message in context:
http://www.nabble.com/ofBiz-SOAP-Handler-tp20658255p20658255.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.