workflow andf rules

2003-05-30 Thread Ghershony, Arie
does any one know of a package/workflow for webservices? -Original Message- From: Schultz, Hayden [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 1:05 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Circular reference in Vector I have looked at my data and determined th

SPROXY

2003-03-25 Thread Ghershony, Arie
Does any one know why SPROXY (generating C++ header files) will not generate an array from a WSDL with multiple occurrences? What other third party tools are out there? nayone? Thanks, Aria

RE: failed to get SAXXMLReader

2003-03-20 Thread Ghershony, Arie
Using .NET client we receive an error: failed to get SAXXMLReader, see below: Does any one know why? have to mention that our internet connection is very slow. this error appear suddenly. It was working well before. Do I need to connect to the Internet when we run .NET???

failed to get SAXXMLReader

2003-03-20 Thread Ghershony, Arie
Using .NET client we receive an error: failed to get SAXXMLReader, see below: Does any one know why? have to mention that our internet connection is very slow. this error appear suddenly. It was working well before. thanks, aria HRESULT __atlsoap_hr = InitializeSOAP(NULL); if (FAILED

WSDL envelope parser

2003-03-12 Thread Ghershony, Arie
Title: RE: using axis within an applet Hi,  This is an envelope received in the Buffer of .NET C++ client. Does any one know why the parser is unable to parse the value xsd:string">Hello<...   and what should I do to the WSDL (on apache\axis) to solve this problem?   Thanks, Aria Hello

interoperability

2003-03-10 Thread Ghershony, Arie
I am running Sproxy to read WSDL and received an error. How showld I handle it?? here is the Service signature I am using: public SOAPBodyElement[] retbattle(SOAPBodyElement[] elems) Does any one have a better way of generating .Net C++ header files? The Error: C:\UIX\UIXClient\UIXClient>spr

error while generatiing Sproxy .NET C++

2003-03-10 Thread Ghershony, Arie
I am running Sproxy on my service WSDL and receive an error. How showld I handle it?? here is the Service signature: public SOAPBodyElement[] retbattle(SOAPBodyElement[] elems) The Error: C:\UIX\UIXClient\UIXClient>sproxy /out:C:\UIX\EOBservice.h http://ccvaapps02:80 80/axis/services/Message

SPROXY C++ and WSDL

2003-03-10 Thread Ghershony, Arie
Hi, I am running Sproxy on my service WSDL and recive the following error. How showld I handle the Type?? Aria C:\UIX\UIXClient\UIXClient>sproxy /out:C:\UIX\EOBservice.h http://ccvaapps02:80 80/axis/services/MessageService4?wsdl Microsoft (R) Native Web Service Proxy Generator 7.00.9466 Copyrigh

Sproxy error while reading WSDL file

2003-03-10 Thread Ghershony, Arie
Hi, I am running Xproxy on my service WSDL and recive the following error. How can I fix it?? Appreciate your help. Aria C:\UIX\UIXClient\UIXClient>sproxy /out:C:\UIX\EOBservice.h http://ccvaapps02:80 80/axis/services/MessageService4?wsdl Microsoft (R) Native Web Service Proxy Generator 7.00.

WSDL would give me an error when I write in the WSDD: style="mes sage"

2003-03-06 Thread Ghershony, Arie
Hi, If I use: provider="java:MSG" it is allright. However when I use:style="message" How do I fix that? http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"; xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";>

Java2WSDL command errors

2003-03-06 Thread Ghershony, Arie
I used the command line to create a .WSDL file, buut encountered the following errors:  how do I work naround it?? D:\axis-1_1beta>java org.apache.axis.wsdl.Java2WSDL clientaxis.Battle.message.MessageService4 -l http://localhost:8080/axis/services/MessageService4  - The class java.u

RE: WSDL changes.

2003-03-06 Thread Ghershony, Arie
how to override the WSDL returned.   Take care, Rick   -Original Message-From: Ghershony, Arie [mailto:[EMAIL PROTECTED]Sent: Thursday, March 06, 2003 1:54 PMTo: '[EMAIL PROTECTED]'Subject: WSDL changes. How do I manually change WS

Client in C++ Visual Studio. NET generate an error while reading WSDLservice in AXIS

2003-03-06 Thread Ghershony, Arie
Hi, My service published a WSDL. My client is trying to create Visual studio C++ .Net while she is trying to "Add a Web Reference to the the XML Web Service Client Project". It does not generate the srvice header file. I believe it is an issue of versioning. While reading a sample wsdl file i

WSDL changes.

2003-03-06 Thread Ghershony, Arie
Title: Interoperability Issue?? How do I manually change WSDL document that was deployed??   Thanks. [Ghershony, Arie]   -Original Message-From: Anecito, Anthony (HQP) [mailto:[EMAIL PROTECTED]Sent: Thursday, March 06, 2003 1:15 PMTo: '[EMAIL PROTECTED]&#x

Client in C++ Visual Studio. NET generate an error while reading WSDLservice in AXIS

2003-03-06 Thread Ghershony, Arie
Hi, My service published a WSDL. My client is trying to create Visual studio C++ .Net while she is trying to "Add a Web Reference to the the XML Web Service Client Project". It does not generate the srvice header file. I believe it is an issue of versioning. While reading a sample wsdl file in

soap version and wsdl

2003-03-06 Thread Ghershony, Arie
Hi, My service is published a WSDL. My client is trying to read the WSDL file on the service in C++ version 6.0. while he is trying to Create an XML Web Service Client Project, it does not generate the classes. I believe it is an issue of versioning. while reading a sample wsdl file in C++ it

error while parsing a dom document:

2003-03-04 Thread Ghershony, Arie
I started to parse a document received by the service: public SOAPBodyElement[] echoElements(SOAPBodyElement [] elems) throws Exception { Element soapbody = ((SOAPBodyElement)elems[0]).getAsDOM(); NodeList productList = soapbody.getElemetsByTagName("BATTLE"); D:\axis-1_1beta>Javac clientaxis\B

axis message error

2003-03-03 Thread Ghershony, Arie
I receive the following error when trying to view the the wsdll file. I thought that signature rule is being followed correctly. can any one point out what Is wrong with the code? Thanks, Aria -AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - org.apache.axis

help with src files

2003-02-28 Thread Ghershony, Arie
  I downloaded axis "src" files.   now, showld I let it be as a directory by itself? how does my application recognizes the files in "src" directory? for example: import org.apache.axis.client.Call   Appreciate your help Aria  

which version of axis is the most stable

2003-02-28 Thread Ghershony, Arie
g One North Wacker Drive Chicago, Illinois 60606-2809 312-525-5866 [EMAIL PROTECTED] -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 3:05 PM To: '[EMAIL PROTECTED]' Subject: RE: error message in sample files yes, I generated th

RE: help, should I giving up on AXIS??

2003-02-27 Thread Ghershony, Arie
? That's obvious: you are running the "Axis of Evil" version. Mark -Original Message----- From: Ghershony, Arie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 3:59 PM To: '[EMAIL PROTECTED]' Subject: help, should I giving up on AXIS?? very frustrat

RE: error message in sample files

2003-02-27 Thread Ghershony, Arie
ploys the service. Harry J. Kobetitsch UBS Warburg One North Wacker Drive Chicago, Illinois 60606-2809 312-525-5866 [EMAIL PROTECTED] -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 2:45 PM To: &#

help, should I giving up on AXIS??

2003-02-27 Thread Ghershony, Arie
very frustrating error!!! I run the D:\xml-axis\samples\message files in my environment as is, and it works fine initially. Then I compile the files successfully, but receive the following error while running it again. C:\xml-axis>java samples.message.TestMsg Exception in thread "main" AxisFaul

RE: error message in sample files

2003-02-27 Thread Ghershony, Arie
? Harry J. Kobetitsch UBS Warburg One North Wacker Drive Chicago, Illinois 60606-2809 312-525-5866 [EMAIL PROTECTED] -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 2:39 PM To: '[EMAIL PROTECTED]' Subject: err

error message in sample files

2003-02-27 Thread Ghershony, Arie
very frustrating error!!! I run the D:\xml-axis\samples\message files in my environment as is, and it works fine initially. Then I compile the files successfully, but receive the following error while running it again. C:\xml-axis>java samples.message.TestMsg Exception in thread "main" AxisFault

RE: no support for attachments, in Axis 1.1 RC1

2003-02-27 Thread Ghershony, Arie
can you send the entire code?? -Original Message- From: Stephane Lecercle [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 12:17 PM To: '[EMAIL PROTECTED]' Subject: no support for attachments, in Axis 1.1 RC1 Hi, I am trying to use attachments with Axis. Here is the simple co

error while running TestMsg service

2003-02-25 Thread Ghershony, Arie
Title: Message When I run the testMsg sample code I receive the following error.  Do you have any idea how to deal with it? D:\xml-axis>java samples.message.TestMsgException in thread "main" AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultString: java

MSG style service

2003-02-25 Thread Ghershony, Arie
Title: RE: Design review and general axis questions While running the sample TestMsg I receive this error message some times.  why?  any one   D:\xml-axis>java samples.message.TestMsgException in thread "main" AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultStri

RE: MSG style service

2003-02-25 Thread Ghershony, Arie
  public Element [] method(Element [] bodies);public SOAPBodyElement [] method (SOAPBodyElement [] bodies);public Document method(Document body); public void method(SOAPEnvelope req, SOAPEnvelope resp); -Original Message-From: Ghershony, Arie [mailto:[EMAIL P

MSG style service

2003-02-25 Thread Ghershony, Arie
Title: RE: Design review and general axis questions      what does the error mean? I appreciate your help!!   Aria.   I have 2 files, one client and one service, I run it from the command line:java clientaxis.Battle.message.CatalogPublisherServiceClient

error while running MSG style service from the command line:

2003-02-25 Thread Ghershony, Arie
Title: RE: Design review and general axis questions    what does the error means? I appreciate your help!!   Aria.   I have 2 files, one client and one service, I run it from the command line:java clientaxis.Battle.message.CatalogPublisherServiceClient   I notice that when I p

RE: Accessing the XML in the SOAP message body directly

2003-02-24 Thread Ghershony, Arie
Title: Accessing the XML in the SOAP message body directly   hi, I did an example of a clinet attach a document, then receive the same document back from the server. what showld be different in the code if a client want to receive the document from the the service only.    this

RE: Attachment : to Betsy

2003-02-20 Thread Ghershony, Arie
, February 20, 2003 11:04 AMTo: [EMAIL PROTECTED]Subject: RE: Attachment I've been using a gSOAP client, C++, with an Axis server in java.  They are successfully sending files back and forth as attachments.   Betsy -Original Message-From: Ghershony, Arie [m

RE: Attachment

2003-02-20 Thread Ghershony, Arie
.  Attachdeploy.wsdd sends a file in both directions using RPC. Testref.wsdd sends a set of files, both directions, using MSG. The samples include a switch that lets you send the contents either in MIME or DIME. Betsy -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED

Attachment

2003-02-20 Thread Ghershony, Arie
Hi, Does any one know how to attach a file to soap envelope.. perhaps an example will help me. I have a service which creates an XML file on the fly, and a client that request the file. Thanks, Arie

client side written in C++

2003-02-13 Thread Ghershony, Arie
Hi, My client side will access a webservice written in Axis. However the client is written in C++, and using Soap API. is it possible to extend Axis API to C++, and what major issues I might face writing if I dont use Axis on the client machine. Thanks, Arie -Original Message- From: An

RE: Type Jeff Greif [jgreif@alumni.princeton.edu]

2003-02-12 Thread Ghershony, Arie
[]) in clientaxis.Battle.OrderB cannot be applied to   System.out.println(client.getBattleService(args[0]));     Error 1   Thanks, Aria -Original Message-From: Ghershony, Arie Sent: Wednesday, February 12, 2003 4:20 PMTo: '[EMAIL PROTECTED]'Subject: RE:

RE: Type

2003-02-12 Thread Ghershony, Arie
]Subject: Re: Type java.io.StringWriter - Original Message - From: Ghershony, Arie To: '[EMAIL PROTECTED]' Sent: Wednesday, February 12, 2003 11:23 AM Subject: Type     But it doesn't recognize the class

RE: Type Jeff Greif [jgreif@alumni.princeton.edu]

2003-02-12 Thread Ghershony, Arie
: Ghershony, Arie To: '[EMAIL PROTECTED]' Sent: Wednesday, February 12, 2003 12:49 PM Subject: Type Jeff Greif [[EMAIL PROTECTED]] Hi, I still receive an error: clientaxis\Battle\OrderB.java:322: PrettyElementToStream(org.w3c.d

Type Jeff Greif [jgreif@alumni.princeton.edu]

2003-02-12 Thread Ghershony, Arie
Hi, I still receive an error: clientaxis\Battle\OrderB.java:322: PrettyElementToStream(org.w3c.dom.Element,java.io.OutputStream) in org.apache.axis.utils.XMLUtils cannot be applied to (org.w3c.dom.Element,java.io.StringWriter)  XMLUtils.PrettyElementToStream(result, w);   

Type

2003-02-12 Thread Ghershony, Arie
riter(); XmlUtils.PrettyElementToWriter(result, w); return w.toString(); - Original Message - From: Ghershony, Arie To: '[EMAIL PROTECTED]' Sent: Wednesday, February 12, 2003 10:44 AM Subject: Type ?? Hi,   How do I return this function (whic

Type ??

2003-02-12 Thread Ghershony, Arie
Hi,   How do I return this function (which is the an XML document.  here it is prinetd to the command line. XMLUtils.PrettyElementToStream(result, System.out);  Thanks Aria 

RE: WSDL informations during (de)serialization

2003-02-12 Thread Ghershony, Arie
I have to create a service that will receive a request from a client for an XML document, perhaps an attachemnt. Does any one know which style of service/client should I use? a document, RPC style, and why? there are so many way of doing thing, that I am a bit confused. If you have a sample co

return value as an XML document

2003-02-11 Thread Ghershony, Arie
Hi, Can any one tell me why do I receive the following error while compling:" Incompatible types found: org.w3c.dom.Element required: java.lang.String return result ^ 1 error. This is the relevant code: import org.apache.axis.client.Call; import org.apache.axis.client.Service; impo

URL

2003-02-04 Thread Ghershony, Arie
thanks, Arie -Original Message----- From: Ghershony, Arie Sent: Tuesday, February 04, 2003 12:44 PM To: '[EMAIL PROTECTED]' Subject: URL I set up an IP address to String endpointURL = "http://173.168.70.173:8080 however when I look at the .wsdl file it is: targetNamespace=&q

URL

2003-02-04 Thread Ghershony, Arie
I set up an IP address to String endpointURL = "http://173.168.70.173:8080 however when I look at the .wsdl file it is: targetNamespace="http://localhost:8080/axis/services/OrderB why is it? is it because I am uploading on my computer which servs as a server? thanks, Arie -Original Messag

client in C++

2003-02-04 Thread Ghershony, Arie
Hi, I developed a webservice using axis in Java. the client application is in C++. doees any one can give me an idea how to go about invoking the service using C++? Thanks. Arie -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 9:45 AM To:

example

2003-01-28 Thread Ghershony, Arie
hi, does any one have an example of a web page form that invoke a simple service for a demo. (using JSP) Thanks, Aria -Original Message- From: Akacem Mohammed [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 3:03 AM To: [EMAIL PROTECTED] Subject: SAXParser throws carriage retur

Tomcat

2003-01-28 Thread Ghershony, Arie
I installed tomcat 4.04 and it will not allow me to open the manager. why, how can I set the administrator rights in order to allow other IP adresses to talk to tomcat? Thanks, Arie

start tomcat

2003-01-28 Thread Ghershony, Arie
Hi, when I start from the command line: %catalina_home%\bin\startup.bat it will be resulted in errors when I launch the browser: http://localhost:8080/axis/services/OrderBattle?wsdl I receive an error instead of an XML doc. If I start from the menu it is OK. can any one help me? Eric _

RE: Bug with overloaded methods?

2003-01-28 Thread Ghershony, Arie
Hi, when I start from the command line: %catalina_home%\bin\startup.bat it will be resulted in errors when I launch the browser: http://localhost:8080/axis/services/OrderBattle?wsdl I receive an error instead of an XML doc. If I start from the menu it is OK. can any one help me? Eric -Or

RE: How to Override '?WSDL' to generate WSDL file and How to get webservice list from Client?

2003-01-24 Thread Ghershony, Arie
There is no file getQuote.wsdl. -Original Message- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list

service deployment error

2003-01-24 Thread Ghershony, Arie
I am trying to deploy a service. can any one help me with that error: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - java.lang.ClassNotFoundException: com.wrox.jws.stockquote.StockQuote AxisFault faultCode: {http://xml.apache.org/axis/}Server.userExceptio

sample of service

2003-01-23 Thread Ghershony, Arie
Hi, I got a task to create a demonstration of Webservice concept. In which the client sends 2 parameters to the service via a simple web page, and the info from the service will be printed on the same page. Does any one has a sample code to get me going? or a set of instructions? Thank you Arie

RE: deserialization problem after decryption--plz help

2003-01-23 Thread Ghershony, Arie
Has anyone has a simple example of a JSP page client that invoke webservice and receive the results on the page?? So far I created the plumbing and was able to receive results on the Command line only.   Thank you Arie   -Original Message-From: jeong jim [mailto:[EMAIL PROTECT