very annoying

2006-09-12 Thread Plorks mail
i'm sending an email to [EMAIL PROTECTED] to unsubscribe me from this list is it the correct email? i've sent loads but i'm still gettign emails from this group can some admin person unsubscribe me please _ The new Windows

unsubscribing - several emails sent but still receiving emails...

2006-09-11 Thread Plorks mail
can someone take me off the list please _ Windows Live™ Messenger has arrived. Click here to download it for free! http://imagine-msn.com/messenger/launch80/?locale=en-gb

Re: Asynchronous Web service / JMS

2006-06-20 Thread Plorks mail
with it. Now in the source distro there are some JMS tests that might do what you need. HTH, Robert http://www.braziloutsource.com/ On 6/19/06, Plorks mail [EMAIL PROTECTED] wrote: do you know if there's anything in the userguide for creating async webservice server-side? many thanks From

Re: Asynchronous Web service / JMS

2006-06-20 Thread Plorks mail
. HTH, Robert http://www.braziloutsource.com On 6/20/06, Plorks mail [EMAIL PROTECTED] wrote: If i write a web service as I have been doing so far, (just a normail webservice that a client calls and i give it a response) if a client wants it async - then it's up to the Client to do that. I

RE: [SPAM] - RE: [SPAM] - RE: Asynchronous Web service / JMS - Message is from a

2006-06-20 Thread Plorks mail
, there should be some internal component or a out handler to do that. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 5:49 PM To: axis-user@ws.apache.org Subject: [SPAM] - RE: [SPAM] - RE: Asynchronous Web service / JMS - Message is from an unknown

RE: [SPAM] - RE: [SPAM] - RE: Asynchronous Web service / JMS - Message is from a

2006-06-20 Thread Plorks mail
not be responsible for sending the response message back , there should be some internal component or a out handler to do that. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 5:49 PM To: axis-user@ws.apache.org Subject: [SPAM] - RE: [SPAM] - RE

Asynchronous Web service / JMS

2006-06-19 Thread Plorks mail
hi all can someone help me get started writing a simple asynchronous Web service. i've read loads but highly confused. do i need JMS? if so, can somene help me set it up (i'm using eclipse and can't find any example of settign up JMS). To use JMS, do i need anything else: thanks for

Asynchronous Web service / JMS

2006-06-19 Thread Plorks mail
hi all can someone help me get started writing a simple asynchronous Web service. i've read loads but highly confused. do i need JMS? if so, can somene help me set it up (i'm using eclipse and can't find any example of settign up JMS). To use JMS, do i need anything else: thanks for

RE: Asynchronous Web service / JMS

2006-06-19 Thread Plorks mail
@ws.apache.org Subject: RE: Asynchronous Web service / JMS Date: Mon, 19 Jun 2006 12:04:48 +0100 Examples on IBM developerWorks site using Axis with and without JMS. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 19 June 2006 11:19 To: axis-user@ws.apache.org Subject

deploying axis 2 ver 1.0

2006-06-19 Thread Plorks mail
Please can someone tell me how i deploy Axis 2 to Tomcat? I hae downloaded the binary and there is no axis2.war file, neither is there a webapps directory I'm reading a tutorial, this is for Axis 2 ver 0.92 Quote Deploying Axis2 Deploying Axis2 is as simple as Axis 1. First, find the

Re: Asynchronous Web service / JMS

2006-06-19 Thread Plorks mail
the callback method as described in the user guide with great success. HTH, Robert http://www.braziloutsource.com/ On 6/19/06, Plorks mail [EMAIL PROTECTED] wrote: can you point me to links as i can't find examples. i'm obviousy searching for the wrong thing. i've found documents expaling

RE: Asynchronous Web service / JMS

2006-06-19 Thread Plorks mail
/library/ws-webaxis1/in dex.html With JMS http://www-128.ibm.com/developerworks/webservices/library/ws-jms/ -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 19 June 2006 12:43 To: axis-user@ws.apache.org Subject: RE: Asynchronous Web service / JMS can you point me

Re: deploying axis 2 ver 1.0

2006-06-19 Thread Plorks mail
thanks From: Kinichiro Inoguchi [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: deploying axis 2 ver 1.0 Date: Mon, 19 Jun 2006 07:46:12 -0700 (PDT) Hi, Did you check http://ws.apache.org/axis2/download/1_0/download.cgi ? Try War Distribution. You

AXIS 2 codegen wizard

2006-06-19 Thread Plorks mail
hi all, i'm using the above wizard downloaded from the apache site and selecting java to wsdl. I'm using eclipse and created a dynamic web project, when i go to the above wizard to create a wsdl from java i type in the class name and add all the jar files from my library folder but it

Re: Asynchronous Web service / JMS

2006-06-19 Thread Plorks mail
for: http://ws.apache.org/axis2/1_0/userguide3.html#EchoNonBlockingClient HTH, Robert http://www.braziloutsource.com/ On 6/19/06, Plorks mail [EMAIL PROTECTED] wrote: hi Robert, Which userguide are you referring to / for what version of Axis? many thanks From: robert lazarski [EMAIL PROTECTED

Re: Asynchronous Web service / JMS

2006-06-19 Thread Plorks mail
Take a look here and see if that is what you are looking for: http://ws.apache.org/axis2/1_0/userguide3.html#EchoNonBlockingClient HTH, Robert http://www.braziloutsource.com/ On 6/19/06, Plorks mail [EMAIL PROTECTED] wrote: hi Robert, Which userguide are you referring to / for what version

callback web service

2006-06-15 Thread Plorks mail
hi all does anyone have an example or a good tutorial of a Callback webservice (server and client) / calling a web service asynchronously that could show me? many thanks for your help _ Are you using the latest version of MSN

RE: callback web service

2006-06-15 Thread Plorks mail
thanks - i'll do a search on their site From: James Clinton [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: callback web service Date: Thu, 15 Jun 2006 16:09:02 +0100 See the IBM developworks site. -Original Message- From: Plorks

Re: callback web service

2006-06-15 Thread Plorks mail
!! Axis2 has support for multiple transports , and has a transport In And Transport Out option , just take a look at them.or you can use JAXM. ~~~ Enjoy Life ~ On 6/15/06, Plorks mail [EMAIL PROTECTED] wrote: hi all does anyone have an example or a good tutorial of a Callback webservice

tomcat version

2006-04-19 Thread Plorks mail
hi all can anyone tell me what version of tomcat i need to run with Axis 1.3 and JDK 1.5? many thanks _ Are you using the latest version of MSN Messenger? Download MSN Messenger 7.5 today!

Re: help with byte[]

2006-03-09 Thread Plorks mail
monitor or tcpmon on the client / server to see where it hangs. Also try turning on logging on the client and server side. HTH, Robert http://www.braziloutsource.com/ Em Quarta 08 Março 2006 14:14, o Plorks mail escreveu: i've tried that byte [] a = ((String) call.invoke(new Object

Re: compressing soap message before sending

2006-03-08 Thread Plorks mail
this, it is fine call.invoke(new Object[] {uncompressed}); any help much appreciated From: Plorks mail [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: compressing soap message before sending Date: Tue, 07 Mar 2006 13:47:56 + cool thanks for your help

help with byte[]

2006-03-08 Thread Plorks mail
i have these methods public static byte[] compress(String string) throws IOException { ... byte[] compressedData = bos.toByteArray(); return compressedData } public static String unCompress(byte [] bytes) { ... byte[] decompressedData = bos.toByteArray(); String uncompressed = new

Re: help with byte[]

2006-03-08 Thread Plorks mail
Subject: Re: help with byte[] Date: Wed, 8 Mar 2006 17:07:35 + String.getBytes()? On 08/03/06, Plorks mail [EMAIL PROTECTED] wrote: i have these methods public static byte[] compress(String string) throws IOException { ... byte[] compressedData = bos.toByteArray(); return compressedData

Re: compressing soap message before sending

2006-03-07 Thread Plorks mail
03 Março 2006 12:50, o Plorks mail escreveu: hi, can anyone giveme or lead me to a good exampleofcompressing a soap message? i'm writing a web service where i'll be sending large amounts of data and want to compress it before i send it? the data will be a String, not a file

Re: compressing soap message before sending

2006-03-07 Thread Plorks mail
arrays often. In the generated code from wsdl2java you should see a setter that accepts a byte[] and a getter that receives one. If you get stuck just go ahead and ask. HTH, Robert http://www.braziloutsource.com/ On 3/7/06, Plorks mail [EMAIL PROTECTED] wrote: hi, would i have to do

compressing soap message before sending

2006-03-03 Thread Plorks mail
hi, can anyone giveme or lead me to a good exampleofcompressing a soap message? i'm writing a web service where i'll be sending large amounts of data and want to compress it before i send it? the data will be a String, not a file is this possible? also is it possible to compress the

Cluserting tomcat and web service

2006-01-24 Thread Plorks mail
hi all has anyone set up clustering tomcat that has web services? we have quite a few web services and when we turn our clustering on the web services no longer work, always givinf a null value, as soon as we turn it off the web services are OK can anyone lead me to a good example of

Re: Cluserting tomcat and web service

2006-01-24 Thread Plorks mail
no we don't use a load balancer From: Yagiz Erkan [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: Cluserting tomcat and web service Date: Tue, 24 Jan 2006 13:19:54 + Is there a load balancer in front of the cluster? If that's the case, just

RE: zipping soap body before sending

2005-11-09 Thread Plorks mail
- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 11:16 AM To: undisclosed-recipients Subject: zipping soap body before sending hi all can anyone give me / shoe links to an example of a webservice that zips a messge i need to write a ws will send data to a client

RE: zipping soap body before sending

2005-11-08 Thread Plorks mail
- this will be the upcoming standard for attachments and other optimization (like compressing on the fly). Stefan -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: Tue 08.11.2005 17:16 To: undisclosed-recipients Subject: zipping soap body before sending hi all can

RE: zipping soap body before sending

2005-11-08 Thread Plorks mail
@ws.apache.org Subject: RE: zipping soap body before sending Date: Tue, 8 Nov 2005 11:21:43 -0500 http://www.osmoticweb.com/soap-compression-howto.htm This might help. Wes. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: November 8, 2005 11:16 AM To: undisclosed

restrict access to url

2005-10-25 Thread Plorks mail
Dear All I have some web services where the wsdl can be accessed from a url e.g. https://www.domain.com/servlet/AxisServlet. Anyone wanting to be malicious could find our url and start accessing our web services. Can anyone give me some ideas on how we can stop/restrict people accessing

web service screen scraping

2005-09-28 Thread Plorks mail
dear all has anyone written a webservice that screen scraps web sites and returns the html/xml to a client using the webservice? if so what is the best way to contine, can anyone give me some examples of screen scraping ans using this is a n web service? what i want it to have the web

Re: creating WSDL contract

2005-09-05 Thread Plorks mail
Thanks Mike Very kind of you From: Mike Woinoski [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: creating WSDL contract Date: Sun, 04 Sep 2005 11:06:27 -0400 Plorks mail wrote: can anyone give me an example of writing a WSDL contract so i can

creating a wsdl file

2005-09-01 Thread Plorks mail
hi all i'm doing the above can someone tell me where i specify a. an xsd file b. that it is use document / literal style thanks for your help _ Want to block unwanted pop-ups? Download the free MSN Toolbar now!

Re: xml with strange characters

2005-08-31 Thread Plorks mail
the XML as the body of the message (normal document/literal style)? On Tue, 30 Aug 2005, Plorks mail wrote: it's not - when the client receives the xml it has alt instead of or Also when i test my service get the same characters in the soap message Thanks From: WAJSBERG Julien RD

Re: xml with strange characters

2005-08-31 Thread Plorks mail
-with-angle-brackets and have Axis include it literally in the return message, other than the XML-in-a-string trick that you've already found. Cheers, Guy On Wed, 31 Aug 2005, Plorks mail wrote: hi i'm returning the xml as a result of call.invoke. when i write a test client using java the xml

RE: xml with strange characters

2005-08-31 Thread Plorks mail
User guide for further details. -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 31 August 2005 09:52 To: axis-user@ws.apache.org Subject: Re: xml with strange characters thanks - don't know whether you have heard of it, but we are uisng a product called laszlo

RE: xml with strange characters

2005-08-31 Thread Plorks mail
so how can i redeig myservce to work correctly with doc/lit and axis From: Guy Rixon [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: xml with strange characters Date: Wed, 31 Aug 2005 10:34:38 +0100 (BST) On Wed, 31 Aug 2005, Plorks mail wrote

RE: xml with strange characters

2005-08-31 Thread Plorks mail
a class that implements this interface in the service. On Wed, 31 Aug 2005, Plorks mail wrote: so how can i redeig myservce to work correctly with doc/lit and axis From: Guy Rixon [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: xml

Re: xml with strange characters

2005-08-31 Thread Plorks mail
wsdd On 31/08/05, Plorks mail [EMAIL PROTECTED] wrote: Ok i've written my java which connects to a db and does loads of sql queries and gets back data then i've done a wsdl on that java class if i do it the other way round i write a manual wsdl file and do wsdl2java and create the stubs

RE: xml with strange characters

2005-08-31 Thread Plorks mail
: Plorks mail [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: xml with strange characters Date: Wed, 31 Aug 2005 11:13:52 + Ok i've written my java which connects to a db and does loads of sql queries and gets back data then i've done a wsdl

RE: xml with strange characters

2005-08-31 Thread Plorks mail
in the service. On Wed, 31 Aug 2005, Plorks mail wrote: so how can i redeig myservce to work correctly with doc/lit and axis From: Guy Rixon [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: xml with strange

creating WSDL contract

2005-08-31 Thread Plorks mail
Hi all can anyone give me an example of writing a WSDL contract so i can later do wsdl2java? i'm after an example that retruns xml/arrays/strings what editors are best to create the wsdl file? thanks for any help _ Be the

xml with strange characters

2005-08-30 Thread Plorks mail
hi all i'm retruning a xml string when a method is called. When i look at the soap returned xml is formatted with lt; charactes instead of or e.g. lt;ROOTgt; lt;/ROOTgt; can anyone help me to solve this _ It's

Re: xml with strange characters

2005-08-30 Thread Plorks mail
with strange characters Date: Tue, 30 Aug 2005 14:30:59 +0200 Plorks mail a écrit : hi all i'm retruning a xml string when a method is called. When i look at the soap returned xml is formatted with lt; charactes instead of or e.g. lt;ROOTgt; lt;/ROOTgt; can anyone help me

axis soap web service

2005-08-30 Thread Plorks mail
dear all has anyone here used laszlo with an axis web service? did you have to build your web service around laszlo for it to work, did you have any problems? thansk for any help _ Want to block unwanted pop-ups? Download the

laszlo

2005-08-26 Thread Plorks mail
hi all has anyone here experience of laszlo and xould help me out? thanks _ Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters

basic authentication

2005-08-26 Thread Plorks mail
hi all i'm currntly getting username and password using basic authentication in my web service. we are using a product that doesn't support basic authentaication in the http header, so now i have to re-write my web service. Can anyone suggest an alternative way to do this? Can i set the

Re: basic authentication

2005-08-26 Thread Plorks mail
to be compatible with the WS-Security standard; or you can invent your own header if you don't have to be standard or interoperable. Using WSS4J is probably better. On Fri, 26 Aug 2005, Plorks mail wrote: hi all i'm currntly getting username and password using basic authentication in my web

Re: basic authentication

2005-08-26 Thread Plorks mail
On Fri, 26 Aug 2005, Plorks mail wrote: Hi Guy Thanks fr getting back to me. Do you haveor can you lead me to an WSS4J example ? Thanks for your help From: Guy Rixon [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: basic authentication Date

set username and password

2005-08-25 Thread Plorks mail
hi all i'm calling a web service using javascript but getting a bit stuck If i call the web service using java i can pass a username and password like this .. call.setUsername(username); call.setPassword(password); .. can anyone lead me to a tutorial or give me an example of how

Re: overloading methods wsdl

2005-08-23 Thread Plorks mail
To: axis-user@ws.apache.org Subject: Re: overloading methods wsdl Date: Mon, 22 Aug 2005 16:48:47 -0400 Bad idea. Don't use overloaded methods. The WS-I BP prohibits use of overloaded methods. Anne On 8/22/05, Plorks mail [EMAIL PROTECTED] wrote: hi all i'm writong a web service

Web service methodd with optional parameter

2005-08-22 Thread Plorks mail
hi all I need to write a webservice method that takes optional parameters. i want a method that will take a parameter, do some stuff based on the parameter entered. I also want the same method to be able to execute if no parameter is entered e.g myMethod(myParam) myMethod() Is someone

overloading methods wsdl

2005-08-22 Thread Plorks mail
hi all i'm writong a web service with overloading methods. When i do jave2wsdl does anyone know if having overloading methods will cause a problem? Will call.invoke cause problems e.g. will it know if i call a method without params it will know which method to invoke, likewise if i call

TCPMonitor

2005-08-17 Thread Plorks mail
Hello I've managed to set up TCPMonitor to monitor a remote web service that has a http://. endpoint using my local pc and i can see the soap request/response However i now need to monitor a remote web service that has a https:// endpoint. When i configure TCPMon i get this error

how to monior remote web service endpoints

2005-08-12 Thread Plorks mail
hi all i'm calling a remote web service using the call metod e.g. endpoint = new URL (https://wsdl.domian.com/services/remoteservice;) Service service= new Service(); Call call = (Call)service.createCall(); call.setTargetEndpointAddress(endpoint); call.setOperationName(method); . I wish

soap reponse/request

2005-08-11 Thread Plorks mail
Dear all, I'm writing a client to an external webservice I'm connecting to the web service using its wsdl endpoint and the client will be on my local pc. Is there anyway to see the SOAP response/request from my client to the external webservice and vice versa? Thanks for any help

RE: soap reponse/request

2005-08-11 Thread Plorks mail
53223 Phone: (414) 362-2551 -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 10:05 AM To: axis-user@ws.apache.org Subject: soap reponse/request Dear all, I'm writing a client to an external webservice I'm connecting to the web service using

Equivalent in VB

2005-06-20 Thread Plorks mail
Hi all, I've have some simple java code calling a web service. Can anyone tell what the equivalent to this is in Visual Basic (not VB.NET) Thanks for any help Service service = new Service(); Call call = (Call)service.createCall(); call.setTargetEndpointAddress(endpoint);

Re: deploying web service

2005-06-13 Thread Plorks mail
it work just the same. only the clients who access the web service needs to change, they need to know where the new location of your web service is (eg. the proxy/stub classes if you're using any). hth, woodchuck --- Plorks mail [EMAIL PROTECTED] wrote: Hi all I've developeed a web service

Re: deploying web service

2005-06-11 Thread Plorks mail
to just copy your entire web service app to your network server and have it work just the same. only the clients who access the web service needs to change, they need to know where the new location of your web service is (eg. the proxy/stub classes if you're using any). hth, woodchuck --- Plorks mail

returning and receiving XML DOM object

2005-06-10 Thread Plorks mail
Hi all, I'm developing a server side web service that will get results from a db table. I want to reurn this data as XML DOM. Can anyone point me to an example where a server-side method returns a DOM object. Also to test this i will need to write a simple client. Can anyone point me

deploying web service

2005-06-10 Thread Plorks mail
Hi all I've developeed a web service on my local PC. I now need to deploy this to our network so it can be used. Can someone point to an example of deploying a webservice to tomcat. I've read a few articles but they don't seem to be relevant/quite complex to understand I have my

Re: org.xml.sax.SAXException: Found character data inside an array element while des

2005-06-10 Thread Plorks mail
an array element while des Date: Fri, 10 Jun 2005 09:42:20 +0200 Have you a complete stack trace ? On Jun 9, 2005, at 11:40 AM, Plorks mail wrote: When I write a test client and call this method i get the error: org.xml.sax.SAXException: Found character data inside an array element while

Re: deploying web service

2005-06-10 Thread Plorks mail
web service Date: Fri, 10 Jun 2005 17:35:02 +0200 Hi, you can use the ant tasks supplied with axis to deploy/undeploy your service. Regards, Tom Plorks mail wrote: Hi all I've developeed a web service on my local PC. I now need to deploy this to our network so it can be used. Can

org.xml.sax.SAXException: Found character data inside an array element while des

2005-06-09 Thread Plorks mail
Hi all I have a method in my web service that returns an ArrayList When I write a test client and call this method i get the error: org.xml.sax.SAXException: Found character data inside an array element while deserializing My service method gets data from a db table and pus it into an

convert from string to EndUserIdentifier type

2005-06-02 Thread Plorks mail
Hi all I'm trying to access a remote web service. I've done wsdl2java on the wsdl ile to generate the stubs I'm now trying to call a method which takes 3 parameters (EndUserIdentifier a, EndUserIdentifier, b String c) I'm trying to make the params a and b of type EndUserIdentifier, so

passing type EndUserIdentifier

2005-06-01 Thread Plorks mail
Hi all I've created stubs from a remote wsdl file, and one of the java files it's created is the EndUserIdentifier.java I now want to call a method The method accepts 3 parameteres of type EndUserIdentifier , EndUserIdentifier , String My question is how to i create a type

Re: Error in deserialization

2005-06-01 Thread Plorks mail
;vnd.bt.cli-presentation=available;; EndUserIdentifier calledparty = tel:+440123456789;vnd.bt.cli-presentation=available;; Anne On 5/31/05, Plorks mail [EMAIL PROTECTED] wrote: Hi Anne, I've created stubs as you have suggested and I have 4 packages with several java in each There one

String gets wrapped

2005-05-31 Thread Plorks mail
Hi all I'm passing a string value to a remote web service method. I've noticed in the SOAP request the string gets wrapped e.g. String a = string;12345678;presentation=available; the SOAP looks like this valuestring;12345678; presentation=available/value Is there any way i can send this

Re: Error in deserialization

2005-05-31 Thread Plorks mail
Kumar, This WSDL imports another WSDL and two schemas. Can you send us those also? Also, can you tell us how you built and configured your client? I noticed that you're using the call interface. Have you tryied creating a stub client and invoking operations on the stub? Anne On 5/31/05, Plorks mail

Re: Error in deserialization

2005-05-31 Thread Plorks mail
schemas. Can you send us those also? Also, can you tell us how you built and configured your client? I noticed that you're using the call interface. Have you tryied creating a stub client and invoking operations on the stub? Anne On 5/31/05, Plorks mail [EMAIL PROTECTED] wrote: Hello again Sorry

Error in deserialization

2005-05-27 Thread Plorks mail
Hi all I'm trying to access an external web service and get this error when it gets to this line String result = (String)call.invoke(new Object[] {param1, param2, param3}); Error in deserialization : failed deserializing value of type {http://www.api.org/schema/par/common/v1_0}

Access UDDI regestry

2005-05-27 Thread Plorks mail
Hi all Can anyone show me how i access a UDDI registery using java I then need to pass a web service name to get access to the wsdl and its methods Or point me to any examples Many thankd for any help _ Be the first to hear

(405) Method not allowed

2005-05-24 Thread Plorks mail
Dear All, I'm trying to call a method from an external web service using this code But i get the error (405) Method not allowed Is anyone able to tell me what this error means, can anyone see anything wrong with my code Many thanks or your help String a = 12345 String b = 12345 int c

java.net.SocketTimeoutException: Read timed out

2005-05-24 Thread Plorks mail
Dear All, Every call i try to make to an extenal web service i get the error java.net.SocketTimeoutException: Read timed out Is anyone able to expalin this to me Do i need to set some timeouts, if so where do i set them? Code is from an example

Error in deserialization

2005-05-24 Thread Plorks mail
Hi all I'm trying to access an external web service and get the error on call.invoke Error in deserialization : failed deserializing value of type {http://www.api.org/schema/par/common/v1_0}EndUserIdentifier into class org.api.www.par.common.EndUserIdentifier Can anyone tell me what this

RE: basic authentication

2005-05-23 Thread Plorks mail
I think i've managed this call.setUsername(username); call.setPassword(password); From: Plorks mail [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: basic authentication Date: Mon, 23 May 2005 08:36:44 + Dear all, I'm trying to access

RE: basic authentication

2005-05-23 Thread Plorks mail
to use https as Basic Authorization is unsafe without encrypting the whole session. Tim -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 23 May 2005 09:37 To: axis-user@ws.apache.org Subject: basic authentication Dear all, I'm trying to access an external web

showing dialog / message box to client

2005-05-19 Thread Plorks mail
Dear All I'm writing a server-side web service. During one exposed amethod I need to show a dialog/message box to the client asking them a question. The clients clicks yes or no button and that determines which code gets executed. Can anyone advise on how i should so this? If i use this int

Re: showing dialog / message box to client

2005-05-19 Thread Plorks mail
or whether you can ask them to download handlers, extra classes, etc. Now this imposes a question on interoperability but if thats not a problem then this kind of idea should work? Dan On 5/19/05, Plorks mail [EMAIL PROTECTED] wrote: Dear All I'm writing a server-side web service. During one

RE: R: showing dialog / message box to client

2005-05-19 Thread Plorks mail
it; if yes call the new created operation that renews it -Messaggio originale- Da: Plorks mail [mailto:[EMAIL PROTECTED] Inviato: giovedì 19 maggio 2005 11.26 A: [EMAIL PROTECTED]; axis-user@ws.apache.org Oggetto: Re: showing dialog / message box to client Thanks Dan My problem

Handlers and Chains (server-side)

2005-05-13 Thread Plorks mail
Dear All Has anyone experience of the above? Is what i'm trying to do possible? I'm trying to add the request soap to the response soap (server-side) I then want to use the repsone soap (which now becomes the request soap) in other methods called by a 'client' Has anyone experience of this ?

soap request shows password

2005-05-13 Thread Plorks mail
Hi all I'm calling a method from a web service and watching the soap being sent back and forth. I'm passing through a password and noticed it's showing in the soap request Am i able to stop this info from being shown? Mant thanks for your help Will someone be able to 'sniff' this info? Or am i

envelope.addChild()

2005-05-12 Thread Plorks mail
Hello All I'm trying to add a request header to the response header but not sure how to do it. Please can someone help? I'm exposing a web service method that a 'client' calls which adds a custom header. Then every call the 'client' makes i have to check the value within that header I've

Using Call

2005-05-11 Thread Plorks mail
Hello all Using the Call method is normally used client-side Is there a Call alternative to be used server-side ? Sorry for the thicko question Many thanks _ Want to block unwanted pop-ups? Download the free MSN Toolbar now!

Tutorial help

2005-05-09 Thread Plorks mail
Hello all Please can somebody help me. I have an example i'm trying to get working from here http://www.developertutorials.com/tutorials/xml/better-soap-interfaces/page3.html I'm using eclipse with the wtp tools and i've created a web service from the HeaderService.java Now i want to

Re: Tutorial help

2005-05-09 Thread Plorks mail
`'? On 5/9/05, Plorks mail [EMAIL PROTECTED] wrote: Hello all Please can somebody help me. I have an example i'm trying to get working from here http://www.developertutorials.com/tutorials/xml/better-soap-interfaces/page3.html I'm using eclipse with the wtp tools and i've created a web

Re: Tutorial help

2005-05-09 Thread Plorks mail
should have compiled it if you have automatic build on. Dan On 5/9/05, Plorks mail [EMAIL PROTECTED] wrote: Yes i've got the service up and running and can see the wsdl file - i created the web service on the HeaderService.java. What i'm confused iswhat to do next

Using Eclipse / TCP monitor

2005-05-09 Thread Plorks mail
Can anyyone help me out I've created a web service using eclipse and I have a client.java file that calls a method in the web service. I'm trying to run my client.java file so that i can see the SOAP response/request I right-click the file select Run As - Run, click the Args tab put the

adding soap header

2005-05-05 Thread Plorks mail
Hi all I've created a method that adds a soap header I'm not sure what to put here - new SOAPHeaderElement (http://) Also i'm testing this using eclipse and the wtp tool. But can't see the header being created Can anyone suggest how i test this to see the header? Do i have to use

Seeing soap response/request

2005-05-05 Thread Plorks mail
Hi all I've created a method that creats a soap header and i want to test it to make sure the header is being created. Please can someone help me ahieve this. My method public static String addSOAPHeader(String token) throws Exception { Service service = new Service();

Error: deploying Web service to Axis runtime

2005-05-05 Thread Plorks mail
I get this error when creating a web service using eclipse wtp tools Can anyone enlighten me to what this means and how i fix it I've had no response from eclipse forums Many thanks for your help IWAB0489E Error when deploying Web service to Axis runtime axis-admin failed with

getHeaderByName

2005-05-04 Thread Plorks mail
Hello Can someone show me an example or point me to a tuorial where the value of a header is paicked up. Do i use getHeaderByName? Any help much appreciated _ Be the first to hear what's new at MSN - sign up to our free

Re: invoke methods wsdl file

2005-05-04 Thread Plorks mail
) }); ... As I said - I prefer the former way. Hope this helps you to get started. Regards, Tom Plorks mail wrote: Hello I've got to develop a web service client, but don't know where to start I have the external wsdl file which exposes the methods i wish to invoke. Is it something like this public

Re: invoke methods wsdl file

2005-05-04 Thread Plorks mail
the transaction is finished. What else do you want to do? Reagrds, Tom Plorks mail wrote: Hi Can you explain the lline String txt = (String) call.invoke(new Object[] { new Integer(6) }); How o carry on the code after this line Sorry for my newbiee questions From: Tom Ziemer [EMAIL PROTECTED

Re: invoke methods wsdl file

2005-05-04 Thread Plorks mail
information, but you could try this: m.getSOAPHeader().getAttribute(someAttribute); Hope this helps, Regards, Tom Plorks mail wrote: Hi Thanks for the explanation I guess now i need to carry on with the next stage. I need to read a header value, so need to pass the soap context (MessageContext) Can

RE: messagecontext problem

2005-05-04 Thread Plorks mail
Dear all I thiink i may have answered my own question! Cheers From: Plorks mail [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: messagecontext problem Date: Wed, 04 May 2005 11:47:41 + Dear All My problem is i don't know how to pass the MessageCotext

  1   2   >