Hello Alex, Of course i have specified in bpel-application.xml the location of my URL to the wsdl-document of my service.
But in the server.log file there is some thing curios: anonymous wrote : 2007-01-03 22:53:20,708 DEBUG [org.jboss.ws.server.ServiceEndpoint] WSDL request, using host: milaine | 2007-01-03 22:53:20,819 DEBUG [org.jboss.ws.server.WSDLRequestHandler] Mapping import from 'schufa.wsdl' to 'http://milaine:8080/schufa/schufaWS?wsdl&resource=schufa.wsdl' | 2007-01-03 22:53:20,819 DEBUG [org.jboss.ws.server.WSDLRequestHandler] Mapping address from 'http://milaine:8080/schufa/schufaWS' to 'http://milaine:8080/schufa/schufaWS' | 2007-01-03 22:53:21,199 DEBUG [org.jboss.ws.server.ServiceEndpoint] WSDL request, using host: milaine | 2007-01-03 22:53:21,289 DEBUG [org.jbpm.bpel.relation.jms.RelationContext] selected partner port: [EMAIL PROTECTED],id=0], port=SchufaPort | 2007-01-03 22:53:21,329 INFO [STDOUT] PortConsumer: AddresseLocation configure to: http://milaine:8080/schufa/schufaWS is this a problem related to the configuration of jbossws (1.0.4) im using? because i have in JBOSS_HOME/server/default/deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml: property name="alwaysModifySOAPAddress" set to true. When reading the interface implementation at http://localhost:8080/schufa/schufaWS?wsdl the <soap:address> value specified there is http://localhost:8080/schufa/schufaWS but in my schufa.wsdl the soap:address is http://localhost.8081/creditprocess/schufa: How is this possible? that why i have swapped it in PortConsumer.java to what i'm expecting (http://localhost.8081/creditprocess/schufa). But it's seems to not work. Is it possible that this problem related to my jbossws configuration ? i don't really know. Some one has an idee where could be the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997936#3997936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997936 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
