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
ort binding="s1:OutboundLegacyDataReceiverServiceSoapBinding"
name="OutboundLegacyDataReceiverSoapPort">
<s2:address location="https://wss-test.brreg.no:443/BReMS/WebService/
OutboundLegacyDataReceiver" />
</s0
ort>
</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
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
name="OutboundLegacyDataReceiverSoapPort">
<s2:address location="https://wss-test.brreg.no:443/BReMS/WebService/
OutboundLegacyDataReceiver" />
</s0
</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