RE: HI i am fresher for axis2 webservices

2008-09-24 Thread D . H . T . M . Gameren
Hi,

I have taken a look at your service and the problem is the way you build
your aar-file.

1.  the common structure is
META-INF   this contains services.xml + wsdl-file
libcontains extra jar's when needed.
Xx tree containing you class files.

2.  Your aar-file only contains sources no classes and no wsdl-file.

3.  i see you have created the service based on pojo's , 
I prefer creating classes based on a wsdl but that is a matter of
choice.

4.  I think you have to modify the class-names in you services.xml
aswell
(just an extra observation)


Good luck

Dirk







-Original Message-
From: yendam [mailto:[EMAIL PROTECTED] 
Sent: woensdag 24 september 2008 15:01
To: axis-user@ws.apache.org
Subject: RE: HI i am fresher for axis2 webservices




D.H.T.M.Gameren wrote:
 
 
 i am sending one project what i am doing it is showing errors
 please rectify where is that error is and send me working example war
file
 thanks
 or please send me any websrvice example which is already devoloped
 http://www.nabble.com/file/p19648228/WeatherService.rar
WeatherService.rar 
 
 
 
 I guess you did not include your services.xml in your aar-file or not
at
 the right place.
 It should be in the META-INF
 
 Regards
 Dirk
 
 -Original Message-
 From: yendam [mailto:[EMAIL PROTECTED] 
 Sent: dinsdag 23 september 2008 12:37
 To: axis-user@ws.apache.org
 Subject: Re: HI i am fresher for axis2 webservices
 
 
 HI,Charitha
 
 
 i am creating axis2 webservices
 
 
 http://wso2.org/library/95
 
 i made .aar file and doing using tomcat ..
 i have started tomcat and opened adminstration 
 
 http://localhost:8080/axis2/axis2-admin/upload
 
 using this i have uploaded .aar file but still i am getting errors 
 
 when i click on faulty services
 
 
 Error: org.apache.axis2.deployment.DeploymentException: The
services.xml
 file cannot be found for the service: C:\Program Files\Apache Software
 Foundation\Tomcat 6.0\webapps\axis2\WEB-INF\services\SimpleService.aar
 at

org.apache.axis2.deployment.repository.util.ArchiveReader.processService
 Group(ArchiveReader.java:144)
 at

org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:
 78)
 at

org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(De
 ploymentFileData.java:137)
 at

org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.j
 ava:571)
 at

org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList
 .java:141)
 at

org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener
 .java:318)
 at

org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryL
 istener.java:220)
 at

org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryL
 istener.java:312)
 at

org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(Sche
 dulerTask.java:64)
 at

org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.ja
 va:71)
 at

org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(S
 cheduler.java:83)
 at java.util.TimerThread.mainLoop(Unknown Source) at
 java.util.TimerThread.run(Unknown Source) Caused by:
 org.apache.axis2.deployment.DeploymentException: The services.xml file
 cannot be found for the service: C:\Program Files\Apache Software
 Foundation\Tomcat 6.0\webapps\axis2\WEB-INF\services\SimpleService.aar
 at

org.apache.axis2.deployment.repository.util.ArchiveReader.processService
 Group(ArchiveReader.java:141)
 .. 12 more 
 
 
 
 
 please help me,,
 
 Thanks
 Santosh.Y
 
 
 Charitha Kankanamge wrote:
 
 Hi,
 Can you please be more specific and tell us about the errors you 
 encountered?
 
 Regards
 Charitha
 
 http://charithaka.blogspot.com
 
 yendam wrote:
 
 i am doing all the process in 


http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebServ
 ice/bu_tutorial.html 
 but i cant able to excute it...i am using eclipse europa and jdk1.6 
 and tomcat6.0... please help me



 View this message in context: HI i am fresher for axis2 webservices 


http://www.nabble.com/HI-i-am-fresher-for-axis2-webservices-tp19605463p
 19605463.html
 Sent from the Axis - User mailing list archive 
 http://www.nabble.com/Axis---User-f232.html at Nabble.com.

-
-
 --

No virus found in this incoming message.
Checked by AVG. 
Version: 7.5.524 / Virus Database: 270.7.0/1682 - Release Date:
 9/20/2008
 10:24 AM
  

 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -- 
 View this message in context:

http://www.nabble.com/HI-i-am-fresher-for-axis2-webservices-tp19605463p1
 9625050.html
 Sent from the Axis - User mailing list archive at Nabble.com.
 
 
 -
 To 

RE: HI i am fresher for axis2 webservices

2008-09-23 Thread D . H . T . M . Gameren


I guess you did not include your services.xml in your aar-file or not at
the right place.
It should be in the META-INF

Regards
Dirk

-Original Message-
From: yendam [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 23 september 2008 12:37
To: axis-user@ws.apache.org
Subject: Re: HI i am fresher for axis2 webservices


HI,Charitha


i am creating axis2 webservices


http://wso2.org/library/95

i made .aar file and doing using tomcat ..
i have started tomcat and opened adminstration 

http://localhost:8080/axis2/axis2-admin/upload

using this i have uploaded .aar file but still i am getting errors 

when i click on faulty services


Error: org.apache.axis2.deployment.DeploymentException: The services.xml
file cannot be found for the service: C:\Program Files\Apache Software
Foundation\Tomcat 6.0\webapps\axis2\WEB-INF\services\SimpleService.aar
at
org.apache.axis2.deployment.repository.util.ArchiveReader.processService
Group(ArchiveReader.java:144)
at
org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:
78)
at
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(De
ploymentFileData.java:137)
at
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.j
ava:571)
at
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList
.java:141)
at
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener
.java:318)
at
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryL
istener.java:220)
at
org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryL
istener.java:312)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(Sche
dulerTask.java:64)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.ja
va:71)
at
org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(S
cheduler.java:83)
at java.util.TimerThread.mainLoop(Unknown Source) at
java.util.TimerThread.run(Unknown Source) Caused by:
org.apache.axis2.deployment.DeploymentException: The services.xml file
cannot be found for the service: C:\Program Files\Apache Software
Foundation\Tomcat 6.0\webapps\axis2\WEB-INF\services\SimpleService.aar
at
org.apache.axis2.deployment.repository.util.ArchiveReader.processService
Group(ArchiveReader.java:141)
.. 12 more 




please help me,,

Thanks
Santosh.Y


Charitha Kankanamge wrote:
 
 Hi,
 Can you please be more specific and tell us about the errors you 
 encountered?
 
 Regards
 Charitha
 
 http://charithaka.blogspot.com
 
 yendam wrote:
 
 i am doing all the process in 

http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebServ
ice/bu_tutorial.html 
 but i cant able to excute it...i am using eclipse europa and jdk1.6 
 and tomcat6.0... please help me


 View this message in context: HI i am fresher for axis2 webservices 

http://www.nabble.com/HI-i-am-fresher-for-axis2-webservices-tp19605463p
19605463.html
 Sent from the Axis - User mailing list archive 
 http://www.nabble.com/Axis---User-f232.html at Nabble.com.

--
--

No virus found in this incoming message.
Checked by AVG. 
Version: 7.5.524 / Virus Database: 270.7.0/1682 - Release Date:
9/20/2008
10:24 AM
  

 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context:
http://www.nabble.com/HI-i-am-fresher-for-axis2-webservices-tp19605463p1
9625050.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



==
The information transmitted via this e-mail is intended only for the person or
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or 
taking of any action in reliance upon this information by persons or entities 
other than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Capture custom exception

2008-03-25 Thread D . H . T . M . Gameren
Hi,

 

Just define a custom exception as a 'sub'  of a fault . You should be able to 
catch the exception when invoking your stub 

 

Regards

dirk

 

-Original Message-
From: Adrián Cuartero [mailto:[EMAIL PROTECTED] 
Sent: maandag 24 maart 2008 20:48
To: axis-user@ws.apache.org
Subject: Capture custom exception

 

Hi all

I keep trying throwing a custom exception and i've read there's a problem 
capturing this exception in the client side.

Anyone knows how to capture this custom exceptions?

Thanks

 




Enviado desde Correo Yahoo!
Disfruta de una bandeja de entrada más inteligente. 
http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http:/us.rd.yahoo.com/evt=52431/*http:/es.docs.yahoo.com/mail/overview/index.html
 .




The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


RE: Generating service.xml with wsdl2java

2008-02-20 Thread D . H . T . M . Gameren
Hi,

 

I suggest to create an ant-script which alters the 'default'
services.xml so you don't have to change

This manually everytime.

For instance alter the call to the skelton to the implementation

 

Regards

Dirk 

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: woensdag 20 februari 2008 14:29
To: axis-user@ws.apache.org
Subject: Generating service.xml with wsdl2java

 

Hi all,

 

I am generating the server-side code from a wsdl with wsdl2java which
generates the corresponding java classes and the service.xml.

Now I am changing the service.xml to add some handlers, messagereceiver,
etc.

 

When some methods are added to wsdl, I am generating the code again with
wsdl2java and it replaces my service.xml which means I lose all my
changes of it.

Is there a way to automatically synchronize the old service.xml with the
new one?

 

Thanks,

Matthias.




The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


RE: [ws]Creating request response

2008-02-15 Thread D . H . T . M . Gameren
 

Hi,

 

For testing webservices i use SOAP-ui as a client

See  http://www.soapui.org/

 

You create a project and attach a wsdl (url)  and it generates a sample
message which you can fill-out.

Is this what you mean?

 

Regards

 

dirk

 

 

 

-Original Message-
From: Aditya Anad [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 15 februari 2008 11:31
To: axis-user@ws.apache.org
Subject: [ws]Creating request response

 

Hi all,

 

I need to create a SOAP request And SOAP response from a given WSDL
manually and vice versa. I am through with WSDL.Is there any link or
manually u can refer which can help me up.

 

Regards

Aditya

 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
solely for the use of the addressee(s). If you are not the intended
recipient, please notify the sender by e-mail and delete the original
message. Further, you are not to copy, disclose, or distribute this
e-mail or its contents to any other person and any such actions are
unlawful. This e-mail may contain viruses. Infosys has taken every
reasonable precaution to minimize this risk, but is not liable for any
damage you may sustain as a result of any virus in this e-mail. You
should carry out your own virus checks before opening the e-mail or
attachment. Infosys reserves the right to monitor and review the content
of all messages sent to or from this e-mail address. Messages sent to or
from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***




The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


RE: writing a client

2008-02-15 Thread D . H . T . M . Gameren
Hi,

 

Indeed this is the aproach.

 

First genereate client-stub and then create a ServiceClient which calls
the stubmethods.

 

See small example voor de client main.

 

public static void main(String[] args) throws RemoteException {

// TODO Auto-generated method stub

DemoStub stub = new DemoStub();

DemoRequest request = new DemoRequest();

InputBean ib = new InputBean();

Structure[] ss = new Structure[5];

Structure str = new Structure();

for (int i = 0; i  5; i++) {

str.setX(100 * (i + 1));

str.setY(200 * (i + 1));

ss[i] = str;

}

 

ib.setStruct(ss);

request.setInputBean(ib);

 

DemoResponse response = stub.bepaal(request);

OutputBean ob = response.getOutputBean();

 

 }

 

 

regards

Dirk

 

 

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: vrijdag 15 februari 2008 13:12
To: axis-user@ws.apache.org
Subject: writing a client

 

Hi,

 

Could you please let me how to go about writing a client?

I mean what is the approach.

 

1)   Generate the client-side stub using wsdltojava  call methods
on the stub

2)   Start from using ServiceClient ..

 

What is the suggested approach?

 

Thanks,

Ajit   

 

 

DISCLAIMER:
This message contains privileged and confidential information and is
intended only for an individual named. If you are not the intended
recipient, you should not disseminate, distribute, store, print, copy or
deliver this message. Please notify the sender immediately by e-mail if
you have received this e-mail by mistake and delete this e-mail from
your system. E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete or contain viruses. The sender,
therefore, does not accept liability for any errors or omissions in the
contents of this message which arise as a result of e-mail transmission.
If verification is required, please request a hard-copy version.




The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


RE: Exceptions

2008-01-21 Thread D . H . T . M . Gameren
 
Martin,
 
This is a sample wsdl
 

Dirk van Gameren 
--- 
Developer Consumer Finance 
*   Phone number: +31 (0)40 233 9586
*  Fax number:+31 (0)40 233 8655
*  E-mail:[EMAIL PROTECTED] 
--- 

-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: 19 januari 2008 2:05
To: axis-user@ws.apache.org
Subject: Re: Exceptions



Can you display or attach WSDL ?

Bedankt
Martin

- Original Message - 
From: [EMAIL PROTECTED] 
To: axis-user@ws.apache.org 
Sent: Thursday, January 17, 2008 10:23 AM
Subject: Exceptions


 

Hi,

 

I am using WSDL2Java  tool to generate code.

In the WSDL I am using an  UserDefinedException which I
subclassed from AxisFault.

 

In the  generated a clientcode , the operation in the
ClientStub is throwing AxisFault and not my specific defined exception.

The generated service skeleton is throwing the right
Exception.

 

Anyone knows how to solve this.

 

Regards

Dirk van Gameren


---

Developer Consumer Finance

* Phone number: +31 (0)40 233 9586
* Fax number: +31 (0)40 233 8655
* E-mail: [EMAIL PROTECTED] 


---

 



The information transmitted via this e-mail is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you received this in error, please contact
the sender and delete the material from any computer.






The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


sample.wsdl
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Separate XSD from WSDL

2008-01-21 Thread D . H . T . M . Gameren

Hi ,

I am trying to separate schema's from web-service wsdl.
This because of we  want to reuse this schema's

One way or the other I don't succeed in this.
I import the schema in the wsdl, but when generating my service and
client-stub but the are not complete.
I did create an entry in the XML-Catalog in Eclipse but this makes no
difference.

Anyone got an idea.
Thx

Dirk 




The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


RE: Eclipse, wsdl2java and huge warnings

2008-01-18 Thread D . H . T . M . Gameren
This is strange i don't get warnings.
I only use ADB not XMLBeans.

QName is the Qualifiedname , so the full name of the NameSpace including 
operation or schema,

In which class do you encounter this warnings? 

dirk

-Original Message-
From: Weck, Andreas [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 18 januari 2008 9:39
To: axis-user@ws.apache.org
Subject: AW: Eclipse, wsdl2java and huge warnings

I tried the Axis2_CodeGen_wizard_1.3.0, but if have still the same warnings: 

if i use ADB:
- The local variable event is never read
- The local variable handledAttributes is never read
- The local variable namespaceuri is never read
- The local variable nillableValue is never read
- The local variable prefix is never read
- The method writeAttribute(String, String, String, String, XMLStreamWriter) 
from the type [TYPE] is never used locally
- The method writeQName(QName, XMLStreamWriter) from the type [TYPE] is never 
used locally

BTW: What is QName?

if i use XMLBeans:
- The local variable [VARNAME] is never read
- The serializable class [NAME] does not declare a static final 
serialVersionUID field of type long
- The method [NAME] from the type [TYP] is never used locally

Regards,
Andreas

-Ursprüngliche Nachricht-

Maybe , you can use the Eclipse plugin
Axis2_CodeGen_wizard_1.3.0

It does the same. I am using it. It works fine.
You can use it ones and then build an ant-script to Regenerate.

This works without warnings.

Regards

Dirk

 

-Original Message-

Hi all,

i just downloaded the JDK 6 Update 4, axis2 1.3 and Eclipse 3.3. After that 
i've used the wsdl2java command-line tool to create the client classes.

wsdl2java -uri service.wsdl -u

Than i made a new java project in eclipse, with the options (compiler 
compliance level 1.4) and imported all the generated java files into it.
Now it have approximately 500 warnings!!! Mostley like The local variable 
[VARNAME] is never read (in can see the first 100 only)

Does anyone have any suggestions around suppressing/fixing these warnings?

Regards,
Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Exceptions

2008-01-18 Thread D . H . T . M . Gameren
 

Hi,

 

I am using WSDL2Java  tool to generate code.

In the WSDL I am using an  UserDefinedException which I subclassed from
AxisFault.

 

In the  generated a clientcode , the operation in the ClientStub is
throwing AxisFault and not my specific defined exception.

The generated service skeleton is throwing the right Exception.

 

Anyone knows how to solve this.

 

Regards

Dirk van Gameren

---

Developer Consumer Finance

* Phone number: +31 (0)40 233 9586
* Fax number: +31 (0)40 233 8655
* E-mail: [EMAIL PROTECTED] 

---

 




The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


RE: Eclipse, wsdl2java and huge warnings

2008-01-17 Thread D . H . T . M . Gameren
Maybe , you can use the Eclipse plugin 
Axis2_CodeGen_wizard_1.3.0

It does the same. I am using it. It works fine.
You can use it ones and then build an ant-script to
Regenerate.

This works without warnings.

Regards

Dirk

 

-Original Message-
From: Weck, Andreas [mailto:[EMAIL PROTECTED] 
Sent: donderdag 17 januari 2008 13:15
To: axis-user@ws.apache.org
Subject: Eclipse, wsdl2java and huge warnings

Hi all,

i just downloaded the JDK 6 Update 4, axis2 1.3 and Eclipse 3.3. After
that i've used the wsdl2java command-line tool to create the client
classes.

wsdl2java -uri service.wsdl -u

Than i made a new java project in eclipse, with the options (compiler
compliance level 1.4) and imported all the generated java files into it.
Now it have approximately 500 warnings!!! Mostley like The local
variable [VARNAME] is never read (in can see the first 100 only)

Does anyone have any suggestions around suppressing/fixing these
warnings?

Regards,
Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problem WS-addressing

2008-01-16 Thread D . H . T . M . Gameren
 

Hello,

 

I am having a problem with Axis using Addressing.  I have noticed a lot
of you also have.

The problem of not able to engage addressing I have solved using this
info, (thx for that)

 

When I start my client-app , it's indication it starts a listener on
port 6060 (default) for the callback.

However when the web-service is trying to send the response it is
timed-out.

 

When inspecting this with netstat  It seems there isn't a listener on
port 6060 active.

Anyone got an idea.?

 

 

 

 

public class BizRegClient {

public static void main(String[] args) throws RemoteException {

ConfigurationContext cc =
ConfigurationContextFactory.createConfigurationContextFromFileSystem(

c:/axis/repository);

ManualServiceStub stub = new ManualServiceStub(cc);

final ServiceClient serviceClient = stub._getServiceClient();

 

serviceClient.engageModule(addressing);

 

Options options = serviceClient.getOptions();

options.setUseSeparateListener(true);

 

Register request = new Register();

 

  .

 

..

}

}

 

Dirk van Gameren

---

Developer Consumer Finance

* Phone number: +31 (0)40 233 9586
* Fax number: +31 (0)40 233 8655
* E-mail: [EMAIL PROTECTED] 

---

 




The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


RE: Problem WS-addressing

2008-01-16 Thread D . H . T . M . Gameren
Paul.

Firewall is off. 

Dirk


-Original Message-
From: Paul Fremantle [mailto:[EMAIL PROTECTED] 
Sent: woensdag 16 januari 2008 10:42
To: axis-user@ws.apache.org
Subject: Re: Problem WS-addressing

Dirk

This might be a firewall problem.

Paul

On Jan 16, 2008 9:27 AM,  [EMAIL PROTECTED] wrote:






 Hello,



 I am having a problem with Axis using Addressing.  I have noticed a lot of
 you also have.

 The problem of not able to engage addressing I have solved using this info,
 (thx for that)



 When I start my client-app , it's indication it starts a listener on port
 6060 (default) for the callback.

 However when the web-service is trying to send the response it is timed-out.



 When inspecting this with netstat  It seems there isn't a listener on port
 6060 active.

 Anyone got an idea.?









 public class BizRegClient {

 public static void main(String[] args) throws RemoteException {

 ConfigurationContext cc =
 ConfigurationContextFactory.createConfigurationContextFromFileSystem(

 c:/axis/repository);

 ManualServiceStub stub = new ManualServiceStub(cc);

 final ServiceClient serviceClient = stub._getServiceClient();



 serviceClient.engageModule(addressing);



 Options options = serviceClient.getOptions();

 options.setUseSeparateListener(true);



 Register request = new Register();



   .



 ..

 }

 }



 Dirk van Gameren

 ---

 Developer Consumer Finance

 ( Phone number: +31 (0)40 233 9586
  Ê Fax number: +31 (0)40 233 8655
  * E-mail: [EMAIL PROTECTED]

 ---



 
 The information transmitted via this e-mail is intended only for the person
 or entity to which it is addressed and may contain confidential and/or
 privileged material. Any review, retransmission, dissemination or other use
 of, or taking of any action in reliance upon this information by persons or
 entities other than the intended recipient is prohibited. If you received
 this in error, please contact the sender and delete the material from any
 computer.





-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
[EMAIL PROTECTED]

Oxygenating the Web Service Platform, www.wso2.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: secure web services

2008-01-16 Thread D . H . T . M . Gameren
 

Hi ,

 

Maybe you can use rampart for signing and encrypting you Soap-messages.

See.
http://ws.apache.org/axis2/modules/rampart/1_0/security-module.html

 

 

Dirk 

 

-Original Message-
From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] 
Sent: woensdag 16 januari 2008 12:16
To: axis-user@ws.apache.org
Subject: secure web services

 

Hello, I'm posting a new web service with critical functionality for my
company. Our customers will communicate with us thru this new features.
I would like to know what is a good approach to security in this case.

 

Thank you

Rodrigo

This message (including any attachments) contains confidential 
and/or proprietary information intended only for the addressee. 
Any unauthorized disclosure, copying, distribution or reliance on 
the contents of this information is strictly prohibited and may 
constitute a violation of law. If you are not the intended 
recipient, please notify the sender immediately by responding to 
this e-mail, and delete the message from your system. If you 
have any questions about this e-mail please notify the sender 
immediately. 





The information transmitted via this e-mail is intended only for the person or 
entity to which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer.