Hi
Well i developed my own Web Service for Searching purpose.
Stand-alone it worked fine but i wana to access it using Android ...

Web Service Developed in Java ..Wsdl of my web service is shown
below.......

definitions name="SearchService" targetNamespace="http://
peteryeung.homeip.net/targetNamespaceBase/operation/message/
SearchService">
<types/>
-
<message name="SearchInterface_getHtmlResult">
<part name="String_1" type="xsd:string"/>
</message>
-
<message name="SearchInterface_getHtmlResultResponse">
<part name="result" type="xsd:string"/>
</message>
-
<message name="SearchInterface_getXmlResult">
<part name="String_1" type="xsd:string"/>
</message>
-
<message name="SearchInterface_getXmlResultResponse">
<part name="result" type="xsd:string"/>
</message>
-
        <portType name="SearchInterface">
-
<operation name="getHtmlResult" parameterOrder="String_1">
<input message="tns:SearchInterface_getHtmlResult"/>
<output message="tns:SearchInterface_getHtmlResultResponse"/>
</operation>
-
<operation name="getXmlResult" parameterOrder="String_1">
<input message="tns:SearchInterface_getXmlResult"/>
<output message="tns:SearchInterface_getXmlResultResponse"/>
</operation>
</portType>
-
<binding name="SearchInterfaceBinding" type="tns:SearchInterface">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http";
style="rpc"/>
-
<operation name="getHtmlResult">
<soap:operation soapAction=""/>
-
<input>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
use="encoded" namespace="http://peteryeung.homeip.net/
targetNamespaceBase/operation/message/SearchService"/>
</input>
-
<output>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
use="encoded" namespace="http://peteryeung.homeip.net/
targetNamespaceBase/operation/message/SearchService"/>
</output>
</operation>
-
<operation name="getXmlResult">
<soap:operation soapAction=""/>
-
<input>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
use="encoded" namespace="http://peteryeung.homeip.net/
targetNamespaceBase/operation/message/SearchService"/>
</input>
-
<output>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
use="encoded" namespace="http://peteryeung.homeip.net/
targetNamespaceBase/operation/message/SearchService"/>
</output>
</operation>
</binding>
-
<service name="SearchService">
-
<port name="SearchInterfacePort" binding="tns:SearchInterfaceBinding">
<soap:address location="http://localhost:8080/SearchService/
SearchService"/>
</port>
</service>
</definitions>

how can i access it using Android can u plz suggest me ,i need it
urgently....
Well i will wait for ur response and thanks in advance...

On Mar 12, 10:15 am, chitgoks <[EMAIL PROTECTED]> wrote:
> hi
> does android have some other 3rd party library that we need to use to access
> a web service?
> my android app needs to access a web service.
>
> only thing i use is apache axis. could that be used with android?
>
> --
> Website:http://chitgoks.freehostia.com
> Java Casino Games:http://chitgoks.tripod.com
> My 
> Blogs:http://chitgoks.blogspot.comhttp://wuhtevah.blogspot.comhttp://disneyusa.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to