Archive

Posts Tagged ‘service and’

Nusoap Webserice Service And Client

July 22nd, 2011 Comments off

Hi,

I want to replicate webservice using an api of another service. This should developed in php using nusoap librabry. The api’s will be provided on request.

Kind regards,

Tax And Shipping Web Service 2

May 13th, 2009 Comments off

This project is for three web services that can be separate or combined into one depending on what you as the coder recommend. This project does not have a large budget, so please make sure you’re bidding very competitively. I will need to have this project enhanced at a later date once revenues are realized. I’m looking for a reliable coder to finish it out once the initial project is complete.

===========================================================================
Sales Tax Web Service
===========================================================================
This project is to build a web service on PHP using a MySQL database that has one main purposes — Sales Tax calculations. The coder must provide the complete and fully functional server based web service and administrative back-end. Integration of the API on the client side will be done by the buyer.

Sales Tax Web Service (U.S. only, if you have international solution already, then fine.):
1) Retrieve State, county, municipality (city) and combined sales tax rates for zip code submitted by shopping cart.
a. By state would need to be able to enable or disable the calculation of tax.
b. Each state may have different tax percentages by city, county or state.
i. For example; in Washington state we may need to collect 9.6% tax for all orders shipping into Seattle (based on zip codes or city name?). Whereas in all other parts of Washington we may need to collect the default state sales tax of 9.4%
c. Do you have any sources for getting the tax calculation tables for all U.S. based states and localities. Can a mechanism be built-in to allow importing this data on a quarterly basis? Who provides the data must be determined before a winning bidder is selected.

2) I will do the integration on the client website side. This bid is only to build the web service and the admin back-end for managing it.

3) Results returned should be in JSON format.

===========================================================================
Real-time Shipping Rates & Tracking Web Service (USPS, UPS and FedEx)
===========================================================================
This project is to build a web service on PHP using a MySQL database that has one main purposes — Real-time Shipping Rates with tracking. Coder must provide the complete and fully functional server based web service and administrative back-end. Integration of the API on the client side will be done by the buyer.

1) The API must allow the client accessing the web service to pass in which shipping carriers and services they want returned per transaction. Alternatively, if it would be better to do this through the admin interface, then that is acceptable, as long as it is setup for multiple clients to define their own specific carriers and shipping services that they want returned. (i.e. FedEx Ground, UPS Ground, 2nd Day FedEx, Overnight FedEx)

2) The API should return all shipping options defined by client (see #1) with rates calculated by accessing each shippers API in real-time. Retrieve Rates from USPS, UPS and FedEx API accounts.

3) The API must have the ability to receive parameters like;
a) zip code, weight, dimensions and if the delivery address is residential or not.
b) any other parameters I may need to consider?
c) The data (weight, dimensions, etc…) sent to the shipper to get the results should also be sent using an array and then “your” API would then generate the appropriate format for each shipper and make the request using the shippers API.

4) Basic admin interface to enable/disable which shippers are used and which shipping options are retrieved for display. (see #1)

5) The goal with this would be to retrieve the rates data for a shipment in whatever format the shippers support, then return these results via a JSON object for iterating through to display in a drop down selector on the client website. The client website code and integration will be done by the buyer.

6) An example of the shipping API as a web service can be found here… http://www.auctioninc.com/info/page/shipping_api

===========================================================================
Retrieve Tracking data from USPS, UPS and FedEx Web Service
===========================================================================
1) Client website will submit to this web service a tracking number and carrier identifier (e.g. USPS, UPS or FEDEX)

2) Web service will interface with shipping carriers API’s and retrieve the tracking details and delivery status. This will be returned to the client website for display. Returned content should be in JSON format. The results returned should include key data like “delivery status” and “delivery date and time” depending on the shipping carrier and what they support.

3) Retrieve Tracking data from USPS, UPS and FedEx API.

4) A regular expression needs to also be written that can be fed a tracking number and the expression will determine which shipping carrier the number belongs to. This function would return the shipper name or an error if it cannot be determined.

===========================================================================
Administative Interface
===========================================================================
An administrative interface must be made for both the sales tax and the real-time shipping. This interface can be very simple because it will be ultimately added into an existing framework, so don’t worry about the header and footer. Just make sure you have basic navigation setup for jumping between the different sections and actions. The admin interface for each of the web services must consist of the following;

1) Results list utilize the jQuery jqGrid plug-in.
a) Each row in the grid should include a checkbox (for multiple delete), edit button, delete button.
b) Add record button at the top of the grid.
c) Filter mechanism at the top of each column for quickly narrowing down results.

2) Edit and Add screens should be handled using a modal window. Please use the jQuery UI Modal or nyroModal plug-in for jQuery.

3) Screen for setting up system default or assigning values to admin definable settings. (e.g. email address for notifications – use grid for results page if possible)

4) Ability to limit access to web services by IP address. Ability to black list (deny access to) certain IP addresses.

5) Basic key code authentication (to varify client accessing web service.) Recommendations by coder are appreciated. This is not an area I have experience in.

6) If the sales tax tables must be imported, provide an admin back-end for accomplishing importing of new data.

===========================================================================
Questions for coders
===========================================================================
1) Can you provide the current United States based sales tax matrices (sales tax tables) for all 50 states? Please say “yes” or “no” in your bid! If you don’t answer this question, I will assume you didn’t fully read the project spec before placing your bid and you will not be concidered.

2) Have you done projects like this before? Do you have any samples I can look at?

===========================================================================
Technical Requirements
===========================================================================
1) PHP
2) MySQL
3) JSON (results returned in this format)
4) jQuery v1.3.2
5) jQuery UI v1.7.1 (must conform to the new jQuery UI CSS Framework for using themes created by ThemeRoller v2.0)
6) jqGrid v3.5 plugin for jQuery (using jQuery UI CSS Framework) (http://www.trirand.com/blog/)
7) jQuery UI Modal or if necessary nyroModal plugin for jQuery

===========================================================================
Web Service API Documentation
===========================================================================
1) Coder must provide documentation for the web services API.
a. must include method names and parameters that are required and or optional.

Please let me know if you have any questions or need further clarification. Thank you for your time and consideration on this project.

Thank you.

Tax And Shipping Web Service

March 26th, 2009 No comments

This project is for three web services that can be separate or combined into one depending on what you as the coder recommend. This project does not have a large budget, so please make sure you’re bidding very competitively. I will need to have this project enhanced at a later date once revenues are realized. I’m looking for a reliable coder to finish it out once the initial project is complete.

===========================================================================
Sales Tax Web Service
===========================================================================
This project is to build a web service on PHP using a MySQL database that has one main purposes — Sales Tax calculations. The coder must provide the complete and fully functional server based web service and administrative back-end. Integration of the API on the client side will be done by the buyer.

Sales Tax Web Service (U.S. only, if you have international solution already, then fine.):
1) Retrieve State, county, municipality (city) and combined sales tax rates for zip code submitted by shopping cart.
a. By state would need to be able to enable or disable the calculation of tax.
b. Each state may have different tax percentages by city, county or state.
i. For example; in Washington state we may need to collect 9.6% tax for all orders shipping into Seattle (based on zip codes or city name?). Whereas in all other parts of Washington we may need to collect the default state sales tax of 9.4%
c. Do you have any sources for getting the tax calculation tables for all U.S. based states and localities. Can a mechanism be built-in to allow importing this data on a quarterly basis? Who provides the data must be determined before a winning bidder is selected.

2) I will do the integration on the client website side. This bid is only to build the web service and the admin back-end for managing it.

3) Results returned should be in JSON format.

===========================================================================
Real-time Shipping Rates & Tracking Web Service (USPS, UPS and FedEx)
===========================================================================
This project is to build a web service on PHP using a MySQL database that has one main purposes — Real-time Shipping Rates with tracking. Coder must provide the complete and fully functional server based web service and administrative back-end. Integration of the API on the client side will be done by the buyer.

1) The API must allow the client accessing the web service to pass in which shipping carriers and services they want returned per transaction. Alternatively, if it would be better to do this through the admin interface, then that is acceptable, as long as it is setup for multiple clients to define their own specific carriers and shipping services that they want returned. (i.e. FedEx Ground, UPS Ground, 2nd Day FedEx, Overnight FedEx)

2) The API should return all shipping options defined by client (see #1) with rates calculated by accessing each shippers API in real-time. Retrieve Rates from USPS, UPS and FedEx API accounts.

3) The API must have the ability to receive parameters like;
a) zip code, weight, dimensions and if the delivery address is residential or not.
b) any other parameters I may need to consider?
c) The data (weight, dimensions, etc…) sent to the shipper to get the results should also be sent using an array and then “your” API would then generate the appropriate format for each shipper and make the request using the shippers API.

4) Basic admin interface to enable/disable which shippers are used and which shipping options are retrieved for display. (see #1)

5) The goal with this would be to retrieve the rates data for a shipment in whatever format the shippers support, then return these results via a JSON object for iterating through to display in a drop down selector on the client website. The client website code and integration will be done by the buyer.

6) An example of the shipping API as a web service can be found here… http://www.auctioninc.com/info/page/shipping_api

===========================================================================
Retrieve Tracking data from USPS, UPS and FedEx Web Service
===========================================================================
1) Client website will submit to this web service a tracking number and carrier identifier (e.g. USPS, UPS or FEDEX)

2) Web service will interface with shipping carriers API’s and retrieve the tracking details and delivery status. This will be returned to the client website for display. Returned content should be in JSON format. The results returned should include key data like “delivery status” and “delivery date and time” depending on the shipping carrier and what they support.

3) Retrieve Tracking data from USPS, UPS and FedEx API.

4) A regular expression needs to also be written that can be fed a tracking number and the expression will determine which shipping carrier the number belongs to. This function would return the shipper name or an error if it cannot be determined.

===========================================================================
Administative Interface
===========================================================================
An administrative interface must be made for both the sales tax and the real-time shipping. This interface can be very simple because it will be ultimately added into an existing framework, so don’t worry about the header and footer. Just make sure you have basic navigation setup for jumping between the different sections and actions. The admin interface for each of the web services must consist of the following;

1) Results list utilize the jQuery jqGrid plug-in.
a) Each row in the grid should include a checkbox (for multiple delete), edit button, delete button.
b) Add record button at the top of the grid.
c) Filter mechanism at the top of each column for quickly narrowing down results.

2) Edit and Add screens should be handled using a modal window. Please use the jQuery UI Modal or nyroModal plug-in for jQuery.

3) Screen for setting up system default or assigning values to admin definable settings. (e.g. email address for notifications – use grid for results page if possible)

4) Ability to limit access to web services by IP address. Ability to black list (deny access to) certain IP addresses.

5) Basic key code authentication (to varify client accessing web service.) Recommendations by coder are appreciated. This is not an area I have experience in.

6) If the sales tax tables must be imported, provide an admin back-end for accomplishing importing of new data.

===========================================================================
Questions for coders
===========================================================================
1) Can you provide the current United States based sales tax matrices (sales tax tables) for all 50 states? Please say “yes” or “no” in your bid! If you don’t answer this question, I will assume you didn’t fully read the project spec before placing your bid and you will not be concidered.

2) Have you done projects like this before? Do you have any samples I can look at?

===========================================================================
Technical Requirements
===========================================================================
1) PHP
2) MySQL
3) JSON (results returned in this format)
4) jQuery v1.3.2
5) jQuery UI v1.7.1 (must conform to the new jQuery UI CSS Framework for using themes created by ThemeRoller v2.0)
6) jqGrid v3.5 plugin for jQuery (using jQuery UI CSS Framework) (http://www.trirand.com/blog/)
7) jQuery UI Modal or if necessary nyroModal plugin for jQuery

===========================================================================
Web Service API Documentation
===========================================================================
1) Coder must provide documentation for the web services API.
a. must include method names and parameters that are required and or optional.

Please let me know if you have any questions or need further clarification. Thank you for your time and consideration on this project.

Thank you.

Bear