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, 1:05 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> In Eclipse, you can use 'add external library'.  Or, if you want to keep the
> jars with your package, create a new directory for them within your project
> and then you can use 'add library'.
>
> You can also go through the discussion in the thread below for possible
> alternatives of using web 
> services:http://groups.google.com/group/android-developers/browse_thread/threa...
>
> On Wed, Mar 12, 2008 at 12:42 AM, chitgoks <[EMAIL PROTECTED]> wrote:
>
> > baaah, i think ill be on hiatus with android till their webservice feature
> > comes up. i tried looking for possible ways
> > to call a webservice but all i find is ksoap and youd have to include its
> > jar file for compilation. problem is how the jar file can be converted to be
> > part of an apk file. using android asset packaging tool?
>
> > > On Wed, Mar 12, 2008 at 1:52 PM, Megha Joshi <[EMAIL PROTECTED]> wrote:
>
> > > > Hi,
>
> > > > The Android SDK does not include any explicit APIs for using web
> > > > services.
> > > > This has been logged as a feature request earlier.
>
> > > > Thanks,
> > > > Megha
>
> > > --
> > > Website:http://chitgoks.freehostia.com
> > > Java Casino Games:http://chitgoks.tripod.com
> > > My Blogs:
> > >http://chitgoks.blogspot.com
> > >http://wuhtevah.blogspot.com
> > >http://disneyusa.blogspot.com
>
> > --
> > Website:http://chitgoks.freehostia.com
> > Java Casino Games:http://chitgoks.tripod.com
> > My Blogs:
> >http://chitgoks.blogspot.com
> >http://wuhtevah.blogspot.com
> >http://disneyusa.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to