How to get value(s) from Response XML

2002-04-08 Thread Yalavarthi, Vasu
Hi, My Apache Java-Soap client os sending XML request to Microsoft Analysis Server which supports XML for Analysis. The Response object's getReturnValue(), return's Parameter, from which i can get the value. This will be useful if the method returns a single value (like account balance etc). But

Connecting to MS OLAP Server using Java-Soap Client

2002-04-08 Thread Yalavarthi, Vasu
Hi, My Java-Apache Soap client is trying to connect to Microsoft OLAP Server 2000(Provider) using their XML for Analysis ( URL=/library/techart/xmlanalysis.htm). The Provider is returning the following fault code... //

Re: <><> Installation ok - NOW HOW DO I CREATE A SERVICE?? <><>

2002-04-08 Thread Darius Cooper
I'd suggest you work through the samples that come with Apache SOAP. - Original Message - From: Jonathan To: [EMAIL PROTECTED] Sent: Monday, April 08, 2002 7:52 PM Subject: <><> Installation ok - NOW HOW DO I CREATE A SERVICE?? <><> Hello. My install is working. Is there a "step by ste

<><> Installation ok - NOW HOW DO I CREATE A SERVICE?? <><>

2002-04-08 Thread Jonathan
Hello. My install is working.  Is there a "step by step" describing how to create an example mini app?  I do not know where to start, or what classes/methods to implement.

WSDL for JAXM

2002-04-08 Thread Dahnke, Eric
We have Create, Update, and Delete web services (implemented using JAXM) that pass XML documents around internally between servers. We want to make these web services publically available, and I'm trying to craft the WSDL by hand using the W3C spec. It appears that I can use XSD to create an XML

RE: wsdl

2002-04-08 Thread Rebecca Dias
Another Vendor... Orbix E2A(tm) XMLBus from IONA (www.xmlbus.com/work) provides a very robust Web Services implementation and allows you to generate regular and J2ME clients for embedded devices. Additionally we provide a process engine for Web services orchestration. becky -Original Messa

RE: Gif, jpg of Web Services technology

2002-04-08 Thread Joe Pruitt
Title: RE: Gif, jpg of Web Services technology Looks like your server is not explicitly specifying a type in the Response parameter.  So the client toolkit doesn't know which type it is. You probably need to add an entry in the SOAPMappingRegistry in your client code to tell it what type the

What I meant was "Looking for info how to deserialize Base64Binary", see prev. mail

2002-04-08 Thread Alexander Reifinger
Oops, sorry, forgot the change the subject... Won't happen again ;-) Alexander

Re: SOAP->EJB example/problem -- Many questions

2002-04-08 Thread Darius Cooper
>>because the soap.jar files do not know about my home and remote interfaces. I'm trying to figure out if this is the correct problem and how to solve it on the Orion app server. << Yes, in this context, the server that is running SOAP is actually the Client for your EJB. So, it has to be able t

RE: Gif, jpg of Web Services technology

2002-04-08 Thread Alexander Reifinger
Hi, I'm trying to use http://www.esynaps.com/WebServices/DailyDiblert.asmx (sic!) 's Daily Dilbert as a demonstration for my Bachelor Thesis using Apache SOAP. After a bit of messing with the parameters, I seem to get through to the service, but I am now getting this exception: [SOAPException:

RE: Send XML file via SOAP

2002-04-08 Thread Charlie Abela
Why don't you parse the XML file to get it as a document and then append this to the body of the SOAP message... Charlie -Original Message- From: Roumeliotis, Pete [mailto:[EMAIL PROTECTED] rthgrum.com] Sent: Monday, April 08, 2002 8:19 PM To: '[EMAIL PROTECTED]' Subject: RE: Send XML fi

Re: SOAP->EJB example/problem -- Many questions

2002-04-08 Thread BRICKER_JONATHAN_E
It was a problem with the deployment descriptor.  I had an extra character in the Context factory name. Here is my current error In TemplateProvider.locate() URI: urn:CanDEDataMgr DD.ServiceClass: org.apache.soap.providers.StatelessEJBProvider DD.ProviderClass: null Call.MethodName: isUserValid

Re: Send XML file via SOAP

2002-04-08 Thread David B. Bitton
if you did that than it would be HTML encoded, and that would increase the size of the data -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "Roumeliotis, Pete" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 08, 20

RE: Send XML file via SOAP

2002-04-08 Thread Roumeliotis, Pete
Could you just return the entire xml document as a string? Pete R. -Original Message- From: Maris Orbidans [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 2:33 PM To: [EMAIL PROTECTED] Subject: RE: Send XML file via SOAP It is more specific :-) My question is - how to send

Re: Send XML file via SOAP

2002-04-08 Thread David B. Bitton
Your best-bet for an example is the addressbook sample. The last method, getEntireList(?) does exactly what you want. Just remember that you need to specify "literalxml" encoding type: http://xml.apache.org/xml-soap/literalxml for the response in your SOAP requestor envelope. -- David B. Bit

Re: SOAP->EJB example/problem -- Many questions

2002-04-08 Thread Virender Sandhu
Hi: In soap deployment description, use the following tag to provide the soap end point. see the following example: http://xml.apache.org/xml-soap/deployment";> org.apache.soap.server.DOMFaultListener Virender Sandhu - Original

RE: Send XML file via SOAP

2002-04-08 Thread William Brogden
> -Original Message- > From: Maris Orbidans [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 1:33 PM > To: [EMAIL PROTECTED] > Subject: RE: Send XML file via SOAP > > > > It is more specific :-) > > My question is - how to send my own XML files. > > I know how to do RPCs w

Re: SOAP->EJB example/problem -- Many questions

2002-04-08 Thread Darius Cooper
Jonathan It is curious that the error message you get says "iiop://localhost:900", when it ought to say "ormi://duke1.d51.lilly.com:8088/catd" >From the message, it is almost certain that the point of failure is the locate() method of the StatelessEJBProvider. The snippet of code in the locate

RE: wsdl

2002-04-08 Thread Dahnke, Eric
Hello Shameem, Could you provide some additional information about using xrpcc to generate wsdl files. I don't see how it is possible. -Original Message- From: Gafoor, Shameem [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 7:50 AM To: '[EMAIL PROTECTED]' Subject: RE: wsdl St

Re: Send XML file via SOAP

2002-04-08 Thread Richard L Williams
You can begin by reading the documentation provided at http://xml.apache.org/soap/index.html. The download and install the soap distribution. Then you'll be able to ask more specific questions. "Maris Orbidans" <[EMAIL PROTECTED]> on 04/08/2002 10:31:48 AM Please respond to [EMAIL PROTE

Missing import "org.apache.soap.server"

2002-04-08 Thread Richard L Williams
Trying to get soap running under Jetty. I copied the soap.war from the downloaded kit to the /webapps/ directory and restarted Jetty. The rpcrouter and messagerouter respond properly (with an error to a GET). I can run the opening page of the admin app but when I try to run the list, I get thi

wsdl

2002-04-08 Thread Elizabeth Golluscio
Hi Stefan,   To generate WSDL from existing Java, EJBs (WebLogic, WebSphere, iPlanet, etc.) or CORBA IDL (Visibroker, Orbix, WebLogic Enterprise), try CapeStudio:   http://www.capeclear.com/products/   Regards, Elizabeth     > -Original Message- > From: Lenhart Stefan [ma

Send XML file via SOAP

2002-04-08 Thread Maris Orbidans
hello I need to send and receive XML files via SOAP. How can I do it ? Maris

RE: wsdl

2002-04-08 Thread Anne Thomas Manes
Try WASP Developer (GUI plug-ins available for NetBeans/Forte, Eclipse, and JBuilder) or the command line tool java2wsdl in WASP Server. http://www.systinet.com Best regards, Anne > -Original Message- > From: Lenhart Stefan [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 7:34

RE: wsdl

2002-04-08 Thread graham glass
there is also GLUE (http://www.themindelectric.com). cheers, graham -Original Message- From: Aczel Csilla [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 6:42 AM To: [EMAIL PROTECTED] Subject: Re: wsdl Hi, I know two tools that generate wsdl from java: 1. IBM Web Services Tool

Gif, jpg of Web Services technology

2002-04-08 Thread Dilova, Tereza (BG)
Hi to all ! I am preparing a presentation of Web Services. I need a picture of Web Services technology and everything related to it ( SOAP, WSDL, UDDI) and flow of data. Can someone help me where to find that kind of picture ? Best regards : Tereza

Re: wsdl

2002-04-08 Thread Aczel Csilla
Hi, I know two tools that generate wsdl from java: 1. IBM Web Services Toolkit: wsdlgen tool (downloadable from Alphaworks) 2. Apache Axis: java2wsdl tool (downloadable from Apache) Best regards, Csilla

RE: wsdl

2002-04-08 Thread Gafoor, Shameem
Stefan, You might want to try the xrpcc tool distributed as part of the Java Web Services Development Pack from Sun. Thanx Shameem > -Original Message- > From: Lenhart Stefan [SMTP:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 5:04 PM > To: [EMAIL PROTECTED] > Subject: wsdl >

wsdl

2002-04-08 Thread Lenhart Stefan
Hi everyone! Maybe this list is not really the correct place for this question. But as probably most of you have faced this problem sometime, I hope someone can help me anyway... Is there a tool to automatically generate a WSDL file from my WebService Java source code? What I'd like to have is s