473,406 Members | 2,336 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,406 software developers and data experts.

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 2632
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
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...
1
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...
7
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...
2
by: UJ | last post by:
What's the easiest way to have two services talk to each other?
2
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...
21
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...
0
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...
1
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...
0
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.