Web Services

C:\Epicor\mfgsys803\WebServices



We have two pdfs here - possibly you do also?







From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of tomrippity02
Sent: Wednesday, June 24, 2009 4:21 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Web Services








Can anyone tell me where there might be a guide to using Epicors Web
services? I have an ASP classic application that needs to interact with
epicor.

Thanks,
Aaron





[Non-text portions of this message have been removed]
I do have two pdf's there thanks. I looked at them and didn't find much help though. I'm actually trying to figure out how to consume the web services and I was hoping to find an example in ASP.

For instance, can I use SOAP to consume the web service, like so...?

oSoapClient.mssoapinit "http://localhost/Hello/HelloWorld.asmx?WSDL",
"HelloWorldService"

Response.WriteoSoapClient.HelloWorld()


If that is the case, do I simply pass the arguments in through the URL pointer?

Unfortunately I am pretty new to web services, so I apologize if I am making this harder than it needs to be.


Aaron


--- In vantage@yahoogroups.com, "Karen Schoenung" <kschoenung@...> wrote:
>
> C:\Epicor\mfgsys803\WebServices
>
>
>
> We have two pdfs here - possibly you do also?
>
>
>
>
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of tomrippity02
> Sent: Wednesday, June 24, 2009 4:21 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Web Services
>
>
>
>
>
>
>
>
> Can anyone tell me where there might be a guide to using Epicors Web
> services? I have an ASP classic application that needs to interact with
> epicor.
>
> Thanks,
> Aaron
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
I know this is generally above what most people here are doing but I am
going to ask ways and maybe I'll get Lucky.

On the regular BO's if you call GetNew IE GetNewOrderHed

You get back an OrderDataSet with a new pre-filled OrderHed record on it
such as

OrderDataSet.OrderHed[0].OrderNum=0 etc..

On the webservices that doesn't seem to be happening if I call

GetNewOrderHed on the webservices, the dataset I get back is Null

Anyone know what gives? I have a way around it by adding my own entries
manually but I thought the whole point of the Web Services was to replicate
what the BO Does

ThankS!

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*


[Non-text portions of this message have been removed]