Re: SOAP to REST proxy

2008-03-16 Thread Jim Alateras
Hey Philipp Hi, I though about something like that, too, for the same reason. However, there's two caveats to the idea: - REST services do not expose an interface definition a la WSDL... there would be WADL, but IMHO you currently seem to rather encounter a lion in alaska than a WADL file

SOAP to REST proxy

2008-03-15 Thread Jim Alateras
I was wondering whether anyone has developed a SOAP to REST web service, that would run in axis2 and call restful web services. I need a mechanism that will allow me to expose any external restful web service as a SOAP service. I need this so that I can orchestrate both SOAP and REST based

Re: wsa:Action header emitted from client with value

2007-05-21 Thread Jim Alateras
Steve\David Is there any way around this aside from editing the generated stub and service.xml file. I am hitting the same issue. cheers /jima Steven E. Harris wrote: David Illsley [EMAIL PROTECTED] writes: Yes, that's my understanding. In my testing over the weekend, I found that if I

Re: action mappings in the service.xml file.

2007-05-21 Thread Jim Alateras
in the future? cheers jima Jim Alateras wrote: Hi, When I use wsdl2code to generate my services.xml, stubs and skeletons how do i control the actionMapping uris that are generated and used in these files. For instance the default actionMapping elements generated for my service are shown

Re: wsa:Action header emitted from client with value

2007-05-21 Thread Jim Alateras
Steven, if you look through the mailing list you'll see how I was able to resolve this by modifying my wsdl to use soapAction and wsa:Action attributes. Not ideal but it gets around my problem for the time being. cheers /jima Steven E. Harris wrote: Jim Alateras [EMAIL PROTECTED] writes

action mappings in the service.xml file.

2007-05-20 Thread Jim Alateras
Hi, When I use wsdl2code to generate my services.xml, stubs and skeletons how do i control the actionMapping uris that are generated and used in these files. For instance the default actionMapping elements generated for my service are shown below operation name=SetupStartElement

maven plugin for generating mar files

2007-05-18 Thread Jim Alateras
Is there a maven plugin for generated 'mar' archives? Can I just use the aar-plugin to do the job or maybe the assembly-plugin. cheers /jima - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: maven plugin for generating mar files

2007-05-18 Thread Jim Alateras
moduleXmlFilemodule.xml/moduleXmlFile /configuration /plugin /sumedha Jim Alateras wrote: Is there a maven plugin for generated 'mar' archives? Can I just use the aar-plugin to do the job or maybe the assembly-plugin. cheers /jima

Re: maven plugin for generating mar files

2007-05-18 Thread Jim Alateras
extensionstrue/extensions configuration includeDependenciesfalse/includeDependencies moduleXmlFilemodule.xml/moduleXmlFile /configuration /plugin /sumedha Jim Alateras wrote: Is there a maven plugin

Re: maven plugin for generating mar files

2007-05-18 Thread Jim Alateras
-rsync-repository/url snapshots enabledtrue/enabled /snapshots /pluginRepository /pluginRepositories cheers /jima Jim Alateras wrote: I am getting this error now executing the package command but i can't seem to find the problem. [INFO] Cannot find lifecycle mapping

explictly setting the action mapping in my wsdl

2007-05-16 Thread Jim Alateras
I am trying to find out how I can control the input and output mapping uris that are generated when i execute wsdl2code I have set the wsa:Action attribute, (as specified in the WS-A specification section 3.3.1 Explicit Association) in the input message but that doesn't seem to work

Re: problem trying to call a service using separate listener

2007-05-14 Thread Jim Alateras
okay, I turned on some log3j debugging and found that the http server on the client side was not starting because of a mismatch in the http-core jar. I was using 4.0alpha3 and had to go back to 4.0alpha2. basically...problem has been solved. cheers /jima Jim Alateras wrote: Amila, Here

Re: Packaging module specific jars

2007-05-14 Thread Jim Alateras
Thxs Deepal cheers /jima Deepal Jayasinghe wrote: hi Jim , please put that under lib directory in the module mar file foo.mar META-INF module.xml lib mylib.jar For more information please have a look at [http://www-128.ibm.com/developerworks/library/ws-axis2soap/index.html] Thanks

Packaging module specific jars

2007-05-13 Thread Jim Alateras
I am developing a module for axis2 (v1.2) and was wondering where I would place 'jar' files that are specific for that module. Would I place them in axis2's WEB-INF/lib directory or somewhere else? These 'jars' are only required by this particular module. cheers /jima

problem trying to call a service using separate listener

2007-05-10 Thread Jim Alateras
I have written a web service client to call the getVersion operation of the Version service that is part of the axis2 distribution. The following code works fine ServiceClient client = new ServiceClient(); client.setTargetEPR(new

Re: problem trying to call a service using separate listener

2007-05-10 Thread Jim Alateras
. - Original Message - From: Jim Alateras [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, May 10, 2007 8:05 PM Subject: problem trying to call a service using separate listener I have written a web service client to call the getVersion operation of the Version service that is part

Re: Stubless Web Service Invocation

2007-03-26 Thread Jim Alateras
(null, new URL(wsdlLocation), null,null); In this case you need to specify the operation you are calling: QName operation = new QName(submitPurchase); response = sc.sendReceive(operation, payload); Paul On 3/23/07, Jim Alateras [EMAIL PROTECTED] wrote: [resend with a more appropriate subject

Re: Always returned Array has length = 1

2007-03-22 Thread Jim Alateras
I was wondering whether someone could tell me whether axis2 can support stubless (i.e. dynamic stubs) invocation of web services. If so can you pls point me to any resources\examples? cheers /jima - To unsubscribe, e-mail:

Stubless Web Service Invocation

2007-03-22 Thread Jim Alateras
[resend with a more appropriate subject] I was wondering whether someone could tell me whether axis2 can support stubless (i.e. dynamic stubs) invocation of web services. If so can you pls point me to any resources\examples? cheers /jima

Re: WS-Addressing SOAP binding question

2007-03-05 Thread Jim Alateras
David On 05/03/07, Jim Alateras [EMAIL PROTECTED] wrote: I was wondering whether axis2 supports the following WS-Addressing SOAP Binding requirements from (http://www.w3.org/TR/2006/REC-ws-addr-soap-20060509/) 5.2 Use of Non-Anonymous Addresses in SOAP Response Endpoints 5.2.1 SOAP 1.1/HTTP

Re: WS-Addressing SOAP binding question

2007-03-05 Thread Jim Alateras
-Original Message- From: Jim Alateras [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 1:41 PM To: axis-user@ws.apache.org Subject: Re: WS-Addressing SOAP binding question David Illsley wrote: Hi, What do you mean by support? Hi David. If i have a request reply operation that is bound to SOAP

WS-Addressing SOAP binding question

2007-03-04 Thread Jim Alateras
I was wondering whether axis2 supports the following WS-Addressing SOAP Binding requirements from (http://www.w3.org/TR/2006/REC-ws-addr-soap-20060509/) 5.2 Use of Non-Anonymous Addresses in SOAP Response Endpoints 5.2.1 SOAP 1.1/HTTP When http://www.w3.org/2005/08/addressing/anonymous; is

clarification on WSDL/SOAP MEPs

2007-03-02 Thread Jim Alateras
If i have a SetupStart operation defined in a WSDL as follows wsdl:definitions wsdl:portType * wsdl:operation name=SetupStart wsdl:input name=SetupStartRequest/ wsdl:output name=SetupStartResponse/ /wsdl:operation /wsdl:portType

mvn and wasdl2code

2007-02-05 Thread Jim Alateras
Hi, I was wondering whether anyone has successfully used the wsdl2code mvn2 plugin. The initial problem that I am having is locating and downloading a version of the plugin. Here is the error. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'wsdl2code'.

cannot download wsdl2code maven2 plugin

2006-12-06 Thread Jim Alateras
I am having problems with the instructions on the wsdl2code maven plugin as specified here (http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-wsdl2code-plugin.html). When I run mvn wsdl2code:wsdl2code I get the following error, indicating that it cannot locate the plugin.