Guillaume,
After having done that, I found a message saying 'Port for
service/endpoint could not be found'. Apparently, I had my
namespaces/port names all messed up...
Thanks for the pointer,
Gert Vanthienen
[EMAIL PROTECTED]
Guillaume Nodet wrote:
Could you enable DEBUG logging for servicemix (in the conf/log4j.xml)
and see if there is any indication in it ?
On 12/5/06, Gert Vanthienen <[EMAIL PROTECTED]> wrote:
L.S.,
I'm trying to build a solution which receives XML messages using a web
service and sends them to another machine using FTP. My first error
occurs when publishing the web service. I have created a service unit
which contains this xbeans.xml file:
<beans xmlns:sm="http://servicemix.apache.org/config/1.0"
xmlns:http="http://servicemix.apache.org/http/1.0"
xmlns:foo="http://servicemix.org/cheese">
<classpath>
<location>.</location>
</classpath>
<http:endpoint service="foo:MySoapService" role="consumer"
locationURI="http://localhost:18192/SoapService/" soap="true"
wsdlResource="classpath:PartnerOrderInterface.wsdl"/>
</beans>
The deployer appears to find the wsdl file (if I create an error in the
file, the deployer halts on this error). After deployment, I see the
service defined here on the HTML page (under 'Known services'), but if I
click on the link, I get the message that /SoapService/main.wsdl has not
been found.
What am I missing?
Gert Vanthienen
[EMAIL PROTECTED]