473,383 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

generating a web service from a wsdl from bea weblogic

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/outboundlegacydata...iver.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:OutboundLegacyDataReceiverServiceSoapB inding"
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
Feb 24 '08 #1
0 1947

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Liza | last post by:
hi guys, call me dumb but how do i recognise a webservice ?? if i go to a web site and the information i put into some fields are sent to a database? is that database itself a webservice? ...
3
by: Steve Duda | last post by:
Hi everyone, I'm trying to write a tool that among other things will allow the user to specify a location of a wsdl, choose a function within this set and map the parameters into fields within...
1
by: srpatna | last post by:
I am trying to access Web Service of a Vendor. Its built using Java on Weblogic. Connection is restricted to users with client certificate provided by them and NOT from any recognised authority....
5
by: Nate | last post by:
We are attempting to make a request to a web service (we will refer to it as XXXServices) hosted on a Web Logic server from a C# SOAP client. The server responds with a 401 Unauthorized error...
0
by: José Joye | last post by:
hello, I have to communicate with a web Service for which I received the WSDL below. When trying to generate the client proxy, it gives me the error (see below). After investigation, I have...
1
by: louis_la_brocante | last post by:
Dear all, I am having trouble generating a client proxy for a webservice whose methods return a "complex" type. The type is complex in that it is a class whose members are a mix of primitive...
1
by: Fan | last post by:
Hi, everyone When I first set up a web service in .Net 1.1, seems .Net will automatically build the WSDL file. And the element type of each field in input and output has been automatically...
9
by: Cesar | last post by:
Hello there, A java programmer sent me a wsdl file, which I have to use to consume his web methods. When I run the wsld.exe tool to generate the class' code, I get the following message: ...
0
Sakalicek
by: Sakalicek | last post by:
Hi all, I have following problem in my application. I have Web Service and project which uses methods from this Web Service. I created proxy WsProxy by wsdl.exe and put it into that project. But...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.