Getting error: (301)Moved Permanently when invoking partner link
Hello,
I've set up and tested a web service that will execute a command on a host. I then built a BPEL process that invokes this web service as a Partner Link. However, I always received the following error when running the BPEL process:
Invoke_Host (faulted)
[2005/11/04 14:17:57] "{http://schemas.oracle.com/bpel/extension}remoteFault" has been thrown. less
<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
<part name="code">
<code>HTTP</code>
</part>
<part name="summary">
<summary>when invoking endpointAddress 'http://web398.xxx.com:7780/itas/ws/host', (301)Moved Permanently</summary>
</part>
<part name="detail">
<detail>AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (301)Moved Permanently faultActor: faultNode: faultDetail: {}:return code: 301 {http://xml.apache.org/axis/}HttpErrorCode:301</detail>
</part>
</remoteFault>
Has anybody seen this error message? Any suggestions for finding out what's going on here?
Thanks