Error: Only one usage of each socket address (protocol/network address/port) is normally permitted.

2005-10-11 Thread Pico Florin
Hi! When I'am running my application(sends soap messages to a sap bc server from time to time) this exception is thrown: Exception : HTTPTransportException:Unknown Transport Exception Failed to open connection to server: hostname='localhost'port=''Error Message='Only one usage of each socket

Re: Why m_pCall-initialize(CPP_RPC_PROVIDER)) fails?

2005-10-11 Thread Tomaz Rotovnik
Hi When I use multithreading on client side I found out that for each transaction HTTPChannel.dll library is loaded. Is this necessary? Why only this dll and not also AxisXMLParser and HTTPTransport? Best Regards Tomaz

Problem with WSDL4J

2005-10-11 Thread anshuk pal chaudhuri
I am using wsdl4j apis to manipulate one wsdl file. But I am having one small problem. I am trying to add one message in the wsdl,i am printing the definition whether it is having the msg or not,it is showing the msg in the definition. But when I write with the WSDLWriter the message which I

Newbie - file upload with axis2?

2005-10-11 Thread Antony Grinyer
Hi all, This is my first mail to the list as I am new to axis2 development. I am using axis2 and resin 2.1.0, and I have developed a basic web service which allows me to retrieve information from the database using basic http parameters as arguments to web service calls e.g.

webservice oracle

2005-10-11 Thread olivier GUIDER
Hello, I'm a bit lost...i'm trying to developp a webservice on axis1.2 using tomcat 5.5.11 my service have to keep lists of geographical objects from oracle...but i have this message... methods of connection works fine in eclipse but i have this error message: Exception in thread main

Re: Newbie - file upload with axis2?

2005-10-11 Thread Guy Rixon
What you suggest is not a natural use of SOAP and I doubt that Axis supports it. The whole point of SOAP is that everything that sent to the server travels in the SOAP enevlope or as an attachement to it. You shouldn't expect a SOAP-client engine automatically to turn bits of URL into bits of SOAP

RE: Newbie - file upload with axis2?

2005-10-11 Thread Chris Nappin
I would now like to write a method to upload a zip file from a client to the server using a web service call convention like: http://localhost:8080/axis2/services/myservice/uploadZip?path=c:\data\xm l.zip This is not technically possible as your server will not have access to the client's

finding client-config.wsdd icw WebStart

2005-10-11 Thread Johan Walters
I'm having a strange problem I cannot figure out. I am using Axis 1.2. Currently, I have a working webstart application that uses axis. It is able to communicate succesfully to my server using soap. Now I would like to implement soap-header based sessions. In order to do that, I have to supply a

RE: finding client-config.wsdd icw WebStart

2005-10-11 Thread zze-ELSOKHON Tony RD-BIZZ-ISS
John, You can still try using an XMLStringProvider. It should work if you figure out the possible encoding problems. You can also include a client-config.wsdd file in one of the jars that are on the classpath. Axis is able to retrieve it there. Even better, you can build programmatically a

Duplicate operation names

2005-10-11 Thread Chris Mannion
Hi I'm being given an error from axisbecause the wsdl file of the webservices I'm trying to make calls to defines two different operations with the same name. I've contacted the owners of the webservice and they assure me that it isn't a mistake in their wsdl, the service is designed that

RE: Help with Axis Handlers!!

2005-10-11 Thread Mathew, Jose
Thanks Arun! I have been using Axis' handlers, now I have switched to JAXPRC Handlers like you suggested. One problem, though.. in my scenario, I have just one Handler class, and I make use of the handleRequest (return false)and handleResponse (return true)methods to process my request

Re: Newbie - file upload with axis2?

2005-10-11 Thread Gabsaga Tata
You can use SAAJ and have the client application send the file to the web service as a SOAP attachment and the service will retreive the attachment and store it on the server. -Original Message-From: Antony Grinyer [mailto:[EMAIL PROTECTED]Sent: Tuesday, October 11, 2005 05:59 AMTo:

ANNOUNCE : Axis 1.3 Release

2005-10-11 Thread Glen Daniels
Greetings, Web Services fans. The Axis team is pleased to announce the availability of Axis (Java) version 1.3. This version gives Axis the ability to run inside applets, more efficiently process attachments, and preliminary support for MTOM, not to mention the usual round of bug fixes.

Re: Newbie - file upload with axis2?

2005-10-11 Thread Eran Chinthaka
Nice scenario. You have couple of ways to do this. 1. You can create an MTOM attachment, which in turn is an OMText, from your zip files and hook that up to the SOAP body. Write your own message receiver or if the client needs a feedback, use the RawXMLInOutSyncMessageReceiver. Write your

RE: finding client-config.wsdd icw WebStart

2005-10-11 Thread zze-ELSOKHON Tony RD-BIZZ-ISS
Johan; When you create a customized EngineConfiguration, Axis uses it directly to configure the client-side engine and stops looking for a client-config.wsdd file. Tony -Message d'origine- De : Johan Walters [mailto:[EMAIL PROTECTED] Envoyé : mardi 11 octobre 2005 16:57 À :

Changes to SOAPHeader do not seem to have effect on toString and getAsDOM

2005-10-11 Thread Bill Kuker
When I change the contents of a SOAPHeader, either with extractHeaderElements() or explicitly removing them with removeChild() the SOAPEnvelope and SOAPHeader's toString() and getAsDom() functions return as if the headers were never removed. I have verified that the SOAPHeaderElements are

Re: Newbie - file upload with axis2?

2005-10-11 Thread Thilina Gunarathne
If you are planingto go with the first option, (MTOM with Axis2) then there is a MTOM/image transfer sample in the Samples module. You will be able to grab few tips from it. Regards, ~Thilina On 10/11/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Nice scenario.You have couple of ways to do this.1.

RE: Help with Axis Handlers!!

2005-10-11 Thread Mathew, Jose
Well, I could track it down to "Invocation arguments were modified" exception in HandlerChainImpl class. Apparently axis checks to see if the original invocation arguments were modified in the postinvoke( ) method there. So does that mean that altering the SOAPBody in a handleris not

Application hangs on call.invoke(Object[])

2005-10-11 Thread SimonHome1
I have written an Axis Client with Axis 1.1, which I run on two different machines. On the first machine, with OS Windows ME, it runs fine. On the other machine, with SUSE 9, it seems tohang when I invoke the method invoke(Object[]) on an instance of Call. Because I only have a remote connection

[Axis 1.3] wsdl2java error: NoSuchMethodError

2005-10-11 Thread Christophe Roudet
Hi, I get an error with this new release when I try to run wsdl2java. For instance, for the echo example: compile: [wsdl2java] Running Wsdl2javaAntTask with parameters: [wsdl2java] verbose:false [wsdl2java] debug:false [wsdl2java] quiet:false [wsdl2java] server-side:false

Re: [Axis 1.3] wsdl2java error: NoSuchMethodError

2005-10-11 Thread Davanum Srinivas
you have an old wsdl4j jar in your classpath. -- dims On 10/11/05, Christophe Roudet [EMAIL PROTECTED] wrote: Hi, I get an error with this new release when I try to run wsdl2java. For instance, for the echo example: compile: [wsdl2java] Running Wsdl2javaAntTask with parameters:

[ot] Spring Introducing interfaces into wsdl2java generated code

2005-10-11 Thread Mick Knutson
I am using the WAS5.1 wsdl2java to generate my webservices code. And I am trying to introduce an interface into the generated classes with Spring instead of modifying the generated code, in order to ensure synchronization with the wsdl and my application. So, can someone please help me to

[ot] Spring Introducing interfaces into wsdl2java generated code

2005-10-11 Thread Mick Knutson
I am using the WAS5.1 wsdl2java to generate my webservices code. And I am trying to introduce an interface into the generated classes with Spring instead of modifying the generated code, in order to ensure synchronization with the wsdl and my application. So, can someone please help me to

Re: Duplicate operation names

2005-10-11 Thread Anne Thomas Manes
WSDL does require that the operations be differentiate-able -- via unique input and output names in each operation. wsdlExcerpt 2.4.5 Names of Elements within an Operation The name attribute of the input and output elements provides a unique name among all input and output elements within

Making a Java RMI call from a ws

2005-10-11 Thread Jim Azeltine
I have Axis 1.2.1 running on a Sun server, and it is happy! 8) I need to access the contents of a file on another Sun server on the same network that does not have webserver capability. I have set up an RMI server on the source box, and I can successfully retrieve the contents of the file as a

custom outputstream?

2005-10-11 Thread Christopher S. Johnson
All - By implementing SecureSocketFactory and setting the right axis properties you can go from HTTP connections to HTTPS. Does a similar method exist to manipulate the OutputStream to the socket. For example extending OutputStream and setting an axis property to use my new custom OutputStream?

RE:

2005-10-11 Thread Sanjay Bhat,Gurgaon
Please disable the subscription of this axis user group

How to set Array as Return Type

2005-10-11 Thread Simon McMahon
Hi, I have already dredged through the forums and got some advice there but still not working. I have already got a simple service running OK with return type of String. Now I want to return an array of a particular class 'Provider'. I generated this class with wsdl2java and I have set up the