You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Matthew Langham <ml...@sundn.de> on 2001/04/27 08:49:52 UTC

SoapBid - first results

Hi,

(When do you reckon on having an axis system up?)

here are the first test results of my little test-client (Apache SOAP 2.1)
for the SOAP bidding:

Quotes are for 60 widgets.

KetihBa's BidBuy Service (.NET Web Services)
BidQuote: 600.0
BuyResult: TKT434

MST Bid (Microsoft SOAP Toolkit 2.0, Microsoft Windows 2000)
BidQuote: 48.0
BuyResult: 2682

Notice the differences in return values.

Also there is a difference in the naming of the return parameters - and I
need to map them separately at the moment.

BidQuote:
>>
    SOAPMappingRegistry smr = new SOAPMappingRegistry ();
    DoubleDeserializer sd = new DoubleDeserializer ();
      smr.mapTypes (Constants.NS_URI_SOAP_ENC, new
        QName("", "RequestForQuoteResult"), null,null, sd);
    smr.mapTypes (Constants.NS_URI_SOAP_ENC, new
        QName("", "return"), null,null, sd);
<<

SimpleBuy
>>
    SOAPMappingRegistry smr = new SOAPMappingRegistry ();
    StringDeserializer sd = new StringDeserializer ();
      smr.mapTypes (Constants.NS_URI_SOAP_ENC, new
        QName("", "SimpleBuyResult"), null,null, sd);
      smr.mapTypes (Constants.NS_URI_SOAP_ENC, new
        QName("", "return"), null,null, sd);
<<


Comments welcome.

Matthew Langham

--
Open Source Group               sunShine - Lighting up e:Business
=================================================================
Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
Tel: +49-5251-1581-30   [mlangham@sundn.de - http://www.sundn.de]
=================================================================