[jboss-user] [JBoss jBPM] - Re: Request didn't include a SOAP Message
bertrand.njiipwo
do-not-reply at jboss.com
Thu Jan 4 10:27:49 EST 2007
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: instance=org.jbpm.bpel.service.exe.PartnerLinkInstance at 18c4d4c[name=SchufaLink,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
More information about the jboss-user
mailing list