Main menu:

 

PALMA IT

Locations of visitors to this page

About the author

My name is Pascal Alma and I live in The Netherlands. I have been working in IT business since 1997. I started as a Oracle developer, working with ‘traditional’ tools: Oracle Designer/Developer and PL/SQL. Since 2001 I am developing applications for the J2EE platform, still using the Oracle toolstack: JDeveloper and JHeadstart.

Besides the Oracle toolstack I am also using a lot of open source tools/frameworks like Spring/Hibernate/Xfire/Apache Axis/ etc. etc. at various projects.

Since 2008 I have started my own company ‘PALMA IT’. You can find more info about the company here.

Comments

Comment from Turc Roxana Maria
Time: 26 July 2007, 11:08 am

Hi,
I’m currently trying to make a simple example to work, based on your example with XFire. I have the following errror:

javax.servlet.ServletException: Error initializing XFireServlet.
org.codehaus.xfire.transport.http.XFireServlet.init(XFireServlet.java:52)
javax.servlet.GenericServlet.init(GenericServlet.java:211)
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
java.lang.Thread.run(Thread.java:595)

Can you help me with this?
thank you

Comment from rama
Time: 28 September 2007, 5:43 pm

Hi,

I was going through your post “Getting Human Workflow Tasklist from Oracle BPEL” and it was very helpful. I am trying to use BPMAuthorizationService using REMOTE_CLIENT.
BPMAuthorizationService authSvc = wfSvcClient.getAuthorizationService(wfCtx.getIdentityContext());

I am getting the authSvc as null.

Is there any alternate solution for this?

Can you please help me?

Thanks

Comment from Pascal Alma
Time: 29 September 2007, 11:52 am

Hi Rama,

I have seen your question but unfortunately I can not help you with this at the moment. I am currently not working with Oracle BPEL and do not have an installation nor the time to try possible solutions. I have seen your questions at other forums too and I hope someone out there can help you with this.

Regards,
Pascal

Comment from chuks
Time: 26 March 2008, 8:28 pm

Pascal, I have an application that has web services capability. I am trying to use SOAP UI to ensure that the web services component in the application is working. I read through a sample page you had “Using SOAP for testing your webservice” but still have some pieces missing. So are you saying that i need to have a file where I have some WSDL code written and then point the soap UI tool to that file? Do I need to specify the username and password inorder for SOAP UI to connect to the application? what is the application uses single sign on? how do I put this into the wsdl script. Dows the wsdl file need to be located on the server where the application is installed? Thanks for your help in advance.

Comment from Pascal Alma
Time: 29 March 2008, 12:59 pm

Wow, chuks, you have a lot of questions. About the wsdl file: this file can be seen as a contract that describes the web services of your application. WebService clients can use the wsdl so they know how to interact with the webservice.
Normally you can have a wsdl get generated dynamically, if you don’t have one already (I think it depends on your webservice framework).
For example, if your url for your webservice is: http://www.myserver.com/myWebService/ you can enter in your browser: http://www.myserver.com/myWebService/?wsdl and you will get your WSDL generated. You can use this url in SOAP UI to have your soap request generated.
Can you try this? If that works we can move on to the SSO thing (one issue at a time :-) )

Comment from Jack
Time: 15 April 2008, 2:32 pm

Pascal, Great blog on SoapUI! The effort is excellent. I have been looking for a way to use SOAP UI to run a test where one web service is called to get a list of values (search results) and a second web service is called in a loop for each of the preceeding results. I have a Groovy script that loops through the results of the first SOAP response and sets the necessary argument in the succeeding SOAP request, then uses the TestStep.run() method to invoke. I get ‘OK’ for the TestStepResult, but my second service is never called. I have been looking at the SOAP UI source code, but I can’t find the cause. I appreciate any pointers you might have to enable this. I’ll be happy to send my Groovy script, but I didn’t think it would translate well in this comment section. THANKS! — Jack

Comment from Pascal Alma
Time: 17 April 2008, 5:22 pm

Hi Jack,

I can’t promise anything, I’m very busy at the moment, but you can send your script to ‘blog@pascalalma.net’ and I look into it, if I find the time somewhere.
Btw, good to hear you like the SoapUI posts!
Grtz,
Pascal

Comment from Vimala
Time: 30 April 2008, 11:32 am

Hi,

Greetings from Geexoo. I found your blog Pascalalma interesting and I thought I’d request your valuable feedback on Geexoo.

Geexoo ( http://www.geexoo.com ) is a new aggregator that aggregates latest feeds from top blogs for over 30 tech topics, all at one place. Our technology updates feeds from the top blogs 2-3 times a day, thus providing all latest topic feeds @ one place for the user while providing useful exposure to
the blog publisher.

It’ll be great if you could review Geexoo and let us know your feedback and suggestions for improvement. We will be incorporating enhancements to Geexoo soon and your feedback will be useful in this regard.

I’d also request you to consider providing a brief mention about Geexoo in your
blog.

All the best!

Vimala
Geexoo - The Geek Feeds Hub - http://www.geexoo.com

Write a comment