Question:
All,
We are trying to get business connector to send an xml file to a .NET program on our webserver. This program will look at a tag (Shipping point) in the file and decide on where to to save the file.
The issue is that everytime the BC tries to post to the web program, we get the error
com.wm.app.b2b.server.ServiceException: http post failed: 404 Not Found
Yet, when we try to post a xml file via the standard HTTP method (a webpage that post a file to the webpage) it works.
Is BC trying to do something special that is causing this error???
Answer:
It sounds like the error might be in the specific Business Connector service. Did you try executing the service from the BC Developer in debug mode so you can see exactly where it is failing? When I was working with the BC and saw similar errors, it was usually due to a component of the service missing.
Answer:
Hi Marlboro,
We need to exchange files via internet using Business Connectors without using the FTP method as in with only HTTP involved but don't have a clue of how to achieve it as pub.client.http only sends it as nodes.
May I know how you are achieving this? It would be very helpful for me to know the services you invoke to and how you connect it to an external application.
Thank you.
Regards.