Web Services and Feature Pack 1
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Web Services and Feature Pack 1

 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server
Author Message
Byron Hopp [MCS]
Guest





Posted: Wed Aug 31, 2005 8:53 pm    Post subject: Web Services and Feature Pack 1 Reply with quote

We have been testing with Web Services on Feature Pack 1. We found that
there was a missing method to add an item to a virtual catalog. We have
planned on building a large project based on Web Services and now there is a
cloud or question about the stability of this portion of the product.
Back to top
Vinayak Tadas[MSFT]
Guest





Posted: Wed Aug 31, 2005 8:53 pm    Post subject: RE: Web Services and Feature Pack 1 Reply with quote

The missing method error that you get when you call the web service is
correct and expected. The sample in the FP1 documentation references
methods in the CatalogAgent assembly. This assembly is a wrapper around the
catalog web service methods and provides a more object oriented and
developer friendly programming model compared to the web services model
where all the methods are in the same class. BEsides the classes in this
assembly also do error checking, optimizations and other things
Instead of calling the web services directly you should be referencing the
Agent assembly.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
Reply-To: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com>
From: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com>
Subject: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 12:21:17 -0700
Lines: 6
Organization: Matrix Computer Services
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 90.sub-70-209-241.myvzw.com 70.209.241.90
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3329
X-Tomcat-NG: microsoft.public.commerceserver.general

We have been testing with Web Services on Feature Pack 1. We found that
there was a missing method to add an item to a virtual catalog. We have
planned on building a large project based on Web Services and now there is
a
cloud or question about the stability of this portion of the product.
Back to top
Byron Hopp
Guest





Posted: Thu Sep 01, 2005 7:48 am    Post subject: Re: Web Services and Feature Pack 1 Reply with quote

Whe is it approiate to utilize web services, why did you bother providing
them?

Byron...

""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl...
Quote:
The missing method error that you get when you call the web service is
correct and expected. The sample in the FP1 documentation references
methods in the CatalogAgent assembly. This assembly is a wrapper around
the
catalog web service methods and provides a more object oriented and
developer friendly programming model compared to the web services model
where all the methods are in the same class. BEsides the classes in this
assembly also do error checking, optimizations and other things
Instead of calling the web services directly you should be referencing the
Agent assembly.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please
reply to the newsgroups only


--------------------
Reply-To: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
From: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
Subject: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 12:21:17 -0700
Lines: 6
Organization: Matrix Computer Services
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 90.sub-70-209-241.myvzw.com 70.209.241.90
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3329
X-Tomcat-NG: microsoft.public.commerceserver.general

We have been testing with Web Services on Feature Pack 1. We found that
there was a missing method to add an item to a virtual catalog. We have
planned on building a large project based on Web Services and now there is
a
cloud or question about the stability of this portion of the product.


Back to top
Byron Hopp
Guest





Posted: Thu Sep 01, 2005 7:51 am    Post subject: Re: Web Services and Feature Pack 1 Reply with quote

Let me see if I understand this, the assembly is actual calling the web
services? And you recemmond calling the assembly which will call the web
services?

Byron...

""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl...
Quote:
The missing method error that you get when you call the web service is
correct and expected. The sample in the FP1 documentation references
methods in the CatalogAgent assembly. This assembly is a wrapper around
the
catalog web service methods and provides a more object oriented and
developer friendly programming model compared to the web services model
where all the methods are in the same class. BEsides the classes in this
assembly also do error checking, optimizations and other things
Instead of calling the web services directly you should be referencing the
Agent assembly.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please
reply to the newsgroups only


--------------------
Reply-To: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
From: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
Subject: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 12:21:17 -0700
Lines: 6
Organization: Matrix Computer Services
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 90.sub-70-209-241.myvzw.com 70.209.241.90
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3329
X-Tomcat-NG: microsoft.public.commerceserver.general

We have been testing with Web Services on Feature Pack 1. We found that
there was a missing method to add an item to a virtual catalog. We have
planned on building a large project based on Web Services and now there is
a
cloud or question about the stability of this portion of the product.


Back to top
Vinayak Tadas[MSFT]
Guest





Posted: Thu Sep 01, 2005 8:18 am    Post subject: Re: Web Services and Feature Pack 1 Reply with quote

Yes. The Webservices are used internally by the assembly.

Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
From: "Byron Hopp" <bhopp@matrixcomputer.com>
References: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl>
<JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl>
Subject: Re: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 19:51:51 -0700
Lines: 64
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <u8yHXAqrFHA.2604@TK2MSFTNGP14.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: adsl-63-197-46-139.dsl.lsan03.pacbell.net 63.197.46.139
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3334
X-Tomcat-NG: microsoft.public.commerceserver.general

Let me see if I understand this, the assembly is actual calling the web
services? And you recemmond calling the assembly which will call the web
services?

Byron...

""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl...
Quote:
The missing method error that you get when you call the web service is
correct and expected. The sample in the FP1 documentation references
methods in the CatalogAgent assembly. This assembly is a wrapper around
the
catalog web service methods and provides a more object oriented and
developer friendly programming model compared to the web services model
where all the methods are in the same class. BEsides the classes in this
assembly also do error checking, optimizations and other things
Instead of calling the web services directly you should be referencing the
Agent assembly.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please
reply to the newsgroups only


--------------------
Reply-To: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
From: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
Subject: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 12:21:17 -0700
Lines: 6
Organization: Matrix Computer Services
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 90.sub-70-209-241.myvzw.com 70.209.241.90
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3329
X-Tomcat-NG: microsoft.public.commerceserver.general

We have been testing with Web Services on Feature Pack 1. We found that
there was a missing method to add an item to a virtual catalog. We have
planned on building a large project based on Web Services and now there is
a
cloud or question about the stability of this portion of the product.


Back to top
Byron Hopp
Guest





Posted: Thu Sep 01, 2005 4:52 pm    Post subject: Re: Web Services and Feature Pack 1 Reply with quote

Which Web Method does the assembly call to add an item to a virtual catalog,
when we asked the tech people at Microsoft sent us a new source file for web
services, is the method in the one that shipped with FP1, or was it
accidently left out.

Byron...

""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:urNtaPqrFHA.4052@TK2MSFTNGXA01.phx.gbl...
Quote:
Yes. The Webservices are used internally by the assembly.

Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please
reply to the newsgroups only


--------------------
From: "Byron Hopp" <bhopp@matrixcomputer.com
References: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl
JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl
Subject: Re: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 19:51:51 -0700
Lines: 64
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <u8yHXAqrFHA.2604@TK2MSFTNGP14.phx.gbl
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: adsl-63-197-46-139.dsl.lsan03.pacbell.net 63.197.46.139
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3334
X-Tomcat-NG: microsoft.public.commerceserver.general

Let me see if I understand this, the assembly is actual calling the web
services? And you recemmond calling the assembly which will call the web
services?

Byron...

""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl...
The missing method error that you get when you call the web service is
correct and expected. The sample in the FP1 documentation references
methods in the CatalogAgent assembly. This assembly is a wrapper around
the
catalog web service methods and provides a more object oriented and
developer friendly programming model compared to the web services model
where all the methods are in the same class. BEsides the classes in this
assembly also do error checking, optimizations and other things
Instead of calling the web services directly you should be referencing
the
Agent assembly.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please
reply to the newsgroups only


--------------------
Reply-To: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
From: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
Subject: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 12:21:17 -0700
Lines: 6
Organization: Matrix Computer Services
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 90.sub-70-209-241.myvzw.com 70.209.241.90
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3329
X-Tomcat-NG: microsoft.public.commerceserver.general

We have been testing with Web Services on Feature Pack 1. We found that
there was a missing method to add an item to a virtual catalog. We have
planned on building a large project based on Web Services and now there
is
a
cloud or question about the stability of this portion of the product.





Back to top
Vinayak Tadas[MSFT]
Guest





Posted: Fri Sep 02, 2005 8:52 pm    Post subject: Re: Web Services and Feature Pack 1 Reply with quote

I think you would be better off using the Agent assembly instead of
directly going to the web service.


Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
From: "Byron Hopp" <bhopp@matrixcomputer.com>
References: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl>
<JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl>
<u8yHXAqrFHA.2604@TK2MSFTNGP14.phx.gbl>
<urNtaPqrFHA.4052@TK2MSFTNGXA01.phx.gbl>
Subject: Re: Web Services and Feature Pack 1
Date: Thu, 1 Sep 2005 06:52:38 -0700
Lines: 116
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <#MhnlxvrFHA.3060@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: adsl-63-197-46-139.dsl.lsan03.pacbell.net 63.197.46.139
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3338
X-Tomcat-NG: microsoft.public.commerceserver.general

Which Web Method does the assembly call to add an item to a virtual
catalog,
when we asked the tech people at Microsoft sent us a new source file for
web
services, is the method in the one that shipped with FP1, or was it
accidently left out.

Byron...

""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:urNtaPqrFHA.4052@TK2MSFTNGXA01.phx.gbl...
Quote:
Yes. The Webservices are used internally by the assembly.

Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please
reply to the newsgroups only


--------------------
From: "Byron Hopp" <bhopp@matrixcomputer.com
References: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl
JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl
Subject: Re: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 19:51:51 -0700
Lines: 64
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <u8yHXAqrFHA.2604@TK2MSFTNGP14.phx.gbl
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: adsl-63-197-46-139.dsl.lsan03.pacbell.net 63.197.46.139
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3334
X-Tomcat-NG: microsoft.public.commerceserver.general

Let me see if I understand this, the assembly is actual calling the web
services? And you recemmond calling the assembly which will call the web
services?

Byron...

""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:JCAgNMmrFHA.2524@TK2MSFTNGXA01.phx.gbl...
The missing method error that you get when you call the web service is
correct and expected. The sample in the FP1 documentation references
methods in the CatalogAgent assembly. This assembly is a wrapper around
the
catalog web service methods and provides a more object oriented and
developer friendly programming model compared to the web services model
where all the methods are in the same class. BEsides the classes in this
assembly also do error checking, optimizations and other things
Instead of calling the web services directly you should be referencing
the
Agent assembly.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please
reply to the newsgroups only


--------------------
Reply-To: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
From: "Byron Hopp [MCS]" <bhopp@matrixcomputer.com
Subject: Web Services and Feature Pack 1
Date: Wed, 31 Aug 2005 12:21:17 -0700
Lines: 6
Organization: Matrix Computer Services
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#BRRZAmrFHA.1168@TK2MSFTNGP11.phx.gbl
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 90.sub-70-209-241.myvzw.com 70.209.241.90
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3329
X-Tomcat-NG: microsoft.public.commerceserver.general

We have been testing with Web Services on Feature Pack 1. We found that
there was a missing method to add an item to a virtual catalog. We have
planned on building a large project based on Web Services and now there
is
a
cloud or question about the stability of this portion of the product.





Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB