Hi all,
i face an issue with a Bpel process. I call a servlet edit by OTM and i put the full address of OTM server in Bpel link partner as follow
service name="GLogService">
<port name="HTTPPost" binding="tns:HTTPPost">
<http:address location="http://xxxxxx.com/GC3/glog.integration.servlet.WMServlet"/>
<!--<http:address location="http://otm-connor-gc3-55-wl.us.oracle.com/GC3/glog.integration.servlet.WMServlet"/>-->
</port>
</service>
when the process start it cannots get an answer with OTM and give back the following dns error
http://xxxxxxx.comhttp//xxxxxxx.com/GC3/glog.integration.servlet.WMServlet
the server name is substitute with the name it self in a strange way.
Someone could help me?
i face an issue with a Bpel process. I call a servlet edit by OTM and i put the full address of OTM server in Bpel link partner as follow
service name="GLogService">
<port name="HTTPPost" binding="tns:HTTPPost">
<http:address location="http://xxxxxx.com/GC3/glog.integration.servlet.WMServlet"/>
<!--<http:address location="http://otm-connor-gc3-55-wl.us.oracle.com/GC3/glog.integration.servlet.WMServlet"/>-->
</port>
</service>
when the process start it cannots get an answer with OTM and give back the following dns error
http://xxxxxxx.comhttp//xxxxxxx.com/GC3/glog.integration.servlet.WMServlet
the server name is substitute with the name it self in a strange way.
Someone could help me?
Comment