I'm definitely not an expert on BPEL or BPWS4J, but I don't think your berechnug2.wsdl is valid because you haven't defined a binding. (But maybe a binding isn't required when using a service link...) I'm also concerned by the fact that your WSDL defines multiple message parts which reference types rather than elements (indicating an RPC-style service).
I seem to recall that BPWS4J only supports RPC/encoding, and if that's the case, it wouldn't work with Axis2. I also seriously doubt that BPWS4J supports WS-Addressing, so you would have to make sure that this feature is turned off in the Axis2 service. That's why I suggest upgrading to ActiveBPEL... Anne On 9/20/07, mr.knowledge <[EMAIL PROTECTED]> wrote: > @Anne, > > Thanks for your advice. I'm not sure, but maybe the problem is in the > code... Because I modified the popular loanexample for my first steps... > > If you want you can take a look on the code. Because I don't find > something... :-) > > alex > ----- Original Message ----- > From: "Anne Thomas Manes" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, September 20, 2007 1:33 PM > Subject: Re: @Anne or another smart person - Problem solved but now another > SOAP problem > > > >I suspect the problem is in BPWS4J. I suggest you ask the question on > > an IBM support list. > > > > btw -- have you considered using Active Endpoints in place of BPWS4J? > > See http://www.active-endpoints.com/. BPWS4J is a pretty creaky, old > > project. > > > > Anne > > > > On 9/20/07, mr.knowledge <[EMAIL PROTECTED]> wrote: > >> > >> > >> Hi, > >> > >> O.K., now I have deployed the Axis webservice with BPWS4J (Tomcat) but if > >> I > >> create a Java client und use it, I get the following error message: > >> > >> > >> > >> Ouch, the call failed: > >> > >> Fault Code = SOAP-ENV:Server.Exception: > >> > >> Fault String = java.lang.NullPointerException > >> > >> Fault = [Attributes={}] [faultCode=SOAP-ENV:Server.Exception:] > >> [faultString=java.lang.NullPointerException] > >> [faultActorURI=/bpws4j/soaprpcrouter] [DetailEntries= > >> > >> [(0)=<stackTrace>java.lang.NullPointerException > >> > >> at > >> com.ibm.cs.bpws.runtime.container.BPWSContainerProcessService.executeServiceRequest(BPWSContainerProcessService.java:385) > >> > >> at com.ibm.wsgw.WSGateway.process(WSGateway.java:388) > >> > >> at > >> com.ibm.wsgw.channels.apachesoap.WSGWRPCJavaProvider.invoke(WSGWRPCJavaProvider.java:193) > >> > >> at > >> org.apache.soap.server.http.RPCRouterServlet.doPost(Unknown > >> Source) > >> > >> at > >> javax.servlet.http.HttpServlet.service(HttpServlet.java:710) > >> > >> at > >> javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > >> > >> at > >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > >> > >> at > >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > >> > >> at > >> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > >> > >> at > >> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) > >> > >> at > >> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > >> > >> at > >> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > >> > >> at > >> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > >> > >> at > >> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263) > >> > >> at > >> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) > >> > >> at > >> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584) > >> > >> at > >> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) > >> > >> at java.lang.Thread.run(Unknown Source) > >> > >> </stackTrace>] > >> > >> ] [FaultEntries=] > >> > >> > >> > >> What is wrong? > >> --------------------------------------------------------------------- > >> 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] > > --------------------------------------------------------------------- > 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]
