You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Khamesra, SandeepX" <sa...@intel.com> on 2001/06/26 19:43:52 UTC

Design Help

I need to know what could be the best design for the following scenerio...


I am writing a java service .. It needs to returns a java object ..How will
client written other than in java will understand ? 


RE: can't run StockQuote example. Please HELP!!!

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Hoang,

Did you deploy the service? Try running the sample by entering using the
soap-2_2\samples\stockquote\testit.cmd batch file.

Thanks,
-Matt

> -----Original Message-----
> From: Truong,Hoang C. [mailto:htruong@mitre.org]
> Sent: Tuesday, June 26, 2001 2:58 PM
> To: soap-user@xml.apache.org
> Subject: can't run StockQuote example. Please HELP!!!
>
>
> Hello all,
> Sorry for a newbie question.  I am trying to do SOAP for my project.  I
> just want to get started on this SOAP thing,  I tried the Stock Quote
> example.  Here is the error message I got:
>
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server
>   Fault String = service 'urn:xmltoday-delayed-quotes' unknown
>
> Can anyone tell me what is wrong with this?  Your help is appreciated.
> Thanks
>
> Hoang
>


RE: can't run StockQuote example. Please HELP!!!

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Hoang,

Did you deploy the service? Try running the sample by entering using the
soap-2_2\samples\stockquote\testit.cmd batch file.

Thanks,
-Matt

> -----Original Message-----
> From: Truong,Hoang C. [mailto:htruong@mitre.org]
> Sent: Tuesday, June 26, 2001 2:58 PM
> To: soap-user@xml.apache.org
> Subject: can't run StockQuote example. Please HELP!!!
>
>
> Hello all,
> Sorry for a newbie question.  I am trying to do SOAP for my project.  I
> just want to get started on this SOAP thing,  I tried the Stock Quote
> example.  Here is the error message I got:
>
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server
>   Fault String = service 'urn:xmltoday-delayed-quotes' unknown
>
> Can anyone tell me what is wrong with this?  Your help is appreciated.
> Thanks
>
> Hoang
>


can't run StockQuote example. Please HELP!!!

Posted by "Truong,Hoang C." <ht...@mitre.org>.
Hello all,
Sorry for a newbie question.  I am trying to do SOAP for my project.  I
just want to get started on this SOAP thing,  I tried the Stock Quote
example.  Here is the error message I got:  

Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server
  Fault String = service 'urn:xmltoday-delayed-quotes' unknown

Can anyone tell me what is wrong with this?  Your help is appreciated. 
Thanks

Hoang

can't run StockQuote example. Please HELP!!!

Posted by "Truong,Hoang C." <ht...@mitre.org>.
Hello all,
Sorry for a newbie question.  I am trying to do SOAP for my project.  I
just want to get started on this SOAP thing,  I tried the Stock Quote
example.  Here is the error message I got:  

Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server
  Fault String = service 'urn:xmltoday-delayed-quotes' unknown

Can anyone tell me what is wrong with this?  Your help is appreciated. 
Thanks

Hoang

RE: Design Help

Posted by David Rioux <dr...@pictorius.com>.
Hi:

We ended up serializing our java objects to XML (Tradia's InstantXML is
helping with this now; our production version used our own serialization
code) so that it could be parsed by a C++ object on the client side.  I
suspect this is safer than making a platform-specific (java) SOAP service...

// David Rioux
// drioux@pictorius.com

-----Original Message-----
From: Khamesra, SandeepX [mailto:sandeepx.khamesra@intel.com]
Sent: Tuesday, June 26, 2001 10:44 AM
To: 'soap-user@xml.apache.org'
Cc: 'soap-user@xml.apache.org'; soapbuilders@yahoogroups.com
Subject: Design Help


I need to know what could be the best design for the following scenerio...


I am writing a java service .. It needs to returns a java object ..How will
client written other than in java will understand ?



RE: Design Help

Posted by David Rioux <dr...@pictorius.com>.
Hi:

We ended up serializing our java objects to XML (Tradia's InstantXML is
helping with this now; our production version used our own serialization
code) so that it could be parsed by a C++ object on the client side.  I
suspect this is safer than making a platform-specific (java) SOAP service...

// David Rioux
// drioux@pictorius.com

-----Original Message-----
From: Khamesra, SandeepX [mailto:sandeepx.khamesra@intel.com]
Sent: Tuesday, June 26, 2001 10:44 AM
To: 'soap-user@xml.apache.org'
Cc: 'soap-user@xml.apache.org'; soapbuilders@yahoogroups.com
Subject: Design Help


I need to know what could be the best design for the following scenerio...


I am writing a java service .. It needs to returns a java object ..How will
client written other than in java will understand ?