Are you by chance using https instead of http for your web services
references?
e.g.
http://www.eggheadcafe.com/software/aspnet/30830623/solution-to-xmlhttp-
error.aspx
--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix
bspolarich@... ~ 734-864-5618 ~
www.advancedphotonix.com
From: Blake Clemens [mailto:blake.clemens@...]
Sent: Wednesday, April 15, 2009 9:04 AM
To: vantage@yahoogroups.com
Cc: Brian W. Spolarich
Subject: RE: [Vantage] Service Connect - Loading Schema
Brian,
So maybe I am not doing something wrong. I've gone back into past work
flows to try and bring up the mapper but can't. I get an error. See
below... I've reinstalled my Web Services to the correct port. What
else could it be?
Thanks,
Blake Clemens
DMC
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Brian W. Spolarich
Sent: Tuesday, April 14, 2009 2:37 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Service Connect - Loading Schema
Blake, I think you're doing this backwards. SC has some pickiness about
the structure of the XML documents it uses. You're probably better off
letting it create it for you.
The way I start is to create an input file. I always use CSV, so I pick
my columns and headers in Excel, put in some sample data rows, and save
as CSV.
Then I use the Schema Utility to Generate the SC schema file for my
input file (which will have many rows). I save that as "AllParts.xsd"
for example.
I feed the input file to a top-level workflow, add a sub-workflow call,
and generate the sub-schema for the individual items that the
sub-workflow will process. I call this EachPart.xsd.
Once you have EachPart.xsd you can then add that as also as a
MessageExtension, and map it over in your first transformation, which
will let you save this as "state" in your overall workflow.
-bws
--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix
bspolarich@...
<mailto:bspolarich%40advancedphotonix.com> ~ 734-864-5618 ~
www.advancedphotonix.com
-----Original Message-----
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of Blake Clemens
Sent: Tuesday, April 14, 2009 1:56 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect - Loading Schema
I do not have a value in my root element which will not allow me to
continue.
Thanks,
Blake Clemens
DMC
________________________________
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Brian W. Spolarich
Sent: Tuesday, April 14, 2009 11:55 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect - Loading Schema
Blake, you don't load your schema generically into your workflow. You
associate the schema with a workflow step, such as a transformation.
Perhaps what you're thinking of is adding your schema as a message
extension under the msg:usr section of the SC document schema so you can
pass your input values along with each workflow step?
You right-click on the canvas in Workflow Designer, select Process
Properties, click on Message Extensions, select the top-level msg:usr
node, and select Add Container... Give it a name (e.g. "myData"), browse
for your user schema, accept the defaults for Root Element and
Multiplicity (presumably), and click OK.
Now presumably you have an input file which you process one row at a
time into a sub-workflow. You'll need to use the same schema there, and
map your input data into the req:wfl:usr:myData element. It will get
passed along automatically unless you break the mapping in a subsequent
transformation.
Service Connect is entirely stateless by design. So you have to do extra
work if want to emulate that behavior.
Maybe this isn't what you're going for though. :)
-bws
--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix
bspolarich@...
<mailto:bspolarich%40advancedphotonix.com>
<mailto:bspolarich%40advancedphotonix.com> ~ 734-864-5618 ~
www.advancedphotonix.com
-----Original Message-----
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of Blake Clemens
Sent: Tuesday, April 14, 2009 11:47 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect - Loading Schema
Rob,
Thanks for replying.
This loads the schema into the Schema Utility. From there how do I get
the schema to be permanently loaded in my workflow? Either I can't seem
to get the schema to stay loaded or the xml I am using is not working
correctly. It's a basic xml with only two values... order number and
date.
Thanks,
Blake Clemens
DMC
________________________________
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Rob Bucek
Sent: Tuesday, April 14, 2009 11:41 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect - Loading Schema
In workflow designer, under tools, schema utility, load schema?
Rob Bucek
Manufacturing Engineer
PH: 715-284-5376 ext 311
FAX: 715-284-4084
<http://www.dsmfg.com/ <http://www.dsmfg.com/> <http://www.dsmfg.com/
<http://www.dsmfg.com/> > >
(Click the logo to view our site)
________________________________
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Blake Clemens
Sent: Tuesday, April 14, 2009 10:08 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Service Connect - Loading Schema
All,
This is a basic question about service connect. I am embarrassed to ask
but can't remember how to do this. I need to load my schema into my
work flow but can't seem to do it correctly. Can someone please supply
me with basic steps on how to do this? It's been a few months since I
had to do this and just can't seem to figure it out. I know when I see
the answer I'm going to kick myself. Thanks for your help.
Thanks,
Blake Clemens
IT Systems Engineer
Delmarva Millwork Corporation
(800) 360-2364 x132
***Privileged & Confidential***
This email, together with any attachments, is intended for the named
recipient(s) only and may contain privileged and confidential
information. If received in error, please inform the sender as quickly
as possible and delete this email and any copies. If not an intended
recipient of this email, you must not copy, distribute or rely on it,
and any form of disclosure, modification, distribution and/or
publication of this email is prohibited.
Unless stated otherwise, this email represents only the views of the
sender and not the views of Delmarva Millwork Corporation.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
<http://groups.yahoo.com/group/vantage/messages>
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo
<http://groups.yahoo.com/group/vantage/linksYahoo> ! Groups Links
[Non-text portions of this message have been removed]
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
[Non-text portions of this message have been removed]
references?
e.g.
http://www.eggheadcafe.com/software/aspnet/30830623/solution-to-xmlhttp-
error.aspx
--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix
bspolarich@... ~ 734-864-5618 ~
www.advancedphotonix.com
From: Blake Clemens [mailto:blake.clemens@...]
Sent: Wednesday, April 15, 2009 9:04 AM
To: vantage@yahoogroups.com
Cc: Brian W. Spolarich
Subject: RE: [Vantage] Service Connect - Loading Schema
Brian,
So maybe I am not doing something wrong. I've gone back into past work
flows to try and bring up the mapper but can't. I get an error. See
below... I've reinstalled my Web Services to the correct port. What
else could it be?
Thanks,
Blake Clemens
DMC
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Brian W. Spolarich
Sent: Tuesday, April 14, 2009 2:37 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Service Connect - Loading Schema
Blake, I think you're doing this backwards. SC has some pickiness about
the structure of the XML documents it uses. You're probably better off
letting it create it for you.
The way I start is to create an input file. I always use CSV, so I pick
my columns and headers in Excel, put in some sample data rows, and save
as CSV.
Then I use the Schema Utility to Generate the SC schema file for my
input file (which will have many rows). I save that as "AllParts.xsd"
for example.
I feed the input file to a top-level workflow, add a sub-workflow call,
and generate the sub-schema for the individual items that the
sub-workflow will process. I call this EachPart.xsd.
Once you have EachPart.xsd you can then add that as also as a
MessageExtension, and map it over in your first transformation, which
will let you save this as "state" in your overall workflow.
-bws
--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix
bspolarich@...
<mailto:bspolarich%40advancedphotonix.com> ~ 734-864-5618 ~
www.advancedphotonix.com
-----Original Message-----
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of Blake Clemens
Sent: Tuesday, April 14, 2009 1:56 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect - Loading Schema
I do not have a value in my root element which will not allow me to
continue.
Thanks,
Blake Clemens
DMC
________________________________
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Brian W. Spolarich
Sent: Tuesday, April 14, 2009 11:55 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect - Loading Schema
Blake, you don't load your schema generically into your workflow. You
associate the schema with a workflow step, such as a transformation.
Perhaps what you're thinking of is adding your schema as a message
extension under the msg:usr section of the SC document schema so you can
pass your input values along with each workflow step?
You right-click on the canvas in Workflow Designer, select Process
Properties, click on Message Extensions, select the top-level msg:usr
node, and select Add Container... Give it a name (e.g. "myData"), browse
for your user schema, accept the defaults for Root Element and
Multiplicity (presumably), and click OK.
Now presumably you have an input file which you process one row at a
time into a sub-workflow. You'll need to use the same schema there, and
map your input data into the req:wfl:usr:myData element. It will get
passed along automatically unless you break the mapping in a subsequent
transformation.
Service Connect is entirely stateless by design. So you have to do extra
work if want to emulate that behavior.
Maybe this isn't what you're going for though. :)
-bws
--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix
bspolarich@...
<mailto:bspolarich%40advancedphotonix.com>
<mailto:bspolarich%40advancedphotonix.com> ~ 734-864-5618 ~
www.advancedphotonix.com
-----Original Message-----
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of Blake Clemens
Sent: Tuesday, April 14, 2009 11:47 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect - Loading Schema
Rob,
Thanks for replying.
This loads the schema into the Schema Utility. From there how do I get
the schema to be permanently loaded in my workflow? Either I can't seem
to get the schema to stay loaded or the xml I am using is not working
correctly. It's a basic xml with only two values... order number and
date.
Thanks,
Blake Clemens
DMC
________________________________
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Rob Bucek
Sent: Tuesday, April 14, 2009 11:41 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect - Loading Schema
In workflow designer, under tools, schema utility, load schema?
Rob Bucek
Manufacturing Engineer
PH: 715-284-5376 ext 311
FAX: 715-284-4084
<http://www.dsmfg.com/ <http://www.dsmfg.com/> <http://www.dsmfg.com/
<http://www.dsmfg.com/> > >
(Click the logo to view our site)
________________________________
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Blake Clemens
Sent: Tuesday, April 14, 2009 10:08 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Service Connect - Loading Schema
All,
This is a basic question about service connect. I am embarrassed to ask
but can't remember how to do this. I need to load my schema into my
work flow but can't seem to do it correctly. Can someone please supply
me with basic steps on how to do this? It's been a few months since I
had to do this and just can't seem to figure it out. I know when I see
the answer I'm going to kick myself. Thanks for your help.
Thanks,
Blake Clemens
IT Systems Engineer
Delmarva Millwork Corporation
(800) 360-2364 x132
***Privileged & Confidential***
This email, together with any attachments, is intended for the named
recipient(s) only and may contain privileged and confidential
information. If received in error, please inform the sender as quickly
as possible and delete this email and any copies. If not an intended
recipient of this email, you must not copy, distribute or rely on it,
and any form of disclosure, modification, distribution and/or
publication of this email is prohibited.
Unless stated otherwise, this email represents only the views of the
sender and not the views of Delmarva Millwork Corporation.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
<http://groups.yahoo.com/group/vantage/messages>
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo
<http://groups.yahoo.com/group/vantage/linksYahoo> ! Groups Links
[Non-text portions of this message have been removed]
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
[Non-text portions of this message have been removed]