HighTechTalks DotNet Forums  

generating a web service from a wsdl from bea weblogic

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss generating a web service from a wsdl from bea weblogic in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
g-forsmo@hotmail.com
 
Posts: n/a

Default generating a web service from a wsdl from bea weblogic - 02-24-2008 , 11:22 AM






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

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.