473,659 Members | 3,162 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Talking to Oblix Services

hey all,

i'm having some troubles in the class generation (client) for some oblix web
services.

here's the scenario:
we have two configs that we're dealing with in this particular case, one a
test bed (for spike solutions, completely isolated), one for dev.

as far as we know, we have the same software, servers and patches up and
running, but this is something that is difficult to verify.

in the test bed, we are able to specify an oblix-provided wsdl file from the
IDE, and the corresponding client is successfully generated.

in the dev environment, this is not the case. the server contains the exact
same directory structure (it is a direct copy), but we get the following
error:
Custom tool error: Unable to import WebService/Schema. A schema with the
namespace 'http://www.oblix.com/' has already been added.

subsequently, there is an error for every schema or contract reference that
the disco tool drums up, specifically along these lines:
Custom tool warning: Ignore duplicate schema document [schema location,
server info] with TargetNamespace 'http://www.oblix.com/'

so the question is, where do we start? could this be botched IDE tools? is
there something about the server or client that would trip this?

what's puzzling to me is that in a blank solution where i add one project (a
class library) and add only one reference (the web reference to the wsdl) i'm
getting duplicate schema reference errors from the same wsdl's that exist and
work happily when downloaded/generated from a different server.

any direction would be greatly appreciated.

cheers
Nov 23 '05 #1
3 2649
i just verified that the wsdl and disco tools are running the same versions
in both test and dev. is there any other tools i should verify to establish
differences?

Cheers

"J Chambers" wrote:
hey all,

i'm having some troubles in the class generation (client) for some oblix web
services.

here's the scenario:
we have two configs that we're dealing with in this particular case, one a
test bed (for spike solutions, completely isolated), one for dev.

as far as we know, we have the same software, servers and patches up and
running, but this is something that is difficult to verify.

in the test bed, we are able to specify an oblix-provided wsdl file from the
IDE, and the corresponding client is successfully generated.

in the dev environment, this is not the case. the server contains the exact
same directory structure (it is a direct copy), but we get the following
error:
Custom tool error: Unable to import WebService/Schema. A schema with the
namespace 'http://www.oblix.com/' has already been added.

subsequently, there is an error for every schema or contract reference that
the disco tool drums up, specifically along these lines:
Custom tool warning: Ignore duplicate schema document [schema location,
server info] with TargetNamespace 'http://www.oblix.com/'

so the question is, where do we start? could this be botched IDE tools? is
there something about the server or client that would trip this?

what's puzzling to me is that in a blank solution where i add one project (a
class library) and add only one reference (the web reference to the wsdl) i'm
getting duplicate schema reference errors from the same wsdl's that exist and
work happily when downloaded/generated from a different server.

any direction would be greatly appreciated.

cheers

Nov 23 '05 #2
sorry to keep responding to myself here, but maybe a shared thought might
trigger someone else.

my original comment about the duplicate reference is unfounded, at least
from an IDE standpoint. as the error indicates, it's a custom tool that is
barfing, not the IDE. i've verified from the command prompt that it is wsdl
that is the problem. disco seems to work a-okay.

just some findings i thought i'd share.

cheers

"J Chambers" wrote:
i just verified that the wsdl and disco tools are running the same versions
in both test and dev. is there any other tools i should verify to establish
differences?

Cheers

"J Chambers" wrote:
hey all,

i'm having some troubles in the class generation (client) for some oblix web
services.

here's the scenario:
we have two configs that we're dealing with in this particular case, one a
test bed (for spike solutions, completely isolated), one for dev.

as far as we know, we have the same software, servers and patches up and
running, but this is something that is difficult to verify.

in the test bed, we are able to specify an oblix-provided wsdl file from the
IDE, and the corresponding client is successfully generated.

in the dev environment, this is not the case. the server contains the exact
same directory structure (it is a direct copy), but we get the following
error:
Custom tool error: Unable to import WebService/Schema. A schema with the
namespace 'http://www.oblix.com/' has already been added.

subsequently, there is an error for every schema or contract reference that
the disco tool drums up, specifically along these lines:
Custom tool warning: Ignore duplicate schema document [schema location,
server info] with TargetNamespace 'http://www.oblix.com/'

so the question is, where do we start? could this be botched IDE tools? is
there something about the server or client that would trip this?

what's puzzling to me is that in a blank solution where i add one project (a
class library) and add only one reference (the web reference to the wsdl) i'm
getting duplicate schema reference errors from the same wsdl's that exist and
work happily when downloaded/generated from a different server.

any direction would be greatly appreciated.

cheers

Nov 23 '05 #3
dig, dig, dig. okay here's what i've found:

1) both development machines are running vs.net 2003 with fw 1.1
2) the dev machine in test (the one that works) has the hotfix specified
here installed: http://support.microsoft.com/?id=822411
3) the dev machine in dev (doesn't work) cannot install this hotfix
4) the dev/dev machine has VS.NET SP1 installed, the dev/test machine does not

so, it appears that the hotfix that is to resolve the problem:
1) cannot be installed if SP1 is installed, and
2) is not included in SP1

we have replicated the install problem and success on other machines...i'm
fairly confident at this point that this is the source of the problem.

anyone from MS out there that could confirm this? is there a version of the
hotfix that can install on VS.NET SP1?

tia.

cheers

"J Chambers" wrote:
sorry to keep responding to myself here, but maybe a shared thought might
trigger someone else.

my original comment about the duplicate reference is unfounded, at least
from an IDE standpoint. as the error indicates, it's a custom tool that is
barfing, not the IDE. i've verified from the command prompt that it is wsdl
that is the problem. disco seems to work a-okay.

just some findings i thought i'd share.

cheers

"J Chambers" wrote:
i just verified that the wsdl and disco tools are running the same versions
in both test and dev. is there any other tools i should verify to establish
differences?

Cheers

"J Chambers" wrote:
hey all,

i'm having some troubles in the class generation (client) for some oblix web
services.

here's the scenario:
we have two configs that we're dealing with in this particular case, one a
test bed (for spike solutions, completely isolated), one for dev.

as far as we know, we have the same software, servers and patches up and
running, but this is something that is difficult to verify.

in the test bed, we are able to specify an oblix-provided wsdl file from the
IDE, and the corresponding client is successfully generated.

in the dev environment, this is not the case. the server contains the exact
same directory structure (it is a direct copy), but we get the following
error:
Custom tool error: Unable to import WebService/Schema. A schema with the
namespace 'http://www.oblix.com/' has already been added.

subsequently, there is an error for every schema or contract reference that
the disco tool drums up, specifically along these lines:
Custom tool warning: Ignore duplicate schema document [schema location,
server info] with TargetNamespace 'http://www.oblix.com/'

so the question is, where do we start? could this be botched IDE tools? is
there something about the server or client that would trip this?

what's puzzling to me is that in a blank solution where i add one project (a
class library) and add only one reference (the web reference to the wsdl) i'm
getting duplicate schema reference errors from the same wsdl's that exist and
work happily when downloaded/generated from a different server.

any direction would be greatly appreciated.

cheers

Nov 23 '05 #4

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

Similar topics

2
4448
by: Artur | last post by:
Hi Newsgroup, im currently working on programming a asp.net application consuming an Webservice hosted on Apache/Axis. I have generated WSDL and Proxy classes from VisualStudio.net. But when trying to fire up one method i get following error: System.Web.Services.Protocols.SoapHeaderException: Method 'tns:prodsearch' not implemented
1
1168
by: godwin | last post by:
Bloomington IL -- Technical Analyst / Security (Oblix) Mail your resumes to : godwin@simplexinfo.com; carmelc@gmail.com Bill rate : best . Experience: 5+ years Total IT experience Term is 2/28/05 - 10/30/05 Corp-to-Corp basis This is an urgent requirement. Please submit candidates ASAP! Candidates must have at least 2-4 years experience with Oblix CoreID
7
6013
by: Stu | last post by:
Hi, I have a web service which returns a record set and works well integrated with an asp dot net page. However if I decided to develop a unix app will i be able to read the dataset as it is or do i need to write the xml as text from the web service and supply a DTD. Also any other pitfalls TIA
2
1394
by: UJ | last post by:
What's the easiest way to have two services talk to each other?
2
2066
by: sdstraub | last post by:
I have created 5 services in my project, in the 1st service I set servicestorun = array of all 5 services, I have a project installer with 5 service installers, one for each service. I have code so that whenever any service starts, stops or timers elapse a log entry is created. When I install my project, and start the 1st service in the services console, it shows that the service started and I have the corresponding log entry confirming...
21
1920
by: Roy Smith | last post by:
I'm working on a product which for a long time has had a Perl binding for our remote access API. A while ago, I wrote a Python binding on my own, chatted it up a bit internally, and recently had a (large) customer enquire about getting access to it. I asked for permission to distribute the Python binding, and after a few weeks of winding its way through the corporate bureaucracy I got an email from a product manager who wants to meet...
0
963
by: charry | last post by:
Just migrated our public website to .NET 2.0. Everything went OK, except for a couple secure webservices that are not under our control. Basically everytime I try to call any functions associated with them, I get the following message (after a long delay): System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because...
1
1370
by: charry | last post by:
Just migrated our public website to .NET 2.0. Everything went OK, except for a couple secure webservices that are not under our control. Basically everytime I try to call any functions associated with them, I get the following message (after a long delay): System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because...
0
1803
by: krishnaraju | last post by:
HI to all, please help me.its urgent requirement. my question is this is the wsdl file i got from our client.please see at bottom. when iam trying to access that webmethods iam getting only byval params but i didnt get byref params.please let me know how to get byref values from web methods. please help me in this regard because its an urgent requirement. ------------------------wsdl...
0
8337
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8531
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2754
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.