.Net Remoting Web Services

 

               

                        Endpoints for .Net Remoting Web Services implementation

 

                        Implementaion of services A, B & C specified in Interop Document.

           

                                    WSDL : http://www.mssoapinterop.org/remoting/ServiceA.soap?wsdl

                                    End Point : http://www.mssoapinterop.org/remoting/ServiceA.soap

 

                                    WSDL : http://www.mssoapinterop.org/remoting/ServiceB.soap?wsdl

                                    End Point : http://www.mssoapinterop.org/remoting/ServiceB.soap

 

                                    WSDL : http://www.mssoapinterop.org/remoting/ServiceC.soap?wsdl

                                    End Point : http://www.mssoapinterop.org/remoting/ServiceC.soap

 

                        Known issues with ServiceC :

                        1) The WSDL emitted does not specify Header elements as described in plan C.

                        2) .Net Remoting does not recognize the actors for this release.

     It ignores the actor element in the header.                            

 

                        Note:

                                   

                        In addition to the proposed tests plan A, we have added the following methods

 

(all Base data types from XML spec section 3.2) in a separate service, ServiceAllTypes.

WSDL: http://www.mssoapinterop.org/remoting/ServiceAllTypes.soap?wsdl

EndPoint: http://www.mssoapinterop.org/remoting/ServiceAllTypes.soap

 

String

echoString(inputString)

Boolean

echoBoolean(inputBoolean)

Decimal

echoDecimal(inputDecimal)

Float

echoFloat(inputFloat)

Double

echoDouble(inputDouble)

Duration

echoDuration(inputDuration)

dateTime

echoDate(inputDate);

Time

echoTime(inputTime);

Date

echoDate2(inputDate);

gYearMonth

echoYearMonth(inputYearMonth)

gMonthDay

echoMonthDay(inputMonthDay);

gDay

echoDay(inputDay);

gMonth

echoMonth(inputMonth);

gYear

echoYear(inputYear);

Base64Binary

echoBase64(inputBase64);

AnyUri

echoAnyUri(inputAnyUri);

QName

echoQName(inputAnyQName);

NOTATION

echoNotation(inputNotation);

 

 

                        Please contact vineelg for any problems.