Quantcast
Channel: XML, System.Xml, MSXML and XmlLite forum
Viewing all articles
Browse latest Browse all 935

Newbie - How to communicate a non .asmx SOAP Web service

$
0
0

I need to access a pre-existing SOAP web service, but it has a .dll extension, not asmx.

The intention is to connect it with xamarin forms in C#, but the problem is that I can't really even get started understanding how to say hello to this SOAP service. Even to just send one simple command would be just the start I need.

Here is an extract from the webservice listing:

<message name="Login0Request">

<part name="UserName" type="xs:string"/>
<part name="Password" type="xs:string"/>
<part name="IPs" type="xs:string"/>
</message>
<message name="Login0Response">
<part name="return" type="xs:string"/>
</message>
<message name="RegisterNewCustomer1Request">
<part name="Email" type="xs:string"/>
<part name="Password" type="xs:string"/>
<part name="FirstName" type="xs:string"/>
<part name="LastName" type="xs:string"/>
<part name="Mobile" type="xs:string"/>
<part name="CountryID" type="xs:int"/>
<part name="aID" type="xs:int"/>
<part name="SignupIP" type="xs:string"/>
</message>

All the guides for SOAP in Xamarin relate to asmx types, but never dlls.

Any ideas?

Help would be very much appreciated!


Viewing all articles
Browse latest Browse all 935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>