Issue 1: While I was deploying a bpel service through the enterprise manager console the deployment was sucessful but there were issues while testing the deployable, the WSDL url was getting wrongly parsed, like I had the url something like this coming up in the browser while testing the service from the EM.
The Problem was it was taking the reference of the hostname and the port from the Frontend Host and Frontend Port from Weblogic which I had mentioned as soadev01 and 80 respectively.
As we know the HTTP frontendHost is set when the Host information coming from the URL may be inaccurate due to the presence of a firewall or proxy. If this parameter is set, the HOST header is ignored and this value is always used and so for my case as well the host and the port mentioned in the config plan of the service was being ignored.
I removed these parameters and restarted the soa managed servers on the Weblogic and done, I was able to test the service sucessfully.