generating a web service from a wsdl from bea weblogic

G

g-forsmo

Hi!

I am trying to implement a web service after a wsdl generated from BEA
Web logic. I have used a tool called WSCF - Schema-Based Contract-
First Web Services to generate a web service from a given wsdl. That
works, but when I test my web service I can't get the right port name
and binding as in the wsdl from Web logic.

When opening a web browser and write
https://localhost/outboundlegacydatareceiver/outboundlegacydatareceiver.asmx?wsdl
I got this

....
<service name="OutboundLegacyDataReceiverService">
<port name="OutboundLegacyDataReceiverServiceSoap"
binding="s0:OutboundLegacyDataReceiverServiceSoap">
<soap:address location="http://localhost/outboundlegacydatareceiver/
outboundlegacydatareceiver.asmx" />
</port>
</service>

but in the wsdl from web logic it should be

<s0:service name="OutboundLegacyDataReceiverService">
<s0:port binding="s1:OutboundLegacyDataReceiverServiceSoapBinding"
name="OutboundLegacyDataReceiverSoapPort">
<s2:address location="https://wss-test.brreg.no:443/BReMS/WebService/
OutboundLegacyDataReceiver" />
</s0:port>
</s0:service>

NB. location has changed to localhost.

Question is: why doesn't .net web service be equal according to port
name and binding? Or Does it really matters?

Please explain this to me and how to make my web service match the
wsdl from weblogic.

Regards

Geir Forsmo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top