Re: inconvenient host name / port # in WSDL file

2005-01-27 Thread Anand Natrajan
write an Ant filter to strip out the old host/port and paste the new one. Shown below is such a filter. https://Host1:Port1"; replace="https://Host2:Port2"/> Anand On Thu, 27 Jan 2005, Bill Keese wrote: : It's inconvenient having the host name / port number in the

Re: inconvenient host name / port # in WSDL file

2005-01-27 Thread Patrick Cogan
Keese <[EMAIL PROTECTED]> wrote: > It's inconvenient having the host name / port number in the WSDL file, > like below, because every time you setup your service on a new machine > you have to manually modify the WSDL file with the new machine's name. > Do other peopl

Re: inconvenient host name / port # in WSDL file

2005-01-26 Thread Peter Molettiere
On Jan 26, 2005, at 4:10 PM, Bill Keese wrote: It's inconvenient having the host name / port number in the WSDL file, like below, because every time you setup your service on a new machine you have to manually modify the WSDL file with the new machine's name. Look at the filtering=&quo

inconvenient host name / port # in WSDL file

2005-01-26 Thread Bill Keese
It's inconvenient having the host name / port number in the WSDL file, (Blike below, because every time you setup your service on a new machine (Byou have to manually modify the WSDL file with the new machine's name. (BDo other people have a trick for dealing w/this inconvenience? Are

Link to wsdl file wrong, how do I fix it?

2005-01-25 Thread Tim K. (Gmane)
I mapped the Axis servlet to a custom URL (e.g. /app/ws) rather than the default /axis/services/ or whatever it is. Now if I simply go to: http://server:port/app/ws I see a bunch of links to the (wsdl) files for each service, but the link is wrong, it is of the form /app/services/Foo?wsdl which

creating wsdl-file

2004-11-16 Thread Andreas Grund
Hi,   i just have a look on the examples on the ws.apache.org/axis-homepage and tryed to create an wsdl-file with axis for the service. To do so, i started the Axis-Servlet and clicked on the link corresponding to the EchoAttachmentsService. The answer of axis was:  WSDLException: faultCode

Reading target endpoint from WSDL file

2004-10-19 Thread tom ONeill
Hi all, I want to read the target endpoint address from a WSDL file and I want to know the best way to do this. I can create a Service object by passing it the location of the WSDL file and the name of my web service. I can then use the service object to create a Call object by using a port

EJB web service and wsdl file method arguments.

2004-06-21 Thread Shaun Etherton
Hi, I have a web service that is implemented as an EJB. I deploy my web service in JRun 4 and the WSDL file is created for me. The names in the wsdl file for the args to each webservice method are described as As I understand it axis uses reflection to discover these argument names

Re: WSI-BasicProfile 1.0 WSDL file

2004-06-11 Thread Davanum Srinivas
use the axis-java2wsdl Ant task using style="document" and use="literal" > as parameter for generating a WSI-BasicProfile compliant wsdl file > > My question is: Can Axis generated a WSI-BasicProfile compliant wsdl file > and ho can i do this ? > > I get

RE: WSI-BasicProfile 1.0 WSDL file

2004-06-11 Thread Anne Thomas Manes
attribute is required, as opposed to being optional, to ensure that the children of the soap:Body element are namespace-qualified. -Original Message- From: Pascal Prioux [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 7:17 AM To: [EMAIL PROTECTED] Subject: WSI-BasicProfile 1.0 WSDL fil

RE: WSI-BasicProfile 1.0 WSDL file

2004-06-11 Thread Anne Thomas Manes
attribute is required, as opposed to being optional, to ensure that the children of the soap:Body element are namespace-qualified. -Original Message- From: Pascal Prioux [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 7:17 AM To: [EMAIL PROTECTED] Subject: WSI-BasicProfile 1.0 WSDL fil

WSI-BasicProfile 1.0 WSDL file

2004-06-11 Thread Pascal Prioux
in the Micro Edition Wireless ToolKit 2.1 I use the axis-java2wsdl Ant task using style="document" and use="literal" as parameter for generating a WSI-BasicProfile compliant wsdl file My question is: Can Axis generated a WSI-BasicProfile compliant wsdl file and ho can i do this ?

RE: newbie question regarding wsdl file and method arguments

2004-06-10 Thread Shaun Etherton
hmm, What if I just provide the WSDL and no stubs ie) i'm not generating the stubs at all. So John smith iternet user decides to connect to my web service using cold fusion or .net how can he tell what the args are/mean just by the wsdl file? - shaun > -Original Message

Re: newbie question regarding wsdl file and method arguments

2004-06-10 Thread Davanum Srinivas
estion regarding wsdl file and method arguments To: [EMAIL PROTECTED] Can u please explain on that Dims ? U mean can be generate the WSDL in the form required by Shaun instead of "in0","in1" Dhanush - Original Message - From: Davanum

Re: newbie question regarding wsdl file and method arguments

2004-06-10 Thread Dhanush Gopinath
th Sent: Thursday, June 10, 2004 3:06 PM Subject: Re: newbie question regarding wsdl file and method arguments make sure u compile your classes with debug information "on"- Original Message -From: Shaun Etherton <[EMAIL PROTECTED]>Date: Thu, 10 Jun 20

Re: newbie question regarding wsdl file and method arguments

2004-06-10 Thread Davanum Srinivas
make sure u compile your classes with debug information "on" - Original Message - From: Shaun Etherton <[EMAIL PROTECTED]> Date: Thu, 10 Jun 2004 15:23:53 +0930 Subject: RE: newbie question regarding wsdl file and method arguments To: Dhanush Gopinath <[EMAIL

RE: newbie question regarding wsdl file and method arguments

2004-06-09 Thread Shaun Etherton
:[EMAIL PROTECTED]Sent: Thursday, 10 June 2004 2:54 PMTo: [EMAIL PROTECTED]; Shaun EthertonSubject: Re: newbie question regarding wsdl file and method arguments Shaun   I think u can manually editall the "in0" to "username" in the WSDL and then again ge

Re: newbie question regarding wsdl file and method arguments

2004-06-09 Thread Dhanush Gopinath
essage - From: Shaun Etherton To: [EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:03 AM Subject: newbie question regarding wsdl file and method arguments Hi,Apologies in advance if this is a stupid question.Using axis for a web service that i have built and deployed

newbie question regarding wsdl file and method arguments

2004-06-09 Thread Shaun Etherton
Hi, Apologies in advance if this is a stupid question. Using axis for a web service that i have built and deployed but when the wdsl is generated it has the following, . etc. Can anyone tell me how I can get the name of the parameter in0 to be the same as the name of the parameter in my jav

A question about WSDL file

2004-05-24 Thread Venkatesh Prasad Ranganath
Hi, I am looking at test/wsdl/datatypes/DataTypes.wsdl available in the distribution of axis-1.1. Following is the snippet towards the ending of the section of the wsdl.

Re: using certificate to access wsdl file

2004-05-18 Thread Tom Oinn
Srikrishna, I guess you've already done this, but have you created a client side certificate / private key pair using keytool -genkey? As I understood it we needed to generate an arbitrary public/private key pair for the client as well as importing the server certificate to get this to work. Be

Re: using certificate to access wsdl file

2004-05-18 Thread Srikrishna Kalavacharla
Rick, Actually what Tom said makes sense. I'm able to download the wsdl file from the internet explorer because I'm presenting the "client certificate" when asked by the "server certificate" and thereby letting the server know I'm the same host as specified

Re: using certificate to access wsdl file

2004-05-18 Thread rmkellogg
Silly suggestion. If you can download the WSDL file from Internet Explorer, why not just save it as a file and then use the tools to generate stubs, etc? Rick > Thanks Tom, > I'm assuming the the certificate I'm using is the server certificate. And > the reason is as fo

Re: using certificate to access wsdl file

2004-05-18 Thread Srikrishna Kalavacharla
e to present me as a valid host to the server, whereas my java client program is not able to do the same? Thanks in advance Srikrishna From: Tom Oinn <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: using certificate to access wsdl file Date: Tue, 18 May 2004 2

Re: using certificate to access wsdl file

2004-05-18 Thread Tom Oinn
Hi, I believe your problem is that the certificate is a client one. The only time I've seen that error was when we were missing a server certificate - the one that is used to authenticate the server rather than the one used to authenticate the client. The certificate that, say, IE asks you whet

using certificate to access wsdl file

2004-05-18 Thread Srikrishna Kalavacharla
Hi, I'm trying to access the web services hosted by our client. We were provided a certificate to use while establishing the connection and I can use the same to actually look at their wsdl file through the internet explorer. I've created a new keystore and imported the certificate prov

Re: wsdl2java and .NET WSDL file

2004-05-17 Thread James Black
Michael Engelhart wrote: Hi - First off I'm new to WebServices although I've successfully built an application that uses a WS from a WSDL document and wsdl2java included in Axis. That said, I am working with a vendor that has multiple services available through Web Services. They have documen

wsdl2java and .NET WSDL file

2004-05-17 Thread Michael Engelhart
Hi - First off I'm new to WebServices although I've successfully built an application that uses a WS from a WSDL document and wsdl2java included in Axis. That said, I am working with a vendor that has multiple services available through Web Services. They have documentation on using Axis so

Re: WSDL file defination question (complexType)

2004-04-02 Thread Anne Thomas Manes
You need to provide a definition for the complex type. At 07:04 AM 4/2/2004, you wrote: Hi all, I got one WSDL file with the following defination: ... Then I genarate the java files with WSDL2Java. I wonder what does it means with no more defination within the complexType

WSDL file defination question (complexType)

2004-04-01 Thread samyeszaxis
Hi all, I got one WSDL file with the following defination: ... Then I genarate the java files with WSDL2Java. I wonder what does it means with no more defination within the complexType? How should I implement this type in java? Any suggestion would be appreciate! Thanks

what is .asmx in .wsdl file

2003-11-19 Thread Krthekeyan Suriyanarayanan
hi all, I had received a .wsdl file from my service provider . when I make the request using that .wsdl file I am getting the following error HTTP operation 'POST' could not be performed on URL '/TravelService/HotelsService.asmx' due to an

please help...The class javax.activation.DataHandler is defined in a java or javax package and cannot be converted into an xml schema type. An xml schema anyType will be used to define this class in the wsdl file.

2003-10-25 Thread teoman teoman
n the wsdl file."   can anybody please help me? thank you in advance...   teoman Do you Yahoo!? The New Yahoo! Shopping - with improved product search

Re: wsdl file

2003-10-24 Thread Davanum Srinivas
> style="document" /> > > > > > > > > > > <b>A web service which performs Domain Name > Lookups.</b> > >location="http://localhost/HelloWorldService/HelloW

Re: wsdl file

2003-10-24 Thread Henry lu
<b>A web service which performs Domain Name Lookups.</b> http://localhost/HelloWorldService/HelloWorldService.asmx"; /> ---- From: Stephen Gordon <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To:

Re: wsdl file

2003-10-23 Thread Stephen Gordon
Please attach the WSDL in question. stephen Henry lu wrote: I got a wsdl file generated by IE from a WS written in C#. I got the following errors when i tried wsdl2java program: java.lang.NullPointerException at org.apache.axis.wsdl.toJava.JavaWriter.writeComment(JavaWriter.java:2 44

wsdl file

2003-10-23 Thread Henry lu
I got a wsdl file generated by IE from a WS written in C#. I got the following errors when i tried wsdl2java program: java.lang.NullPointerException at org.apache.axis.wsdl.toJava.JavaWriter.writeComment(JavaWriter.java:2 44) at

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread chaddad
ing MS WSE 1.0. > > I can not add the web reference to my Web service in the C# project >because one of the name space, tns2, is not defined in the WSDL file. >Following is a copy of the WSDL file that Axis generated using the " >http://rnv-hwen-bgtx:8088/axis/services

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Harry_Wen
t> cc: Subject: Re: Undefined namespace in WSDL file generated by Axis

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread chaddad
> > t> cc: > > Subject: Re: Undefined namespace in > W

Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Harry_Wen
Hi, My web service is in Axis 1.1 and the C# client is using MS WSE 1.0. I can not add the web reference to my Web service in the C# project because one of the name space, tns2, is not defined in the WSDL file. Following is a copy of the WSDL file that Axis generated using the "

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Harry_Wen
cc: Subject: Re: Undefined namespace in WSDL file generated by Axis

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Harry_Wen
cc: 08/13/2003 06:34 Subject: Re: Undefined namespace in WSDL file generated by Axis

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Anne Thomas Manes
Not only does it not define the ns2: namespace, it also doesn't define the ns2:Set type (the type of the projectColl and userColl elements). My guess is that you will need to edit the WSDL file and define this type. I suggest that you define in the existing definition, and change

wsdl file

2003-07-28 Thread Abhijat Thakur
We are using _javascript_ to bind to the SOAP services and for that we use Microsoft implementation on client to bind to the services. When the services are published the wsdl file obtained has wsdl appened at the begining of each node. Is there a way to publish the services without the wsdl

Re: Newbie Question: Where to start when no WSDL file provided ?

2003-07-14 Thread Srinath Perera
to a Web Service for which no WSDL file is being > provided. The company who are providing the Web Service > have given me a Word document with the structure of the SOAP > requests/responses - they are running Perl SOAP::Lite and from some > research on the web it looks like it ma

Re: split wsdl file (WAS: elementFormDefault="qualified" missing)

2003-07-14 Thread Davanum Srinivas
Can I do it with axis? The link > above is a pointer to the good direction, I can now set my wsdl file > with > use="literal"> > /MyWSDL.wsdl > > But can I put more files there? > > Presently what I am doing is publishing the three files on the t

Newbie Question: Where to start when no WSDL file provided ?

2003-07-14 Thread Irial Conroy
Hi, I am trying to talk to a Web Service for which no WSDL file is being provided. The company who are providing the Web Service have given me a Word document with the structure of the SOAP requests/responses - they are running Perl SOAP::Lite and from some research on the web it looks like it

split wsdl file (WAS: elementFormDefault="qualified" missing)

2003-07-14 Thread Tamas Hauer
imports another which imports a third. I would not mind keeping this structure for the published wsdl. Can I do it with axis? The link above is a pointer to the good direction, I can now set my wsdl file with use="literal"> /MyWSDL.wsdl But can I put more files there? Presen

can not create wsdl file for the attachment sample

2003-07-03 Thread Monika Gorkani
When I deploy the testref.wsdd file and try to get the wsdl file, I get the following exception. I'm using Axis version 1.1. ttempted to write schema for bad QName (no namespace) : fault         at org.apache.axis.wsdl.fromJava.Types.writeSchemaElement(Types.java:656)      

Axis Error when viewing WSDL file

2003-03-17 Thread Michael Mattox
When I try to view the WSDL file, I get this error: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://www.w3.org/2002/12/soap-encoding&apos;. Name

Sproxy error while reading WSDL file

2003-03-10 Thread Ghershony, Arie
e: "C:\UIX\EOBservice.h " SPROXY Error SDL1009 See Also SPROXY.EXE: Web Service Proxy Generation Tool could not resolve element, with [ namespace = "namespace" name = "name" ] SPROXY has encountered a reference to an element it cannot find in the WSDL document. T

Please reply URGENT,about wsdl file

2003-02-18 Thread jeong jim
Hi, I am reposting this as i haven't got a reply from many days. I have a question about wsdl files.I have a web service. I am using encryption and signature for my services which are handled before the service using handlers.how can i specify in the WSDL file that iam expecting signe

"/service/documentation" node in wsdl-file ?

2003-02-17 Thread Peter Koch
hi,   I'm publishing a couple of webservices (own java classes / rpc style) with axis and am using the "?wsdl" feature to see the wsdl.     does anybody know to define the "/service/documentation" node via the own published java class ?   thanks, peter  

Re: using a wsdl file, rather than generating via ?wsdl

2003-01-29 Thread Jeff Greif
Sorry to reply to my own post, and sorry for asking too simple a question. I seem to have figured this out. Jeff - Original Message - From: Jeff Greif To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 12:16 PM Subject: using a wsdl file, rather than generating via ?wsdl In an old

RE: using a wsdl file, rather than generating via ?wsdl

2003-01-29 Thread Vidyanand Murunikkara
:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:16 PM To: [EMAIL PROTECTED] Subject: using a wsdl file, rather than generating via ?wsdl In an old message on this list, I saw that one could specify to provide a wsdl file. Does the axis web.xml need to be modified to support

using a wsdl file, rather than generating via ?wsdl

2003-01-29 Thread Jeff Greif
In an old message on this list, I saw that one could specify          to provide a wsdl file.  Does the axis web.xml need to be modified to support this, and where in webapps/ subtree of a Tomcat installation would the file have to be installed?   Thanks in advance for any info.   Jeff    

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

2003-01-27 Thread Christer Holmér
The class path won't matter (at least not in the version of Axis I checked), as a FileInputStream is created with the path to the WSDL file. The path could be absolute or relative to your startup directory. Taken from org.apache.axis.handlers.soap.SOAPService /** * Generate WSDL.

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

2003-01-24 Thread Vidyanand Murunikkara
11:23 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? Axis 1.0 release and tomcat 4.1.18. -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 1

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

2003-01-24 Thread Ma, Yongjie
Axis 1.0 release and tomcat 4.1.18. -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:07 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Clien

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

2003-01-24 Thread Vidyanand Murunikkara
which version of Axis are u using ? I think there was a bug fix on this post 1.0 Vidyanand. -Original Message- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:08 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file

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

2003-01-24 Thread Ma, Yongjie
I tried it before, it didn't work. -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:00 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client

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

2003-01-24 Thread Vidyanand Murunikkara
try placing the wsdl in WEB-INF/classes and setting /GetQuote.wsdl Vidyanand -Original Message- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get w

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

2003-01-24 Thread Ma, Yongjie
This file was created by myself. I want to override automatically generate wsdl feature. -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 10:42 AM To: '[EMAIL PROTECTED]' Subject: RE: How to Override '?WSDL' to genera

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 w

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

2003-01-24 Thread Ma, Yongjie
I still did not get it. I played it using CATALINA_HOME/webapps/axis/WEB-WEBINF/classes/samples/stock example, and I put GetQuote.wsdl in same directory too. In the deploy.wsdd, I defined: full_path_to_wsdl_file . After deployment, I can get custom wsdl file successfully from

Re: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-24 Thread Wes Devauld
, 2003 3:01 PM > Subject: Re: How to Override '?WSDL' to generate WSDL file and How to > get web service list from Client? > > >> There is a wsdlFile attribute which can be placed into the >> tag that specifies a path to a WSDL file which should (fingers >> crossed) load with serviceName?wsdl. The file location is relative to >> your classpath.

Re: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-23 Thread Jeff Greif
MAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 3:01 PM Subject: Re: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? > There is a wsdlFile attribute which can be placed into the tag > that specifies a path

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

2003-01-21 Thread chenp

RE: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client?

2003-01-21 Thread Ma, Yongjie
ations. Thanks jack -Original Message- From: Jeff Greif [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 2:47 PM To: [EMAIL PROTECTED] Subject: Re: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client? Try java org.apache.axis.cl

RE: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client?

2003-01-21 Thread Ma, Yongjie
: Re: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client? Try java org.apache.axis.client.AdminClient list You might need to specify the port also, using, e.g., -p 8080 Jeff. - Original Message - From: "Ma, Yongjie" <[EMAIL

Re: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-21 Thread Wes Devauld
There is a wsdlFile attribute which can be placed into the tag that specifies a path to a WSDL file which should (fingers crossed) load with serviceName?wsdl. The file location is relative to your classpath. > Hi all: > > I am new in this list. I have two basic questions in u

How to Override "?WSDL" to generate WSDL file and How to get web servicelist from Client?

2003-01-21 Thread chenp

Re: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client?

2003-01-21 Thread Jeff Greif
de "?WSDL" to generate WSDL file and How to get web service list from Client? (2) From browser GUI, Client can get the list of deployed web services by AxisServlet. How about client from application program? Is there a standard way to get the list of deployed web services for client??

How to Override "?WSDL" to generate WSDL file and How to get web service list from Client?

2003-01-21 Thread Ma, Yongjie
Hi all: I am new in this list. I have two basic questions in using AXIS + Tomcat. (1) From AXIS document, Client can get WSDL file by appending ?wsdl after the request URL. My question is: Is there a way to store a WSDL in the AXIS, and when client asks, AXIS responses him by reading

RE: Call BabelFish web service using WSDL file

2003-01-08 Thread Mark Timmings
w > java.net.URL("http://services.xmethods.net:80/perl/soaplite.cgi";)); > call.setOperationName(new QName("urn:xmethodsBabelFish", "BabelFish")); > String msg = (String) call.invoke(new Object[]{new String("en_fr"), new > String("Hello")}); > S

Re: Call BabelFish web service using WSDL file

2003-01-08 Thread Davanum Srinivas
a.net.URL("http://services.xmethods.net:80/perl/soaplite.cgi";)); > call.setOperationName(new QName("urn:xmethodsBabelFish", "BabelFish")); > String msg = (String) call.invoke(new Object[]{new String("en_fr"), new > String("Hello")}); > Sy

Call BabelFish web service using WSDL file

2003-01-08 Thread Mark Timmings
.URL("http://services.xmethods.net:80/perl/soaplite.cgi";)); call.setOperationName(new QName("urn:xmethodsBabelFish", "BabelFish")); String msg = (String) call.invoke(new Object[]{new String("en_fr"), new String("Hello")}); System.out.println(msg); Howeve

deployment from a WSDL file

2002-11-25 Thread Daniele Sacchetti
Is it possible to deploy a service starting from its wsdl file definition instead of the deploy.wsdd file? The solution I found was to modify the WSDL2Java parser as explained in the Axis integration guide in section "WSDL Parser and Code generator Framework" (http://cvs.

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-20 Thread Vijetha Vadlakonda \(vijetha\)
Java stubs from a WSDL file Well, were the XSD imports to files on the network? When you get these files in a browser, does it take a long time? Try the --all switch to WSDL2Java, we only generate files for things that are referenced. -- Tom Jordahl Macromedia Server Development -Origin

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-18 Thread Vijetha Vadlakonda \(vijetha\)
No, They were on the local machine in the same directory as the WSDL file. When I load the XSD file, it does not take that long to display them. I tried --all and did not see much difference. Can anybody help me with my second question, I see that I do not have a java stub for one of the

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-18 Thread Tom Jordahl
: Vijetha Vadlakonda (vijetha) [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 2:16 PM To: [EMAIL PROTECTED] Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file Hi I think this is a bug. When I removed the imports and added the daya from the XSD files

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-18 Thread Vijetha Vadlakonda \(vijetha\)
Hi I think this is a bug. When I removed the imports and added the daya from the XSD files into the WSDL file and then ran the WSDL2Java tool, it generated the java stubs in no time. Looks like WSDL2Java does not handle imports and includes well?? I have one more question: I see that I do not

Re: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-14 Thread James Black
"Vijetha Vadlakonda (vijetha)" wrote: > Hi,I have now created a very smaller wsdl file which is just 4 K in > size. But I have not changed the XSD files imported by the WSDL file. > Event then it seems to be taking the same amount of time to build the > stubs. Then what els

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-14 Thread Vijetha Vadlakonda \(vijetha\)
Title: Message Hi,   I have now created a very smaller wsdl file which is just 4 K in size. But I have not changed the XSD files imported by the WSDL file. Event then it seems to be taking the same amount of time to build the stubs. Then what else could be the problem??   Do you think I

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-14 Thread Vijetha Vadlakonda \(vijetha\)
Title: Message Removing all imports would mean adding all the schema in the xsd files into the wsdl file under types, correct? Otherwise I get errors during parsing.   Adding the schema to the wsdl file makes it even more huge, would that be OK?   Thanks Vijetha -Original Message

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-14 Thread Tom Jordahl
- WSDL2Java takes a very long time to build Java stubs from a WSDL file Thank you for the response!! I have tried copying all the files to my local disk and I still have the same problem. I started the tool at around 10:30am today and it is still not done.   Could this be an issue with circular

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-13 Thread Vijetha Vadlakonda \(vijetha\)
? Are there any known limitations or issues that WSDL2Java tool has that it might be encountering with this WSDL file?   Is there anything that I can look for in the WSDL and XSD files that could cause this problem?   Again, your help is really appreciated.   Thanks Vijetha         -Original

RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-13 Thread Tom Jordahl
Title: Message   Bring all the files to your local disk, including the imports, and try again.   A 75K WSDL file seems a bit excessive   We would welcome any fixes you might contribute to make WSDL2Java go faster.   -- Tom Jordahl     -Original Message-From: Vijetha Vadlakonda

Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file

2002-11-12 Thread Vijetha Vadlakonda \(vijetha\)
Title: Message Hi,   I have a WSDL file that I would like to generate Java stubs from, using the WSDL2Java tool. With no options set, it used to time out giving the "emitter timed out" error. Once I disable the timeout it took almost ~12 hours to give me an output. After all that

Creating only abstract part in a WSDL file from a Java Interface

2002-11-12 Thread Bahman Kalali
Hi all,   I am trying to create abstract defination of WSDL file from a Java interface. That is, I don't want to have service and ports elements in my WSDL file. So, I use the Java2WSDL command as follows on the ServersPortType interface.   >java org.apache.axis.wsdl.Java

how to uniqly identify a service provider from a wsdl file

2002-11-02 Thread bkalali
I have a Web Service application that parses a WSDL file. I want to know if I can uniqly identify a service provider from a wsdl file. Is there any element in a wsdl file that uniqly identifies a Service provider? Thanks in advance for your input --Bahman

Trying to define security in a WSDL file

2002-07-25 Thread Nuno Guerreiro
I'm using digital signatures in a Web Service. I request that any client who calls the web service presents a digital certificate in the SOAP Header. This was highly based on the security sample provided with Axis. But I'm having a hard time in defining the WSDL for this service, since the WSDL t

Re: targetNamespace in WSDL file

2002-07-16 Thread Gerrit Quast
There are two things I figured out the last days: If you change the targetNamespace in the and use a complex type, you have to change the deploy.wsdl, that's right. e.g. you have to adapt the xmlns:qn-attribute to your new name- space within the . Gerrit -- Gerrit Quast CEO

targetNamespace in WSDL file

2002-07-16 Thread Snigdha Pandit
hi all, I want to change the value of the targetNamespace attribute for the and the tags in the WSDL file generated upon receiving a axis/service/?WSDL request. Can anyone tell me what changes do I need to make (in the deploy.wsdd file ??) I am using axis beta 2. Any help would be deeply

User-defined service description in a WSDL file

2002-07-12 Thread Supriyo Chatterjea
Hi, I'm thinking of having a hierarchical structure to the service description in my WSDL file, for example: 1. Output device 1.1 Printer 1.1.1 Laser Printer 1.1.2 Inkjet printer 1.2 Screen 1.2.1 CRT 1.2.2 LCD 2. Information 2.1 Weather 2.2 Currency Converter and so on So I plan t

Re: Publishing WSDL file to UDDI registry using JAXR

2002-07-10 Thread Olivier . Brand
cc: <[EMAIL PROTECTED]> Subject: Re: Publishing WSDL file to UDDI reg

Re: Publishing WSDL file to UDDI registry using JAXR

2002-07-10 Thread M. en C. Jesús Sosa Iglesias
The JWSDK have a JAXR Tutorial here:   http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXR.html     Axis Help wrote: Hi, I am trying to publish WSDL file to private UDDI registry using JAXR. Does anybody has any reference or URL or any example which explains how to do that ? Has

Publishing WSDL file to UDDI registry using JAXR

2002-07-08 Thread Axis Help
Hi, I am trying to publish WSDL file to private UDDI registry using JAXR. Does anybody has any reference or URL or any example which explains how to do that ? Has anybody done it before ? ThanksDo You Yahoo!? New! SBC Yahoo! Dial - 1st Month Free & unlimited access

Trying to define security in a WSDL file

2002-07-01 Thread Nuno Guerreiro
I'm using digital signatures in a Web Service. I request that any client who calls the web service presents a digital certificate in the SOAP Header. This was highly based on the security sample provided with Axis. But I'm having a hard time in defining the WSDL for this service, since the WSDL t

re: found solution for getting wsdl file from server

2002-06-12 Thread James Black
Hello, I didn't realize until today that I didn't undeploy a web service, and so, when I tried to redeploy it, and get the WSDL file from tomcat, I had a problem. So, it would appear that my emails on this problem were due to my inexperience with the system. Sorry about that.

  1   2   >